Gets iterable map pass count input from config file
[libcds.git] / cds /
2017-03-07 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-06 khizmaxFixed UBsan warning "call to function through pointer...
2017-03-05 khizmax[UBsan] Added proper alignment for EllenBinTree node
2017-03-05 khizmaxFixed minor compiler warning
2017-03-05 khizmaxFixed minor compiler warning
2017-03-05 khizmax[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizer...
2017-03-05 khizmaxFeldmanHashSet: added checking if a slot can be expanded
2017-02-28 khizmaxFixed aarch64 support for gcc
2017-02-23 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-02-23 khizmax[urcu] Moved signal handler implementation to .cpp...
2017-02-19 khizmaxFixed compiler error
2017-02-19 khizmax[FeldmanHashSet/Map]: hash splitter algo can be specifi...
2017-02-16 khizmaxChanged: call throw_exception() function instead of...
2017-02-16 khizmaxFixed some minor compiler warnings
2017-02-13 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-02-13 khizmaxDocfix
2017-02-07 khizmaxRemoved cds::OS::is_thread_alive() function. This funct...
2017-02-03 khizmaxBronsonAVLTreeMap: docfix
2017-02-03 khizmaxBronsonAVLTreeMap: fixed extract_min/max functions
2017-01-22 khizmaxFixed win32 dll-export
2017-01-21 khizmaxdocfix
2017-01-21 khizmaxAdded HP/DHP internal stats to test
2017-01-19 khizmaxAdded internal statistics to gc::DHP
2017-01-18 khizmaxFixed minor compiler warnings
2017-01-18 khizmaxdocfix
2017-01-18 khizmaxdocfix
2017-01-17 khizmaxAdded missing #include
2017-01-17 khizmaxFixed doxygen comments
2017-01-17 khizmaxRenamed HP/DHP header files
2017-01-17 khizmaxImproved HP/DHP doc
2017-01-17 khizmaxFixed HP/DHP thread data initialization
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-16 khizmaxFixed some CppCheck warnings in new HP and DHP implemen...
2017-01-15 khizmaxHP and DHP SMR totally refactored
2017-01-12 Mikhail KomarovImplemented support for ARMv8 (64 bit arm)
2017-01-04 khizmaxChanged lib version
2017-01-03 khizmaxReplaced deprecated throw() function specifier with...
2017-01-03 khizmaxFixed doxygen markup
2017-01-03 khizmaxRemoved trailing spaces
2017-01-03 khizmaxDocfix
2017-01-02 khizmaxDocfix
2017-01-02 khizmaxRemoved Michael's allocator
2017-01-02 khizmaxSkipList: fixed infinite loop when one thread inserts...
2016-12-31 khizmaxUpdated copyright
2016-12-30 khizmaxSkipList: fixed memory leaks
2016-12-27 khizmaxFixed a memory leak in flat-combining algorithm
2016-12-27 khizmaxFlatCombining: fixed a race
2016-12-26 khizmaxRemoved redundant assertion
2016-12-26 khizmaxdocfix: minimum Clang version is 3.6
2016-12-25 khizmaxSkipList: added a statistical measure
2016-12-25 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-12-24 khizmaxSkipList: improved dtor
2016-12-20 khizmaxSkipList: fixed erase() and find_fastpath() bugs
2016-12-17 khizmaxOn dev: SkipList: remove node state
2016-12-12 khizmax[TSan] Fixed data race (?) to satisfy TSan
2016-12-01 khizmaxFixed typo
2016-12-01 khizmax[TSan] Tuning memory order
2016-12-01 khizmax[TSan] Fixed data race: added compiler barriers, tuned...
2016-12-01 khizmaxFixed update desc sequencer
2016-11-30 khizmax[TSan] Fixed memory ordering
2016-11-29 khizmaxFixed type casting
2016-11-29 khizmaxFixed a typo
2016-11-29 khizmaxFixed a typo
2016-11-29 khizmaxFixed TSan annotation for spin-lock
2016-11-29 khizmaxFixed use-after-free bug
2016-11-29 khizmaxReverted commit e32b8206c8fff235765277ee3f7c42517c4b52a...
2016-11-29 khizmaxFixed memory leaks (experimental)
2016-11-29 khizmaxFixed TSan annotation
2016-11-29 khizmaxUpdated TSan suppression
2016-11-28 khizmaxPrecising internal statistics
2016-11-28 khizmaxFixed memory leak in SplitList expandable bucket table
2016-11-28 khizmaxFixed gcc-4.8 incompatibility
2016-11-27 khizmaxFixed use-after-free bug in SkipList<HP>
2016-11-20 khizmaxMerge branch 'integration' into dev
2016-11-19 khizmaxDocfix
2016-11-19 khizmaxReformatted SkipList, added memory barrier after tower...
2016-11-16 khizmaxFixed: gcc-4.9 does not support DCAS for atomic (a...
2016-11-14 khizmaxFixed upsert() function
2016-11-14 khizmaxFixed FeldmanHashSet/Map: use delete[] operator for...
2016-11-13 khizmaxFixed gcc warning
2016-11-13 khizmaxFixed tests and gcc incompatibilities
2016-11-12 khizmaxDocfix
2016-11-12 khizmaxRemoved trailing spaces
2016-11-12 khizmaxAdded hash_size option support to FeldmanHashMap
2016-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-11-10 khizmaxFixed indentation
2016-11-07 khizmaxFixed 64bit operations issues on 32bit architecture
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 khizmaxFixed formatting
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-23 khizmaxAdded intrusive SplitListSet based on IterableList
next