libcds.git
2016-11-28 khizmaxAdded observer thread for calling contains() to stress...
2016-11-28 khizmaxFixed gcc-4.8 incompatibility
2016-11-27 khizmaxFixed use-after-free bug in SkipList<HP>
2016-11-26 khizmaxFixed thread launching in stress test framework
2016-11-25 khizmaxUpdated compiler versions
2016-11-25 khizmaxMinor changes in VC auto-build scripts
2016-11-20 khizmaxMerge branch 'integration' into dev
2016-11-20 Max KhizhinskyMerge pull request #66 from eugenyk/linux-libraries...
2016-11-19 khizmaxUpdated TSan suppressions
2016-11-19 khizmaxOrganized VC solution
2016-11-19 khizmaxDocfix
2016-11-19 khizmaxReformatted SkipList, added memory barrier after tower...
2016-11-18 kelInstall libraries in lib64 directory on x64 systems
2016-11-18 kelExtract *.so library symbolic link from lib to devel...
2016-11-16 khizmaxFixed: gcc-4.9 does not support DCAS for atomic (a...
2016-11-15 khizmaxMerge commit 'c3352315d3563a201433837b0932bba249344f67...
2016-11-15 khizmaxOn dev: vc
2016-11-15 khizmaxindex on dev: 8e2f227 Splitted some unit test to reduce...
2016-11-14 khizmaxMSVC: fixed project dependencies
2016-11-14 khizmaxFixed clang 3.5,3.6 incompatibilities
2016-11-14 khizmaxRemoved unused local typedefs
2016-11-14 khizmaxSplitted some unit test to reduce memory consumption...
2016-11-14 khizmaxFixed explicit ctor bugs in stress tests
2016-11-14 khizmaxFixed cmake script
2016-11-14 khizmaxFixed upsert() function
2016-11-14 khizmaxSplitted some unit tests to reduce memory consumption...
2016-11-14 khizmaxFixed: set_DelOdd and map_DelOdd tests for FeldmanHashS...
2016-11-14 khizmaxFixed FeldmanHashSet/Map: use delete[] operator for...
2016-11-13 khizmaxstress-test set/map: use hash_size option for FeldmanHa...
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-12 khizmaxChangelog
2016-11-11 khizmaxAdded new option hash_size for FeldmanHashSet
2016-11-10 khizmaxFixed cmakelist
2016-11-10 khizmaxFixed indentation
2016-11-10 khizmaxFixed key size in map-delodd stress test
2016-11-08 khizmaxAdded test config for x86
2016-11-07 khizmaxFixed 64bit operations issues on 32bit architecture
2016-11-01 khizmaxRemoved TsigasCycleQueue (undecidable ABA problem)
2016-10-30 khizmaxImproved output of stress test stat
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-29 khizmaxAdded stress test for SplitListSet/Map based on Iterabl...
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
2016-10-17 khizmaxMerge branch 'dev' of https://github.com/khizmax/libcds...
2016-10-17 khizmaxIterableList: fixed memory ordering bugs found by TSan
2016-10-13 khizmaxChangeLog
2016-10-11 khizmaxDocfix
2016-10-10 khizmaxImproved searching/removing paths
2016-10-10 khizmaxRefactored IterableList to prevent violation of the...
2016-10-06 khizmaxImproved test conditions
2016-10-06 khizmaxIterableList: renamed some internal methods
2016-10-04 khizmaxIterableList: fixed case of sequence breaking when...
2016-10-03 khizmaxRenamed internal stat events
2016-10-03 khizmaxFixed internal statistics printing for map/set stress...
2016-10-03 khizmaxFixed IterableList's node reusing
2016-10-03 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2016-10-03 khizmaxFixed IterableList ordering violation
2016-10-03 khizmaxSplitted unit-list test
2016-09-30 khizmaxFixed CLang 3.9 + libc++ issues
2016-09-30 khizmaxFixed CLang 3.8 + libc++ issues
2016-09-29 khizmaxFixed Clang 3.7 + libc++ issues
2016-09-28 khizmaxFixed minor clang warnings
2016-09-28 khizmaxAdded free-list option
2016-09-28 khizmaxFixed minor clang warnings
2016-09-27 khizmaxFixed Clang build
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-27 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed typo
2016-09-26 khizmaxfixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-26 khizmaxFixed typo
2016-09-26 khizmaxFixed minor gcc warnings
2016-09-25 khizmaxFixed minor gcc warnings
2016-09-23 khizmaxFixed search algo for gtest in cmake script
2016-09-22 khizmaxFixed gcc-4.8 x86 build (the compiler does not support...
2016-09-20 khizmaxFixed spplit-list bucket allocation function
2016-09-19 khizmaxFixed gcc-4.8 build (no support for 128bit std::atomic)
2016-09-19 khizmaxgcc-4.8 does not supported std::atomic for 128-bit...
2016-09-19 khizmaxAdded -mcx16 compiler option
2016-09-16 khizmaxDocfix
2016-09-16 khizmaxFIxed aux node operations in SplitListSet
2016-09-14 khizmaxFixed padding calculation
2016-09-14 khizmaxFixed SplitList destroying sequence
2016-09-14 khizmaxFixed incorrect free-list usage in SplitList
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
next