khizmax [Wed, 17 Feb 2016 19:44:45 +0000 (22:44 +0300)]
Docfix
khizmax [Tue, 16 Feb 2016 20:08:45 +0000 (23:08 +0300)]
Moved HP-based KV-list unit test to gtest framework
khizmax [Sun, 14 Feb 2016 20:11:12 +0000 (23:11 +0300)]
Moved RCU-based list tests to gtest framework
khizmax [Sun, 14 Feb 2016 09:18:37 +0000 (12:18 +0300)]
Moved gc::nogc-based list tests to gtest framework
khizmax [Sun, 14 Feb 2016 09:17:46 +0000 (12:17 +0300)]
Docfix
khizmax [Sun, 14 Feb 2016 08:37:48 +0000 (11:37 +0300)]
Moved list unit tests to gtest framework
khizmax [Sun, 14 Feb 2016 08:21:44 +0000 (11:21 +0300)]
Fixed LazyList when a lock type is specified
khizmax [Sun, 14 Feb 2016 08:20:09 +0000 (11:20 +0300)]
Added Hazard Pointer count
khizmax [Sat, 13 Feb 2016 14:48:27 +0000 (17:48 +0300)]
Docfix
khizmax [Thu, 11 Feb 2016 19:15:29 +0000 (22:15 +0300)]
Moved RCU-based intrusive list tests to gtest framework
khizmax [Wed, 10 Feb 2016 20:45:25 +0000 (23:45 +0300)]
Removed redundant checking
khizmax [Wed, 10 Feb 2016 19:34:48 +0000 (22:34 +0300)]
Doxygen markup fixed
khizmax [Tue, 9 Feb 2016 20:30:24 +0000 (23:30 +0300)]
Removed redundant checking
khizmax [Tue, 9 Feb 2016 20:29:50 +0000 (23:29 +0300)]
Moved append-only ordered list unit test to gtest framework
khizmax [Tue, 9 Feb 2016 19:24:47 +0000 (22:24 +0300)]
Docfix
khizmax [Mon, 8 Feb 2016 13:27:02 +0000 (16:27 +0300)]
Fixed intrusive LazyList:
* insert(): check the new node immediately before linking
* clear(): added missing item counter correction
khizmax [Mon, 8 Feb 2016 12:26:43 +0000 (15:26 +0300)]
Moved LazyList<HP> unit test to gtest framework
khizmax [Sun, 7 Feb 2016 21:15:41 +0000 (00:15 +0300)]
Moved MichaelList<HP> unit test to gtest framework
khizmax [Sun, 7 Feb 2016 18:06:00 +0000 (21:06 +0300)]
Docfix
khizmax [Sun, 7 Feb 2016 08:35:16 +0000 (11:35 +0300)]
Improved docs
khizmax [Sat, 6 Feb 2016 14:36:58 +0000 (17:36 +0300)]
Moved queue unit tests to gtest framework
khizmax [Sat, 6 Feb 2016 14:34:36 +0000 (17:34 +0300)]
Added missing header
khizmax [Fri, 5 Feb 2016 21:38:17 +0000 (00:38 +0300)]
Moved queue unit tests to gtest framework
khizmax [Fri, 5 Feb 2016 21:29:32 +0000 (00:29 +0300)]
Tsigas' queue: replaced alignment option with padding one
Docfix
khizmax [Fri, 5 Feb 2016 20:50:24 +0000 (23:50 +0300)]
Docfix
khizmax [Fri, 5 Feb 2016 20:49:32 +0000 (23:49 +0300)]
Docfix
khizmax [Wed, 3 Feb 2016 18:20:56 +0000 (21:20 +0300)]
Moved queue unit tests to gtest framework
khizmax [Wed, 27 Jan 2016 20:44:28 +0000 (23:44 +0300)]
Doc fix
khizmax [Tue, 26 Jan 2016 21:16:09 +0000 (00:16 +0300)]
Added workaround for boost 1.59 bug: intrusive containers require implicit conversion from value_type to key_type
khizmax [Sat, 23 Jan 2016 14:34:34 +0000 (17:34 +0300)]
Moved queue unit test to gtest framework
khizmax [Sat, 23 Jan 2016 14:33:47 +0000 (17:33 +0300)]
Added move semantics push(), doc fixed
khizmax [Thu, 21 Jan 2016 06:35:43 +0000 (09:35 +0300)]
Added enqueue() with move semantics
khizmax [Thu, 21 Jan 2016 06:35:13 +0000 (09:35 +0300)]
Moved queue unit test to gtest framework
khizmax [Wed, 20 Jan 2016 16:25:55 +0000 (19:25 +0300)]
Test thread initial version
khizmax [Wed, 20 Jan 2016 13:43:47 +0000 (16:43 +0300)]
Added free-list implementations
khizmax [Wed, 20 Jan 2016 13:36:56 +0000 (16:36 +0300)]
Fixed doxygen markup
khizmax [Sat, 16 Jan 2016 15:53:26 +0000 (18:53 +0300)]
Moved deque unit test to gtest framework
khizmax [Fri, 15 Jan 2016 21:26:08 +0000 (00:26 +0300)]
Renamed test namespace
khizmax [Fri, 15 Jan 2016 21:25:48 +0000 (00:25 +0300)]
Moved priority_queue unit test to gtest framework
khizmax [Tue, 12 Jan 2016 20:44:07 +0000 (23:44 +0300)]
Moved stack unit test to gtest framework
Removed Android build
khizmax [Tue, 12 Jan 2016 10:37:26 +0000 (13:37 +0300)]
Issue #48: added std::move for pop() function of stack/queue/pqueue
Fixed stack overflow case in pqueue unit tests
khizmax [Sun, 10 Jan 2016 11:15:45 +0000 (14:15 +0300)]
Issue #50: fixed possible double-free case in flat combining algorithm
khizmax [Sun, 10 Jan 2016 10:40:07 +0000 (13:40 +0300)]
Fixed typo
khizmax [Sat, 9 Jan 2016 09:19:22 +0000 (12:19 +0300)]
Fixed recursive links in docs
khizmax [Thu, 7 Jan 2016 16:50:50 +0000 (19:50 +0300)]
Removed unused configurations
khizmax [Thu, 7 Jan 2016 10:28:59 +0000 (13:28 +0300)]
Merge branch 'dev-gtest' into dev
khizmax [Thu, 7 Jan 2016 10:28:40 +0000 (13:28 +0300)]
Changed version to 2.2.0
khizmax [Wed, 6 Jan 2016 12:35:07 +0000 (15:35 +0300)]
Removed unused build configurations
khizmax [Wed, 6 Jan 2016 12:34:32 +0000 (15:34 +0300)]
Start moving to gtest framework
khizmax [Tue, 5 Jan 2016 14:10:54 +0000 (17:10 +0300)]
Changelog
khizmax [Tue, 5 Jan 2016 14:02:43 +0000 (17:02 +0300)]
Added copyright and license
khizmax [Tue, 5 Jan 2016 06:29:26 +0000 (09:29 +0300)]
Changed test parameters
khizmax [Tue, 5 Jan 2016 06:28:27 +0000 (09:28 +0300)]
Reformatting
khizmax [Sun, 3 Jan 2016 14:37:20 +0000 (17:37 +0300)]
Formatting
khizmax [Fri, 1 Jan 2016 13:42:10 +0000 (16:42 +0300)]
Fixed rare memory-use-after-free
khizmax [Fri, 1 Jan 2016 13:41:16 +0000 (16:41 +0300)]
Fixed memory ordering
khizmax [Wed, 30 Dec 2015 20:17:10 +0000 (23:17 +0300)]
Add epoch_count parameter in cds::gc::DHP constructor
Add cds::gc::DHP initialization parameters to test config files
khizmax [Mon, 28 Dec 2015 04:30:53 +0000 (07:30 +0300)]
Fixed FeldmanHashSet<RCU>
khizmax [Mon, 28 Dec 2015 04:30:22 +0000 (07:30 +0300)]
Fixed tests
khizmax [Fri, 25 Dec 2015 05:23:29 +0000 (08:23 +0300)]
Fixed GCC incompatibility
khizmax [Thu, 24 Dec 2015 20:01:58 +0000 (23:01 +0300)]
Formatting
khizmax [Thu, 24 Dec 2015 14:59:39 +0000 (17:59 +0300)]
Fixed compatibility with boost 1.59 for striped intrusive sets
khizmax [Thu, 24 Dec 2015 12:24:22 +0000 (15:24 +0300)]
Text formatting, docfix
khizmax [Wed, 23 Dec 2015 21:26:21 +0000 (00:26 +0300)]
Fixed FeldmanHashSet
khizmax [Wed, 23 Dec 2015 17:49:43 +0000 (20:49 +0300)]
some improvements
khizmax [Wed, 23 Dec 2015 06:29:45 +0000 (09:29 +0300)]
Added more assertion
khizmax [Tue, 22 Dec 2015 20:06:39 +0000 (23:06 +0300)]
Disabled -Wunused-local-typedefs for CMake build
khizmax [Tue, 22 Dec 2015 19:54:09 +0000 (22:54 +0300)]
Fixed a bug in split_bitstring algo
khizmax [Tue, 22 Dec 2015 14:37:28 +0000 (17:37 +0300)]
formatting
khizmax [Tue, 22 Dec 2015 14:24:31 +0000 (17:24 +0300)]
Docfix
khizmax [Tue, 22 Dec 2015 11:45:35 +0000 (14:45 +0300)]
Removed wrong assertion
khizmax [Tue, 22 Dec 2015 10:41:30 +0000 (13:41 +0300)]
Relaxed checking conditions for Map_InsDel_func test
khizmax [Mon, 21 Dec 2015 15:03:36 +0000 (18:03 +0300)]
Fixed Map_InsDel_func test
khizmax [Sun, 20 Dec 2015 20:01:35 +0000 (23:01 +0300)]
Merge branch 'integration' of github.com:khizmax/libcds into integration
Max Khizhinsky [Sun, 20 Dec 2015 19:57:20 +0000 (22:57 +0300)]
Merge pull request #47 from eugenyk/master
Added posibility to analize test coverage through gcov
Eugeny Kalishenko [Sun, 20 Dec 2015 11:41:18 +0000 (14:41 +0300)]
Useful warnings for gcc added
khizmax [Sun, 20 Dec 2015 08:48:50 +0000 (11:48 +0300)]
Rebuilt threaded uRCU logic
Added single-consumer option to Vyukov's queue
khizmax [Sun, 20 Dec 2015 08:46:46 +0000 (11:46 +0300)]
Fixed false assert
Eugeny Kalishenko [Sat, 19 Dec 2015 12:40:49 +0000 (15:40 +0300)]
Fixed files encoding (#46)
Eugeny Kalishenko [Sat, 19 Dec 2015 12:39:50 +0000 (15:39 +0300)]
Added compiler flags for test coverage, active when using with
-DWITH_TESTS_COVERAGE (#46)
khizmax [Fri, 18 Dec 2015 19:26:35 +0000 (22:26 +0300)]
Added missing hazard ptr to FeldmanHashSet<HP> insert()/update() functions
khizmax [Thu, 17 Dec 2015 19:57:32 +0000 (22:57 +0300)]
Minor changes induced by improvements of Vyukov queue
khizmax [Thu, 17 Dec 2015 19:44:14 +0000 (22:44 +0300)]
Make Vyukov queue linearizable
khizmax [Mon, 14 Dec 2015 20:17:17 +0000 (23:17 +0300)]
LazyList refactoring
khizmax [Mon, 14 Dec 2015 18:59:08 +0000 (21:59 +0300)]
Fixed Set_InsDel_string test
khizmax [Fri, 11 Dec 2015 14:38:22 +0000 (17:38 +0300)]
Fixed Cppcheck warnings
khizmax [Fri, 11 Dec 2015 05:53:32 +0000 (08:53 +0300)]
formatting
khizmax [Fri, 11 Dec 2015 05:53:04 +0000 (08:53 +0300)]
Fixed noexcept args
khizmax [Thu, 10 Dec 2015 19:55:56 +0000 (22:55 +0300)]
Fixed noexcept spec
khizmax [Thu, 10 Dec 2015 19:40:25 +0000 (22:40 +0300)]
Fixed Map_find_string test
khizmax [Thu, 10 Dec 2015 15:44:17 +0000 (18:44 +0300)]
Fixed issues found by Cppcheck
khizmax [Wed, 9 Dec 2015 20:38:51 +0000 (23:38 +0300)]
Added missing header
khizmax [Wed, 9 Dec 2015 19:42:05 +0000 (22:42 +0300)]
Tune FeldmanHashMap tests
khizmax [Wed, 9 Dec 2015 18:43:46 +0000 (21:43 +0300)]
Test tuning
khizmax [Wed, 9 Dec 2015 17:33:49 +0000 (20:33 +0300)]
Removed std::map w/o sync from map_insfind_int test
khizmax [Wed, 9 Dec 2015 17:04:26 +0000 (20:04 +0300)]
Fixed BronsonAVLTreeMap nullptr access
khizmax [Tue, 8 Dec 2015 09:43:17 +0000 (12:43 +0300)]
Adjust member padding
khizmax [Mon, 7 Dec 2015 18:50:39 +0000 (21:50 +0300)]
Fix Map_InsDel_func test for FeldmanHashMap
khizmax [Sat, 5 Dec 2015 15:14:03 +0000 (18:14 +0300)]
Doc fix
khizmax [Fri, 4 Dec 2015 18:18:42 +0000 (21:18 +0300)]
Fixed an error in Map_InsDel_func test for FeldmanHahMap