Fixed padding calculation
[libcds.git] / cds / opt / options.h
2016-09-14 khizmaxFixed padding calculation
2016-09-14 khizmaxFixed SplitList destroying sequence
2016-09-13 khizmaxImproved management of SkipList auxiliary nodes: now...
2016-08-14 Max KhizhinskyMerge pull request #63 from mgalimullin/cmake-update
2016-07-05 khizmaxDocfix
2016-06-01 khizmaxMerge branch 'dev'
2016-05-31 khizmaxReplaced rand() with std::rand()
2016-05-30 khizmaxMerge branch 'dev'
2016-02-05 khizmaxTsigas' queue: replaced alignment option with padding one
2016-01-23 khizmaxAdded move semantics push(), doc fixed
2016-01-12 khizmaxIssue #48: added std::move for pop() function of stack...
2016-01-05 khizmaxAdded copyright and license
2015-11-21 khizmaxRearranged options.h to generate correct doxygen doc
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-09-13 khizmaxIncorporated MultiLevelHashSet into set's MT-test
2015-09-05 khizmaxRefactored Map_insdel_int MT-test
2015-08-01 khizmaxReplaced deprecated atomic64_xxx types with int64_t...
2015-06-23 khizmaxChanged: use padding option instead of alignment one
2015-06-07 khizmaxModified Hazard Pointer SMR to conform C++11 memory...
2015-06-05 khizmaxDoc fixed
2015-06-05 khizmaxAdded total-relaxed memory model for testing purposes
2015-03-16 khizmaxMajor merge from 'dev'
2015-02-02 khizmaxAdded sync_monitor option
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-31 khizmaxRenamed cds::lock::array to cds::sync::lock_array,...
2015-01-31 khizmaxrename cds::lock namespace to cds::sync, move correspon...
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-29 khizmaxRenaming cds/cxx11_atomic.h to cds/algo/atomic.h
2014-11-29 khizmaxRemoving trailing spaces
2014-11-10 khizmaxcds::gc::HRC has been removed
2014-11-03 khizmaxFix compiler warnings for padding option
2014-11-03 khizmaxAdd padding option to SegmentedQueue to eliminate false...
2014-10-01 khizmaxRemove cds/details/void_selector.h
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-18 khizmaxMove libcds 1.6.0 from SVN