Modified travis script
[libcds.git] / cds / container /
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-06-03 khizmaxAdded TSan happens-before annotations (TSan don't under...
2017-05-28 khizmaxFixed memory ordering
2017-05-26 khizmax[ARM] Added memory fences for strict modification order...
2017-05-23 khizmax[WeakRingBuffer] to prevent integer overflow, used...
2017-05-21 khizmaxDocfix
2017-05-14 khizmaxFixed several bugs in WeakRungBuffer
2017-05-12 khizmaxFixed a bug
2017-05-12 khizmaxFixed a bug
2017-05-12 khizmaxAdded prototype for untyped variable-sized WeakRingBuff...
2017-05-10 khizmaxissue #76: added cds::atomicity::cache_friendly_item_co...
2017-05-09 khizmaxAdded WeakRingBuffer - a single-producer/single-consume...
2017-04-22 khizmax[SkipList] Added random-lvel generators for max height...
2017-04-22 khizmax[TSan] Fixed memory order
2017-04-18 khizmaxAdded release barrier to node initialization
2017-04-16 khizmaxRemoved redundant comment
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-03-15 khizmaxAdded several bit reversal algo
2017-03-14 khizmaxRemoved wrong assertion
2017-03-14 khizmaxRearranged rotation code
2017-03-14 khizmaxAdded missing typename
2017-03-13 khizmaxAdded erase_at( iterator ) function to MichaelHashSet...
2017-03-11 khizmaxAdded assertions for node ordering
2017-03-08 khizmaxChanged default back-off strategy
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-19 khizmaxFixed compiler error
2017-02-19 khizmax[FeldmanHashSet/Map]: hash splitter algo can be specifi...
2017-02-03 khizmaxBronsonAVLTreeMap: docfix
2017-02-03 khizmaxBronsonAVLTreeMap: fixed extract_min/max functions
2017-01-18 khizmaxdocfix
2017-01-18 khizmaxdocfix
2017-01-17 khizmaxFixed doxygen comments
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
2017-01-02 khizmaxDocfix
2016-12-31 khizmaxUpdated copyright
2016-12-26 khizmaxRemoved redundant assertion
2016-11-29 khizmaxUpdated TSan suppression
2016-11-27 khizmaxFixed use-after-free bug in SkipList<HP>
2016-11-20 khizmaxMerge branch 'integration' into dev
2016-11-19 khizmaxReformatted SkipList, added memory barrier after tower...
2016-11-14 khizmaxFixed upsert() function
2016-11-13 khizmaxFixed tests and gcc incompatibilities
2016-11-12 khizmaxDocfix
2016-11-12 khizmaxAdded hash_size option support to FeldmanHashMap
2016-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-11-01 khizmaxRemoved TsigasCycleQueue (undecidable ABA problem)
2016-10-30 khizmaxIterableList: fixed a complex bug that can be called...
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-10-28 khizmaxFixed bug in list_statistics()
2016-10-28 khizmaxFixed bug in list_statistics()
2016-10-27 khizmaxAdded SplitListMap<HP> based on IterableList
2016-10-27 khizmaxAdded container::SlitListSet<HP> based on IterableList
2016-10-24 khizmaxChanged algorithm of IterableList detecting
2016-10-10 khizmaxRefactored IterableList to prevent violation of the...
2016-09-29 khizmaxFixed Clang 3.7 + libc++ issues
2016-09-27 khizmaxFixed Clang build
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-09-07 khizmaxRemoved trailing spaces
2016-09-07 khizmaxDocfix, minor changes
2016-08-24 khizmaxMerge branch 'dev' into integration
2016-08-24 khizmaxAdded internal statistics to MichaelSet/Map
2016-08-21 khizmaxAdded MichaelMap<HP> based on IterableList
2016-08-20 khizmaxHP refactoring:
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-08-10 khizmaxDocfix
2016-08-05 khizmaxMichaelSet<RCU>: added support for internal statistics
2016-08-04 khizmaxAdded IterableList<HP> support to MichaelSet
2016-08-03 khizmaxFixed explicit ctor stuff
2016-08-03 khizmaxReplaced const-reference with rvalue in insert/update...
2016-08-03 khizmaxFixed explicit ctor stuff
2016-08-03 khizmaxFixed explicit ctor stuff
2016-08-03 khizmaxRemoved redundant checking
2016-08-03 khizmaxRemoved redundant functions
2016-08-03 khizmaxFixed gcc incompatibility
2016-08-02 khizmaxAdded unit tests for IterableKVList<HP>
2016-08-02 khizmaxMerge branch 'integration' into dev
2016-08-02 khizmaxMSPriorityQueue: removed monotonic_counter due its...
2016-08-01 khizmaxDocfix
2016-08-01 khizmaxAdded container::IterableKVList<HP>
2016-08-01 khizmaxAdded container::IterableList<HP>
2016-08-01 khizmaxA little generalizations
2016-08-01 khizmaxMerge branch 'dev' into integration
2016-08-01 khizmaxFixed priority inversion bug in MSPriorityQueue
2016-07-28 khizmaxDocfix
2016-07-26 khizmaxAdded internal statistics for LazyList
2016-07-26 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-07-25 khizmaxAdded internal statistics for LazyList
2016-07-25 khizmaxAdded internal statistics to MichaelList, IterableList
2016-07-06 khizmaxFixed doc typo
2016-06-13 khizmaxAdded wait strategies to flat combining technique
2016-06-05 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-06-05 khizmaxFixed use-after-free bug in VyukovMPMCCycleQueue intern...
next