libcds.git
9 years agoRevert "Replace cds::OS::ThreadId with std::thread::id, cds::OS::nullThreadId() with...
khizmax [Fri, 19 Sep 2014 21:05:08 +0000 (01:05 +0400)]
Revert "Replace cds::OS::ThreadId with std::thread::id, cds::OS::nullThreadId() with std::thread::id()"
This reverts commit 696ef88ac5b9503da2300246865ba1671d87aae3.

9 years agoReplace cds::OS::yield() with std::this_thread::yield()
khizmax [Fri, 19 Sep 2014 09:43:05 +0000 (13:43 +0400)]
Replace cds::OS::yield() with std::this_thread::yield()

9 years agoReplace cds::OS::ThreadId with std::thread::id, cds::OS::nullThreadId() with std...
khizmax [Fri, 19 Sep 2014 09:36:15 +0000 (13:36 +0400)]
Replace cds::OS::ThreadId with std::thread::id, cds::OS::nullThreadId() with std::thread::id()

9 years agoChanged version in Android.mk
khizmax [Fri, 19 Sep 2014 09:06:20 +0000 (13:06 +0400)]
Changed version in Android.mk

9 years agoFix VC++ solution
khizmax [Fri, 19 Sep 2014 09:01:23 +0000 (13:01 +0400)]
Fix VC++ solution

9 years agoChanged cds_std namespace to std, removed cds/details/std directory, use STL headers...
khizmax [Fri, 19 Sep 2014 08:51:34 +0000 (12:51 +0400)]
Changed cds_std namespace to std, removed cds/details/std directory, use STL headers instead

9 years agoRemove cds/details/std/tnhread.h, using STL <thread> instead
khizmax [Fri, 19 Sep 2014 08:25:58 +0000 (12:25 +0400)]
Remove cds/details/std/tnhread.h, using STL <thread> instead

9 years agoRemove cds/details/std/memory.h, use STL <memory> instead
khizmax [Fri, 19 Sep 2014 07:56:38 +0000 (11:56 +0400)]
Remove cds/details/std/memory.h, use STL <memory> instead

9 years agoRemove cds/details/std/tuple.h, use STL <tuple> instead
khizmax [Fri, 19 Sep 2014 07:49:58 +0000 (11:49 +0400)]
Remove cds/details/std/tuple.h, use STL <tuple> instead

9 years agoRemove cds/details/std/type_traits.h, use STL <type_traits> instead
khizmax [Fri, 19 Sep 2014 07:47:09 +0000 (11:47 +0400)]
Remove cds/details/std/type_traits.h, use STL <type_traits> instead

9 years agoFix make_docs.bat
khizmax [Thu, 18 Sep 2014 18:12:51 +0000 (22:12 +0400)]
Fix make_docs.bat
Delete trailing spaces in .h files

9 years agoRemove license.txt
khizmax [Thu, 18 Sep 2014 16:00:26 +0000 (20:00 +0400)]
Remove license.txt

9 years agoMake tools directory, move some helper scripts to it
khizmax [Thu, 18 Sep 2014 15:58:58 +0000 (19:58 +0400)]
Make tools directory, move some helper scripts to it

9 years agoMove cds/numtraits.h to cds/details/numtraits.h
khizmax [Thu, 18 Sep 2014 15:43:59 +0000 (19:43 +0400)]
Move cds/numtraits.h to cds/details/numtraits.h

9 years agoMove cds/int_algo.h to cds/algo/int_algo.h
khizmax [Thu, 18 Sep 2014 15:38:50 +0000 (19:38 +0400)]
Move cds/int_algo.h to cds/algo/int_algo.h

9 years agoMove cds/bitop.h to cds/algo/bitop.h
khizmax [Thu, 18 Sep 2014 15:33:46 +0000 (19:33 +0400)]
Move cds/bitop.h to cds/algo/bitop.h

9 years agoMove cds/backoff_strategy.h to cds/algo/backoff_strategy.h
khizmax [Thu, 18 Sep 2014 15:29:13 +0000 (19:29 +0400)]
Move cds/backoff_strategy.h to cds/algo/backoff_strategy.h

9 years agoRemove cstdint_boost.h, csdtint_std.h wrappers
khizmax [Thu, 18 Sep 2014 15:22:24 +0000 (19:22 +0400)]
Remove cstdint_boost.h, csdtint_std.h wrappers

9 years agoRemove obsolete non_volatile function
khizmax [Thu, 18 Sep 2014 15:08:22 +0000 (19:08 +0400)]
Remove obsolete non_volatile function

9 years agoVC: fix some compiler errors
khizmax [Thu, 18 Sep 2014 14:59:54 +0000 (18:59 +0400)]
VC: fix some compiler errors

9 years agoreplace null_ptr<>() with nullptr
khizmax [Thu, 18 Sep 2014 14:48:43 +0000 (18:48 +0400)]
replace null_ptr<>() with nullptr

9 years agomodify MSVC++ property file
khizmax [Thu, 18 Sep 2014 11:42:13 +0000 (15:42 +0400)]
modify MSVC++ property file

9 years agoChange version to 2.0.0
khizmax [Thu, 18 Sep 2014 11:12:19 +0000 (15:12 +0400)]
Change version to 2.0.0

9 years agoRemove MSVC 2008,2010,2012 solution, fix readme file
khizmax [Thu, 18 Sep 2014 11:09:06 +0000 (15:09 +0400)]
Remove MSVC 2008,2010,2012 solution, fix readme file

9 years agochange.log
khizmax [Thu, 18 Sep 2014 10:53:39 +0000 (14:53 +0400)]
change.log

9 years agoMove libcds 1.6.0 from SVN
khizmax [Thu, 18 Sep 2014 10:38:14 +0000 (14:38 +0400)]
Move libcds 1.6.0 from SVN

9 years agoFix license
khizmax [Thu, 18 Sep 2014 10:34:46 +0000 (14:34 +0400)]
Fix license

9 years agoInitial commit
khizmax [Thu, 18 Sep 2014 09:31:13 +0000 (13:31 +0400)]
Initial commit