Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-08ss: Switch the statesystem to the datastore HTAlexandre Montplaisir22-3543/+220
2017-02-02datastore: Have RangeCondition extend PredicateGeneviève Bastien6-27/+30
2017-02-02datastore: Add an overlapping history treeLoïc Prieur-Drevon13-5/+1100
2017-02-02datastore: Add a classic history tree implementationAlexandre Montplaisir11-3/+645
2017-02-02datastore: Add unit tests for the generic history treeGeneviève Bastien13-8/+1901
2017-02-02datastore: Add generic history treeGeneviève Bastien16-2/+2995
2017-02-02datastore: Test the discrete and continuous range conditionsLoïc Prieur-Drevon4-1/+369
2017-02-02datastore: Add RangeConditions to datastoreLoïc Prieur-Drevon6-0/+377
2017-01-20ss: Remove the synchronized from the full queryGeneviève Bastien1-1/+1
2017-01-15ss.test: Fix nullness warningsMatthew Khouzam1-5/+6
2017-01-05ss: Move the safe byte buffer to datastore pluginGeneviève Bastien17-38/+103
2017-01-05ss: Change datastore.tests to a fragment plug-inAlexandre Montplaisir2-56/+2
2016-12-15ss: replace a for loop with a foreach operationMatthew Khouzam1-4/+3
2016-12-15ss: remove linear component from node search.Loïc Prieur-Drevon2-48/+26
2016-12-12Bump versions for 2.3.0 releaseMarc-Andre Laperle1-1/+1
2016-12-12releng: Add 2.2.0 baseline and fix API errorsMarc-Andre Laperle2-2/+2
2016-12-07segstore: Add assert on item count for iteration benchmarksGeneviève Bastien1-21/+22
2016-12-01ss: Change getIteratorOverQuark to a public classLoïc Prieur-Drevon2-75/+142
2016-11-25segstore: use eclipse Performance for SegmentStore perf testLoïc Prieur-Drevon2-207/+118
2016-11-23ss: introduce getIteratorOverQuarkLoïc Prieur-Drevon2-0/+186
2016-11-22Do not report API error when adding a default methodMarc-Andre Laperle2-0/+2
2016-11-18ss: Add a new plugins for data stores and testsGeneviève Bastien27-0/+1491
2016-11-07ss: Move selectNextChildren to CoreNode and return sequenceNumberLoïc Prieur-Drevon6-86/+82
2016-11-04ss: Add a JUL statement for HT backend file sizeGeneviève Bastien1-0/+5
2016-11-03Bump versions for 2.2.0 releaseMarc-Andre Laperle1-1/+1
2016-11-02segstore: add default unhandled methods to ISegmentStoreMatthew Khouzam4-47/+24
2016-11-01segStore: allow benchmarks to specify the size of the storeGeneviève Bastien1-5/+15
2016-10-27segStore: Add benchmarks for sorted iterationsGeneviève Bastien1-0/+75
2016-10-25timing.core: add testing for less used functions in the segment storeMatthew Khouzam5-2/+144
2016-10-24segstore: introduce sorted iteratorsLoïc Prieur-Drevon6-60/+105
2016-10-21segStore: Run benchmarks as a parameterized testGeneviève Bastien1-20/+46
2016-10-19segstore: remove redundancies in deprecated classMatthew Khouzam1-150/+18
2016-10-19ss: fix common node header size and check free spaceLoïc Prieur-Drevon1-4/+5
2016-10-18ss: History trees can define their own node typesGeneviève Bastien10-63/+211
2016-10-06segStore: guard size() in segment storesMatthew Khouzam2-2/+12
2016-10-06ss: historyTreeFile can be nullJonathan Rajotte1-1/+9
2016-10-05segment store: introduce a Segment Store Factory and centralize segment storesLoïc Prieur-Drevon18-44/+1703
2016-10-04ss: add a wrapper for the state system delete filesMatthew Khouzam3-1/+23
2016-09-23Change a warning to an error in build.propertiesMarc-Andre Laperle4-4/+4
2016-09-21ss: Remove infinite loop in debugPrint() codeAlexandre Montplaisir1-6/+1
2016-09-21ss: Check return value of FileChannel.read() callAlexandre Montplaisir1-2/+6
2016-09-20ss: Have IHistoryTree#selectNextChild return a Collection insteadLoïc Prieur-Drevon3-26/+35
2016-09-20ss: Move all debugPrint() methods to the test stubsAlexandre Montplaisir11-183/+204
2016-09-19ss: Extract an history tree interfaceGeneviève Bastien10-157/+313
2016-09-01Make 'missing export' a warning in test plugins, add missing onesMarc-Andre Laperle3-3/+8
2016-08-24releng: Bump micro versions of modified pluginsMarc-Andre Laperle2-2/+2
2016-08-22releng: Bump versions for 2.1.0 releaseMarc-Andre Laperle1-1/+1
2016-08-05statesystem: Fix a typo in testMarc-Andre Laperle1-1/+1
2016-08-02ss: Replace hard-coded sizes by their types' sizesLoïc Prieur-Drevon2-12/+9
2016-07-28Change warnings to errors in build.propertiesSonia Farrah4-8/+8

Back to the top