Uses different pass count for different parallel queue test cases
[libcds.git] / cds / algo / flat_combining /
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-07-31 khizmaxRemoved trailing spaces
2017-05-30 khizmaxFixed ambiguous ceil2() call in 32bit target
2017-04-16 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-04-16 khizmaxFixed missing acquire read in Flat-Combining algorithm...
2017-04-10 khizmax[TSan] Fixed memory order constraints
2017-03-11 khizmaxMutex-based flat-combining wait strategy: try to reduce...
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2017-01-03 khizmaxRemoved trailing spaces
2016-12-31 khizmaxUpdated copyright
2016-12-27 khizmaxFixed a memory leak in flat-combining algorithm
2016-12-27 khizmaxFlatCombining: fixed a race
2016-11-30 khizmax[TSan] Fixed memory ordering
2016-11-29 khizmaxFixed use-after-free bug
2016-11-29 khizmaxReverted commit e32b8206c8fff235765277ee3f7c42517c4b52a...
2016-11-29 khizmaxFixed memory leaks (experimental)
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-09-23 khizmaxFixed search algo for gtest in cmake script
2016-06-27 khizmaxMerge branch 'dev' into integration
2016-06-27 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-26 khizmaxAdded description of wait strategies for flat combining
2016-06-18 khizmaxChanged combiner interruption algo
2016-06-18 khizmaxRevert "FC wait strategy experiment"
2016-06-18 khizmaxFixed a typo
2016-06-18 khizmaxIncreased combining phase
2016-06-18 khizmaxFC wait strategy experiment
2016-06-13 khizmaxAdded wait strategies to flat combining technique