SkipList: fixed infinite loop when one thread inserts a key and another remove the...
[libcds.git] / cds / intrusive / details / skip_list_base.h
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-25 khizmaxSkipList: added a statistical measure
2016-12-20 khizmaxSkipList: fixed erase() and find_fastpath() bugs
2016-12-17 khizmaxOn dev: SkipList: remove node state
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 khizmaxReformatted SkipList, added memory barrier after tower...
2016-10-29 khizmaxRemoved redundant spaces
2016-10-29 khizmaxRemoved trailing spaces
2016-05-30 khizmaxMerge branch 'dev'
2016-03-13 khizmaxDocfix
2016-01-05 khizmaxAdded copyright and license
2015-12-20 khizmaxMerge branch 'integration' of github.com:khizmax/libcds...
2015-12-20 Max KhizhinskyMerge pull request #47 from eugenyk/master
2015-12-19 Eugeny KalishenkoFixed files encoding (#46)
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxRemoved unused implementation_tag typedef
2015-07-25 khizmaxSkipList:
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-06 khizmaxSplit up set2 unit test to reduce compiling time and...
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-29 khizmaxRemoving trailing spaces
2014-11-18 khizmaxMerge branch 'check' into dev
2014-11-18 khizmaxRemove unused vars
2014-11-04 khizmaxintrusive::SkipListSet refactoring
2014-09-27 khizmaxMoce skip_list_base.h from cds/intrusive tocds/intrusiv...