Refactors sequential test cases
[libcds.git] / cds / os /
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-07-31 khizmaxRemoved trailing spaces
2017-02-16 khizmaxChanged: call throw_exception() function instead of...
2017-02-16 khizmaxFixed some minor compiler warnings
2017-02-07 khizmaxRemoved cds::OS::is_thread_alive() function. This funct...
2017-01-16 khizmaxMerged branch 'master' of https://github.com/Nemo1369...
2017-01-16 khizmaxMerge branch 'flat_combinig_add_stress_and_unint_tests...
2017-01-03 khizmaxReplaced deprecated throw() function specifier with...
2016-12-31 khizmaxUpdated copyright
2016-10-29 khizmaxRemoved redundant spaces
2016-09-07 khizmaxRemoved trailing spaces
2016-01-05 khizmaxAdded copyright and license
2015-10-02 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2015-08-23 khizmaxRemoved trailing whitespaces
2015-05-14 khizmaxRemoved mingw-gcc warnings
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-24 khizmaxFixed min/max macro problem in MS VC++
2015-04-12 khizmaxMerge branch 'integration' into dev
2015-04-07 khizmaxaligned allocator is raised std::bad_alloc when no...
2015-03-16 khizmaxMajor merge from 'dev'
2015-01-22 khizmaxissue#11: cds: changed __CDS_ guard prefix to CDSLIB_...
2014-11-29 khizmaxRemoved cds/os/syseror.h
2014-11-29 khizmaxRenamed isThreadAlive to is_thread_alive
2014-11-29 khizmaxRenamed getCurrentThreadId to get_current_thread_id
2014-11-28 khizmaxMade cds::OS children namespaces inline, removed OS...
2014-10-03 khizmaxfix docs
2014-09-21 khizmaxRemove trailing spaces
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-18 khizmaxMove libcds 1.6.0 from SVN