MOve cuckoo_base.h from cds/container to cds/container/details
[libcds.git] / projects / Win / vc12 / cds.vcxproj
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-25 khizmaxFix bugs in libcds atomic implementation
2014-09-25 khizmaxRemove hash_functor_selector.h, use only std::hash
2014-09-24 khizmaxRefactoring bugfix
2014-09-23 khizmaxRemove CDS_CXX11_DELETE_DEFINITION_SUPPORT and emulatin...
2014-09-23 khizmaxRemove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and...
2014-09-21 khizmaxRemove compiler-specific C++11 compatibility macro...
2014-09-21 khizmaxRemove MichaelDeque
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 khizmaxReplace NULL with nullptr
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/tuple.h, use STL <tuple> instead
2014-09-19 khizmaxRemove cds/details/std/type_traits.h, use STL <type_tra...
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
2014-09-18 khizmaxMove libcds 1.6.0 from SVN