2014-10-01 |
khizmax | TreiberStack refactoring |
tree | commitdiff |
2014-10-01 |
khizmax | Remove cds/details/void_selector.h |
tree | commitdiff |
2014-10-01 |
khizmax | Remove cds/details/noncopyable.h, use C++11 '=delete... |
tree | commitdiff |
2014-10-01 |
khizmax | Replace cds::lock::scoped_lock with std::unique_lock... |
tree | commitdiff |
2014-10-01 |
khizmax | spinlock.h bugfix |
tree | commitdiff |
2014-09-30 |
khizmax | Refactoring cds/lock/array.h |
tree | commitdiff |
2014-09-30 |
khizmax | Refactoring: cds/lock/spinlock.h |
tree | commitdiff |
2014-09-30 |
khizmax | Remove cds/detail/functor_wrapper.h |
tree | commitdiff |
2014-09-30 |
khizmax | Add support for Intel C++ compiler for Linux (icc 15) |
tree | commitdiff |
2014-09-28 |
khizmax | Fix bugs of last commit |
tree | commitdiff |
2014-09-28 |
khizmax | Replace cds::ref/boost::ref with std::ref, remove cds... |
tree | commitdiff |
2014-09-27 |
khizmax | Remove cds/details/numtraits.h header |
tree | commitdiff |
2014-09-27 |
khizmax | Move split_list_base.h from cds/container to cds/contai... |
tree | commitdiff |
2014-09-27 |
khizmax | small fixup |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/skip_list_set_impl.h to cds/contai... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/skip_list_map_impl.h to cds/contai... |
tree | commitdiff |
2014-09-27 |
khizmax | Move skip_list_base.h from cds/container to cds/contain... |
tree | commitdiff |
2014-09-27 |
khizmax | Move michael_set_base.h from cds/container to cds/conta... |
tree | commitdiff |
2014-09-27 |
khizmax | Move michael_map_base.h from cds/container to cds/conta... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/michael_list_impl.h to cds/contain... |
tree | commitdiff |
2014-09-27 |
khizmax | Move michael_list_base.h from cds/container to cds... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/michael_kvlist_impl.h to cds/conta... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/lazy_list_impl.h to cds/container... |
tree | commitdiff |
2014-09-27 |
khizmax | Move lazy_list_base.h from cds/container to cds/contain... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/lazy_kvlist_impl.h to cds/containe... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/ellen_bintree_set_impl.h to cds... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/container/ellen_bintree_map_impl.h to cds... |
tree | commitdiff |
2014-09-27 |
khizmax | Move ellen_bintree_base.h from cds/container to cds... |
tree | commitdiff |
2014-09-27 |
khizmax | MOve cuckoo_base.h from cds/container to cds/container... |
tree | commitdiff |
2014-09-27 |
khizmax | Move base.h from cds/container to cds/container/details |
tree | commitdiff |
2014-09-27 |
khizmax | Move split_list_base.h from cds/intrusive to cds/intrus... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/intrusive/skip_list_impl.h to cds/intrusive... |
tree | commitdiff |
2014-09-27 |
khizmax | Moce skip_list_base.h from cds/intrusive tocds/intrusiv... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/queue_stat.h to cds/intrusive/detail... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/node_traits.h to cds/intrusive/detai... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/michael_set_base.h to cds/intrusive... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/intrusive/michael_list_impl.h to cds/intrusi... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/michael_list_base.h to cds/intrusive... |
tree | commitdiff |
2014-09-27 |
khizmax | REname cds/intrusive/lazy_list_impl.h to cds/intrusive... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/lazy_list_base.h to cds/intrusive... |
tree | commitdiff |
2014-09-27 |
khizmax | Rename cds/intrusive/ellen_bintree_impl.h to cds/intrus... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/base.h to cds/intrusive/details... |
tree | commitdiff |
2014-09-27 |
khizmax | Move cds/intrusive/single_link_struct.h to cds/intrusiv... |
tree | commitdiff |
2014-09-25 |
khizmax | Fix bugs in libcds atomic implementation |
tree | commitdiff |
2014-09-25 |
khizmax | Using std::hash as default hash functor in cds |
tree | commitdiff |
2014-09-25 |
khizmax | Remove hash_functor_selector.h, use only std::hash |
tree | commitdiff |
2014-09-25 |
khizmax | Fix typo in clang version for boost.atomic patch |
tree | commitdiff |
2014-09-25 |
khizmax | Fix clang 3.4-3.5 64bit build (boost.atomic problem... |
tree | commitdiff |
2014-09-24 |
khizmax | Remove CDS_CXX11_LAMBDA_SUPPORT macro and a lot of... |
tree | commitdiff |
2014-09-24 |
khizmax | Replace CDS_DEBUG_DO with CDS_DEBUG_ONLY |
tree | commitdiff |
2014-09-24 |
khizmax | Remove CDS_NOEXCEPT_DEFAULTED macro |
tree | commitdiff |
2014-09-24 |
khizmax | Remove CDS_OPTIONS macro |
tree | commitdiff |
2014-09-24 |
khizmax | Fix doxygen config |
tree | commitdiff |
2014-09-24 |
khizmax | Replace CDS_BOOST_INTRUSIVE_OPTIONSx, CDS_BOOST_INTRUSI... |
tree | commitdiff |
2014-09-24 |
khizmax | Replace variadic template emulation for option list... |
tree | commitdiff |
2014-09-24 |
khizmax | Refactoring bugfix |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_EMPLACE_SUPPORT macro and unused code |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT... |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_CXX11_DELETE_DEFINITION_SUPPORT and emulatin... |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT... |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_CXX11_DEFAULT_FUNCTION_TEMPLATE_ARGS_SUPPORT... |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and... |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_CXX11_EXPLICIT_CONVERSION_OPERATOR_SUPPORT... |
tree | commitdiff |
2014-09-23 |
khizmax | Remove CDS_CXX11_TEMPLATE_ALIAS_SUPPORT macro and emula... |
tree | commitdiff |
2014-09-21 |
khizmax | Add checking for minimal compiler version |
tree | commitdiff |
2014-09-21 |
khizmax | Remove compiler-specific C++11 compatibility macro... |
tree | commitdiff |
2014-09-21 |
khizmax | Remove trailing spaces |
tree | commitdiff |
2014-09-21 |
khizmax | Change "atomic" doc |
tree | commitdiff |
2014-09-21 |
khizmax | Remove MichaelDeque |
tree | commitdiff |
2014-09-20 |
khizmax | Replace CDS_ATOMIC with namespace atomics |
tree | commitdiff |
2014-09-20 |
khizmax | Revert "Remove CDS_CXX11_ATOMIC_BEGIN_NAMESPACE/CDS_CXX... |
tree | commitdiff |
2014-09-20 |
khizmax | Remove CDS_CXX11_ATOMIC_BEGIN_NAMESPACE/CDS_CXX11_ATOMI... |
tree | commitdiff |
2014-09-20 |
khizmax | Remove old compiler specific files related to atomic... |
tree | commitdiff |
2014-09-20 |
khizmax | Remove CDS_CXX11_ATOMIC_SUPPORT |
tree | commitdiff |
2014-09-20 |
khizmax | Replace NULL with nullptr |
tree | commitdiff |
2014-09-19 |
khizmax | Revert "Replace cds::OS::ThreadId with std::thread... |
tree | commitdiff |
2014-09-19 |
khizmax | Replace cds::OS::yield() with std::this_thread::yield() |
tree | commitdiff |
2014-09-19 |
khizmax | Replace cds::OS::ThreadId with std::thread::id, cds... |
tree | commitdiff |
2014-09-19 |
khizmax | Changed cds_std namespace to std, removed cds/details... |
tree | commitdiff |
2014-09-19 |
khizmax | Remove cds/details/std/tnhread.h, using STL <thread... |
tree | commitdiff |
2014-09-19 |
khizmax | Remove cds/details/std/memory.h, use STL <memory> instead |
tree | commitdiff |
2014-09-19 |
khizmax | Remove cds/details/std/tuple.h, use STL <tuple> instead |
tree | commitdiff |
2014-09-19 |
khizmax | Remove cds/details/std/type_traits.h, use STL <type_tra... |
tree | commitdiff |
2014-09-18 |
khizmax | Fix make_docs.bat |
tree | commitdiff |
2014-09-18 |
khizmax | Move cds/numtraits.h to cds/details/numtraits.h |
tree | commitdiff |
2014-09-18 |
khizmax | Move cds/int_algo.h to cds/algo/int_algo.h |
tree | commitdiff |
2014-09-18 |
khizmax | Move cds/bitop.h to cds/algo/bitop.h |
tree | commitdiff |
2014-09-18 |
khizmax | Move cds/backoff_strategy.h to cds/algo/backoff_strategy.h |
tree | commitdiff |
2014-09-18 |
khizmax | Remove cstdint_boost.h, csdtint_std.h wrappers |
tree | commitdiff |
2014-09-18 |
khizmax | Remove obsolete non_volatile function |
tree | commitdiff |
2014-09-18 |
khizmax | VC: fix some compiler errors |
tree | commitdiff |
2014-09-18 |
khizmax | replace null_ptr<>() with nullptr |
tree | commitdiff |
2014-09-18 |
khizmax | modify MSVC++ property file |
tree | commitdiff |
2014-09-18 |
khizmax | Remove MSVC 2008,2010,2012 solution, fix readme file |
tree | commitdiff |
2014-09-18 |
khizmax | Move libcds 1.6.0 from SVN |
tree | commitdiff |
|