libcds.git
2014-10-01 khizmaxReplace cds::lock::scoped_lock with std::unique_lock...
2014-10-01 khizmaxspinlock.h bugfix
2014-09-30 khizmaxRefactoring cds/lock/array.h
2014-09-30 khizmaxRefactoring: cds/lock/spinlock.h
2014-09-30 khizmaxRemove cds/detail/functor_wrapper.h
2014-09-30 khizmaxAdd support for Intel C++ compiler for Linux (icc 15)
2014-09-28 khizmaxFix bugs of last commit
2014-09-28 khizmaxReplace cds::ref/boost::ref with std::ref, remove cds...
2014-09-27 khizmaxRemove cds/details/numtraits.h header
2014-09-27 khizmaxMove split_list_base.h from cds/container to cds/contai...
2014-09-27 khizmaxsmall fixup
2014-09-27 khizmaxRename cds/container/skip_list_set_impl.h to cds/contai...
2014-09-27 khizmaxRename cds/container/skip_list_map_impl.h to cds/contai...
2014-09-27 khizmaxMove skip_list_base.h from cds/container to cds/contain...
2014-09-27 khizmaxMove michael_set_base.h from cds/container to cds/conta...
2014-09-27 khizmaxMove michael_map_base.h from cds/container to cds/conta...
2014-09-27 khizmaxRename cds/container/michael_list_impl.h to cds/contain...
2014-09-27 khizmaxMove michael_list_base.h from cds/container to cds...
2014-09-27 khizmaxRename cds/container/michael_kvlist_impl.h to cds/conta...
2014-09-27 khizmaxRename cds/container/lazy_list_impl.h to cds/container...
2014-09-27 khizmaxMove lazy_list_base.h from cds/container to cds/contain...
2014-09-27 khizmaxRename cds/container/lazy_kvlist_impl.h to cds/containe...
2014-09-27 khizmaxRename cds/container/ellen_bintree_set_impl.h to cds...
2014-09-27 khizmaxRename cds/container/ellen_bintree_map_impl.h to cds...
2014-09-27 khizmaxMove ellen_bintree_base.h from cds/container to cds...
2014-09-27 khizmaxMOve cuckoo_base.h from cds/container to cds/container...
2014-09-27 khizmaxMove base.h from cds/container to cds/container/details
2014-09-27 khizmaxMove split_list_base.h from cds/intrusive to cds/intrus...
2014-09-27 khizmaxRename cds/intrusive/skip_list_impl.h to cds/intrusive...
2014-09-27 khizmaxMoce skip_list_base.h from cds/intrusive tocds/intrusiv...
2014-09-27 khizmaxMove cds/intrusive/queue_stat.h to cds/intrusive/detail...
2014-09-27 khizmaxMove cds/intrusive/node_traits.h to cds/intrusive/detai...
2014-09-27 khizmaxMove cds/intrusive/michael_set_base.h to cds/intrusive...
2014-09-27 khizmaxRename cds/intrusive/michael_list_impl.h to cds/intrusi...
2014-09-27 khizmaxMove cds/intrusive/michael_list_base.h to cds/intrusive...
2014-09-27 khizmaxREname cds/intrusive/lazy_list_impl.h to cds/intrusive...
2014-09-27 khizmaxMove cds/intrusive/lazy_list_base.h to cds/intrusive...
2014-09-27 khizmaxRename cds/intrusive/ellen_bintree_impl.h to cds/intrus...
2014-09-27 khizmaxMove cds/intrusive/base.h to cds/intrusive/details...
2014-09-27 khizmaxMove cds/intrusive/single_link_struct.h to cds/intrusiv...
2014-09-26 khizmaxRestore hashing in tests
2014-09-25 khizmaxFix bugs in libcds atomic implementation
2014-09-25 khizmaxUsing std::hash as default hash functor in cds
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
2014-09-25 khizmaxFix typo in clang version for boost.atomic patch
2014-09-25 khizmaxFix clang 3.4-3.5 64bit build (boost.atomic problem...
2014-09-25 khizmaxFix build scripts
2014-09-24 khizmaxRemove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of...
2014-09-24 khizmaxReplace CDS_DEBUG_DO with CDS_DEBUG_ONLY
2014-09-24 khizmaxRemove CDS_NOEXCEPT_DEFAULTED macro
2014-09-24 khizmaxRemove CDS_OPTIONS macro
2014-09-24 khizmaxFix doxygen config
2014-09-24 khizmaxReplace CDS_BOOST_INTRUSIVE_OPTIONSx, CDS_BOOST_INTRUSI...
2014-09-24 khizmaxReplace variadic template emulation for option list...
2014-09-24 khizmaxRefactoring bugfix
2014-09-23 khizmaxRemove CDS_EMPLACE_SUPPORT macro and unused code
2014-09-23 khizmaxRemove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_DELETE_DEFINITION_SUPPORT and emulatin...
2014-09-23 khizmaxRemove CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_DEFAULT_FUNCTION_TEMPLATE_ARGS_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
2014-09-23 khizmaxRemove CDS_CXX11_EXPLICIT_CONVERSION_OPERATOR_SUPPORT...
2014-09-23 khizmaxRemove CDS_CXX11_TEMPLATE_ALIAS_SUPPORT macro and emula...
2014-09-23 khizmaxfix changelog
2014-09-23 khizmaxfix changelog
2014-09-21 khizmaxAdd checking for minimal compiler version
2014-09-21 khizmaxRemove compiler-specific C++11 compatibility macro...
2014-09-21 khizmaxRemove trailing spaces
2014-09-21 khizmaxChange "atomic" doc
2014-09-21 khizmaxRemove stack test for MichaelDeque
2014-09-21 khizmaxRemove MichaelDeque from stack test
2014-09-21 khizmaxFix: remove michael_deque.h from test
2014-09-21 khizmaxBugfix for MichaelDeque commits
2014-09-21 khizmaxFix changelog
2014-09-21 khizmaxRemove MichaelDeque from makefiles
2014-09-21 khizmaxRemove MichaelDeque
2014-09-20 khizmaxReplace CDS_ATOMIC with namespace atomics
2014-09-20 khizmaxRevert "Remove CDS_CXX11_ATOMIC_BEGIN_NAMESPACE/CDS_CXX...
2014-09-20 khizmaxRemove CDS_CXX11_ATOMIC_BEGIN_NAMESPACE/CDS_CXX11_ATOMI...
2014-09-20 khizmaxRemove old compiler specific files related to atomic...
2014-09-20 khizmaxRemove CDS_CXX11_ATOMIC_SUPPORT
2014-09-20 khizmaxReplace NULL with nullptr
2014-09-19 khizmaxRevert "Replace cds::OS::ThreadId with std::thread...
2014-09-19 khizmaxReplace cds::OS::yield() with std::this_thread::yield()
2014-09-19 khizmaxReplace cds::OS::ThreadId with std::thread::id, cds...
2014-09-19 khizmaxChanged version in Android.mk
2014-09-19 khizmaxFix VC++ solution
2014-09-19 khizmaxChanged cds_std namespace to std, removed cds/details...
2014-09-19 khizmaxRemove cds/details/std/tnhread.h, using STL <thread...
2014-09-19 khizmaxRemove cds/details/std/memory.h, use STL <memory> instead
2014-09-19 khizmaxRemove cds/details/std/tuple.h, use STL <tuple> instead
2014-09-19 khizmaxRemove cds/details/std/type_traits.h, use STL <type_tra...
2014-09-18 khizmaxFix make_docs.bat
2014-09-18 khizmaxRemove license.txt
2014-09-18 khizmaxMake tools directory, move some helper scripts to it
2014-09-18 khizmaxMove cds/numtraits.h to cds/details/numtraits.h
2014-09-18 khizmaxMove cds/int_algo.h to cds/algo/int_algo.h
2014-09-18 khizmaxMove cds/bitop.h to cds/algo/bitop.h
2014-09-18 khizmaxMove cds/backoff_strategy.h to cds/algo/backoff_strategy.h
2014-09-18 khizmaxRemove cstdint_boost.h, csdtint_std.h wrappers
next