libcds.git
2015-09-16 khizmaxAdded preliminary support for CLang-3.7 to MSVC projects
2015-09-16 khizmaxFixed a typo
2015-09-16 khizmaxFixed cityhash build
2015-09-15 khizmaxFixed a bug in update() function
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-15 khizmaxFixed bugs in update() implementation
2015-09-15 khizmaxAdded [[deprected]] attribute support for vc14
2015-09-15 khizmaxRemoved deprecated functions ensure() and find(key...
2015-09-15 khizmaxFixed vc14 warning
2015-09-14 khizmaxAdded support for MS VC++ 2015
2015-09-14 khizmaxAdded MS VisualStudio 2015 solution
2015-09-13 khizmaxExcluded deprecated functions ensure() and find(key...
2015-09-13 khizmaxRemoved MS VC++ 2015 TCP projects
2015-09-13 khizmaxRemoved unused helper BoundedArray class
2015-09-13 khizmaxensure() and find(key) member functions are declared...
2015-09-13 khizmaxFixed MultiLevelHashSet MT-test
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-09-13 khizmaxRefactored Set_InsDelFind MT-test
2015-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-12 khizmaxRefactored Set_InsDel_string MT-test
2015-09-10 khizmaxRefactored Set_InsDel_func MT-test
2015-09-09 khizmaxRefactored Set_DelOdd MT-test
2015-09-07 khizmaxRefactored Map_InsDel_Item_string MT-test
2015-09-07 khizmaxRefactored Map_InsDel_Item_int MT-test
2015-09-07 khizmaxRefactored Map_InsDelFind MT-test
2015-09-06 khizmaxRefactored Map_InsFind_int MT-test
2015-09-06 khizmaxRefactored Map_find_string MT-test
2015-09-06 khizmaxStripedSet: replace ensure() with update()
2015-09-06 khizmaxfixed an error in less() predicate
2015-09-06 khizmaxAdded less() predicate for CityHash
2015-09-05 khizmaxAdded MD5, SHA256, CityHash hash function for MultiLeve...
2015-09-05 khizmaxRefactored Map_InsDel_string MT-test
2015-09-05 khizmaxStripedMap: replace ensure() with update(), find(key...
2015-09-05 khizmaxAdded StdMap to Map_InsDel_int MT-test
2015-09-05 khizmaxAdded MultiLevelHashMap to Map_insdel_int MT-test
2015-09-05 khizmaxRefactored Map_insdel_int MT-test
2015-09-01 khizmaxCuckooMap, CuckooSet:
2015-09-01 khizmaxAdded compiler-specific CDS_DEPRECATED macro
2015-08-30 khizmaxBronsonAVLTreeMap:
2015-08-30 khizmaxEllenBinTreeMap, EllenBinTreeSet:
2015-08-29 khizmax* SkipListMap, SkipListSet:
2015-08-29 khizmaxSplitListMap, SplitListSet:
2015-08-29 khizmaxRefactored MapDelOdd MT-test
2015-08-29 khizmaxMichaelList, LazyList, MichaelMap:
2015-08-23 khizmaxFixed MultiLevelHashSet/Map docs
2015-08-23 khizmaxRemoved trailing whitespaces
2015-08-23 khizmaxFixed MultiLevelHashMap double registration of unit...
2015-08-23 khizmaxFixed build script
2015-08-23 khizmaxMultiLevelHashSet/Map<HP> - fixed GCC incompatibility
2015-08-23 khizmax- Refactored MultiLevelHashSet<HP> iterators
2015-08-20 khizmaxAdded container::MultiLevelHashSet<HP> unit tests
2015-08-19 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-18 khizmax[draft] MultiLevelHashMap<HP> implementation
2015-08-17 khizmax[draft] container::MultiLevelHashMap
2015-08-15 khizmaxFixed typos in general intrusive container doc
2015-08-15 khizmax[draft] implemented container::MultiLevelHashSet
2015-08-14 khizmaxintrusive MultiLevelHashSet<HP>: comment std::iterator_...
2015-08-14 khizmaxFixed hdr test for MultiLevelHashSet<HP>
2015-08-14 khizmaxFixed MultiLevelHashSet<DHP> test
2015-08-13 khizmaxImproving intrusive MultiLevelHashSet<HP>:
2015-08-12 khizmaxintrusive MultiLevelHashSet:
2015-08-11 khizmaxintrusive MultiLevelHashSet: added reverse iterator...
2015-08-10 khizmaxAdded MltiLevelHashSet bidirectional thread-safe iterators
2015-08-10 khizmaxChanged internal structure of MultiLevelHashSet node...
2015-08-09 khizmaxintrusive MultiLevelHashSet:
2015-08-05 khizmaxSmall fixes in split_bitstring algo
2015-08-03 khizmaxFix readme
2015-08-03 khizmaxAdded 64bit test for split_bitstring algo
2015-08-02 khizmaxintrusive MultiLevelHashSet fixes, tests
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-07-30 khizmaxIntrusive MultiLevelHashSet draft done
2015-07-26 khizmaxintrusive MichaelList: replaced ensure() with update()
2015-07-25 khizmaxSkipList:
2015-07-22 khizmaxImplemented bit-string splitting for MultiLevelHashSet
2015-07-22 khizmaxFixed intrusive MultiLevelHashSet interface
2015-07-21 khizmaxFixed gcc-4.9 warning
2015-07-21 khizmaxFixed make_comparator metafunction
2015-07-21 khizmaxFixed make_comparator metafunction
2015-07-20 khizmaxfixed readme
2015-07-20 khizmaxStart implementing MultiLevelHashSet
2015-07-18 khizmaxFixed a bug in MichaelList<RCU>::extract function
2015-07-18 khizmaxRemoved ugly reinterpret_cast
2015-07-16 khizmaxFixed msvc12 linker flags
2015-07-15 khizmaxFixed RWQueue test
2015-07-15 khizmaxRemoved unused data
2015-07-15 khizmaxFixed compiler errors
2015-07-12 khizmaxFixed data races in EllenBinTree (TSan)
2015-07-12 khizmaxReplaced alignment option with padding for VyukovMPMCCy...
2015-07-12 khizmaxFixed bug in RCU batch_retire()
2015-07-11 khizmaxRemoved unused variable
2015-07-11 khizmaxRWQueue refactoring for eliminating data race (TSan)
2015-07-09 khizmaxFixed build script
2015-07-08 khizmaxFixed TSan annotations
2015-07-08 khizmaxFixed doxygen 1.8.10 incompabilities
2015-07-02 khizmaxDocfix
2015-06-28 khizmaxSuppressed TSan false positive warnings
2015-06-27 khizmaxRenamed m_nHazardPtrCount to c_nHazardPtrCount
2015-06-27 khizmaxChanged: OptimisticQueue: use padding option instead...
2015-06-23 khizmaxChanged: use padding option instead of alignment one
2015-06-15 khizmaxQueue refactoring
next