khizmax [Wed, 18 Jan 2017 12:05:06 +0000 (15:05 +0300)]
Fixed minor compiler warnings
khizmax [Wed, 18 Jan 2017 11:42:06 +0000 (14:42 +0300)]
Fixed minor compiler warnings
khizmax [Wed, 18 Jan 2017 08:24:30 +0000 (11:24 +0300)]
docfix
khizmax [Wed, 18 Jan 2017 08:00:27 +0000 (11:00 +0300)]
Fixed .h file
khizmax [Wed, 18 Jan 2017 08:00:09 +0000 (11:00 +0300)]
docfix
khizmax [Tue, 17 Jan 2017 21:10:04 +0000 (00:10 +0300)]
Added missing #include
khizmax [Tue, 17 Jan 2017 21:07:07 +0000 (00:07 +0300)]
Fixed doxygen comments
khizmax [Tue, 17 Jan 2017 20:03:45 +0000 (23:03 +0300)]
Renamed HP/DHP header files
khizmax [Tue, 17 Jan 2017 19:59:07 +0000 (22:59 +0300)]
Improved HP/DHP doc
khizmax [Tue, 17 Jan 2017 19:05:35 +0000 (22:05 +0300)]
Added more test output
khizmax [Tue, 17 Jan 2017 19:05:07 +0000 (22:05 +0300)]
Fixed HP/DHP thread data initialization
khizmax [Mon, 16 Jan 2017 19:28:42 +0000 (22:28 +0300)]
Fixed FCQueue tests
khizmax [Mon, 16 Jan 2017 19:13:29 +0000 (22:13 +0300)]
Fixed scripts for old cmake < 3.0
khizmax [Mon, 16 Jan 2017 18:45:48 +0000 (21:45 +0300)]
changelog
khizmax [Mon, 16 Jan 2017 18:43:48 +0000 (21:43 +0300)]
changelog
khizmax [Mon, 16 Jan 2017 18:42:48 +0000 (21:42 +0300)]
Removed -Wdocumentation compiler flag for clang
khizmax [Mon, 16 Jan 2017 09:37:08 +0000 (12:37 +0300)]
changelog
khizmax [Mon, 16 Jan 2017 09:28:09 +0000 (12:28 +0300)]
Merged branch 'master' of https://github.com/Nemo1369/libcds
- CMake-fied boost integration support implemented. macOS RPATH policy
- Buggy CMake try_compile when crosscompiling hacked with optional Threads
- Threads package made totally optional. Would be found when not crosscompiling and would not be when either.
- Crosscompilation target architecture made required to be set explicitly
- Implemented support for ARMv8 (64 bit arm)
khizmax [Mon, 16 Jan 2017 09:15:15 +0000 (12:15 +0300)]
Merge branch 'flat_combinig_add_stress_and_unint_tests' of https://github.com/mgalimullin/libcds into mgalimullin-flat_combinig_add_stress_and_unint_tests
khizmax [Mon, 16 Jan 2017 09:11:06 +0000 (12:11 +0300)]
Added -Wdocumentation flag for Clang
khizmax [Mon, 16 Jan 2017 08:42:11 +0000 (11:42 +0300)]
Fixed some CppCheck warnings in new HP and DHP implementations
khizmax [Sun, 15 Jan 2017 20:15:22 +0000 (23:15 +0300)]
HP and DHP SMR totally refactored
Mikhail Komarov [Thu, 12 Jan 2017 03:56:19 +0000 (06:56 +0300)]
Implemented support for ARMv8 (64 bit arm)
Mikhail Komarov [Thu, 12 Jan 2017 03:07:32 +0000 (06:07 +0300)]
Crosscompilation target architecture made required to be set explicitly
Mikhail Komarov [Thu, 12 Jan 2017 02:27:02 +0000 (05:27 +0300)]
Threads package made totally optional. Would be found when not
crosscompiling and would not be when either.
Mikhail Komarov [Thu, 12 Jan 2017 02:20:25 +0000 (05:20 +0300)]
Buggy CMake try_compile when crosscompiling hacked with optional Threads
package availability
khizmax [Wed, 4 Jan 2017 06:53:53 +0000 (09:53 +0300)]
Changed lib version
khizmax [Wed, 4 Jan 2017 06:48:01 +0000 (09:48 +0300)]
Fixed make-distrib script
khizmax [Wed, 4 Jan 2017 05:33:15 +0000 (08:33 +0300)]
changelog
khizmax [Tue, 3 Jan 2017 10:36:33 +0000 (13:36 +0300)]
Replaced deprecated throw() function specifier with noexcept
khizmax [Tue, 3 Jan 2017 08:15:19 +0000 (11:15 +0300)]
Disabled markdown support because it corrupts the doc
khizmax [Tue, 3 Jan 2017 07:55:00 +0000 (10:55 +0300)]
Fixed doxygen markup
khizmax [Tue, 3 Jan 2017 07:40:39 +0000 (10:40 +0300)]
Removed trailing spaces
khizmax [Tue, 3 Jan 2017 07:33:37 +0000 (10:33 +0300)]
Docfix
khizmax [Mon, 2 Jan 2017 20:59:09 +0000 (23:59 +0300)]
Updated readme and changelog
khizmax [Mon, 2 Jan 2017 20:55:33 +0000 (23:55 +0300)]
Docfix
khizmax [Mon, 2 Jan 2017 20:27:23 +0000 (23:27 +0300)]
Removed Michael's allocator
khizmax [Mon, 2 Jan 2017 09:17:35 +0000 (12:17 +0300)]
SkipList: fixed infinite loop when one thread inserts a key and another remove the same key
Mikhail Komarov [Mon, 2 Jan 2017 02:26:40 +0000 (05:26 +0300)]
CMake-fied boost integration support implemented. macOS RPATH policy
behaviour strictly defined.
khizmax [Sat, 31 Dec 2016 18:32:36 +0000 (21:32 +0300)]
Updated readme
khizmax [Sat, 31 Dec 2016 17:33:08 +0000 (20:33 +0300)]
Updated copyright
khizmax [Fri, 30 Dec 2016 21:10:38 +0000 (00:10 +0300)]
SkipList: fixed memory leaks
khizmax [Tue, 27 Dec 2016 21:29:34 +0000 (00:29 +0300)]
Fixed a memory leak in flat-combining algorithm
khizmax [Tue, 27 Dec 2016 15:34:06 +0000 (18:34 +0300)]
FlatCombining: fixed a race
khizmax [Mon, 26 Dec 2016 19:08:34 +0000 (22:08 +0300)]
Removed redundant assertion
khizmax [Mon, 26 Dec 2016 17:15:16 +0000 (20:15 +0300)]
docfix: minimum Clang version is 3.6
khizmax [Sun, 25 Dec 2016 13:59:15 +0000 (16:59 +0300)]
SkipList: added a statistical measure
khizmax [Sun, 25 Dec 2016 13:56:47 +0000 (16:56 +0300)]
Merge branch 'dev' of github.com:khizmax/libcds into dev
khizmax [Sat, 24 Dec 2016 08:51:34 +0000 (11:51 +0300)]
SkipList: improved dtor
khizmax [Thu, 22 Dec 2016 09:28:50 +0000 (12:28 +0300)]
changelog
khizmax [Tue, 20 Dec 2016 18:22:18 +0000 (21:22 +0300)]
SkipList: fixed erase() and find_fastpath() bugs
khizmax [Sat, 17 Dec 2016 08:27:51 +0000 (11:27 +0300)]
On dev: SkipList: remove node state
khizmax [Sat, 17 Dec 2016 08:27:48 +0000 (11:27 +0300)]
index on dev:
08415a2 [TSan] Fixed data race (?) to satisfy TSan
khizmax [Mon, 12 Dec 2016 21:16:09 +0000 (00:16 +0300)]
[TSan] Fixed data race (?) to satisfy TSan
Marsel Galimullin [Mon, 5 Dec 2016 20:31:38 +0000 (23:31 +0300)]
deleted tabs
Marsel Galimullin [Mon, 5 Dec 2016 20:24:34 +0000 (23:24 +0300)]
uncommented files in CMakeLists.txt
Marsel Galimullin [Mon, 5 Dec 2016 19:59:06 +0000 (22:59 +0300)]
simple changes
Marsel Galimullin [Mon, 5 Dec 2016 19:45:00 +0000 (22:45 +0300)]
Made stress-test for flat combining queue container.
Created HavyValue. It is class with hard copy constructor.
Marsel Galimullin [Sun, 18 Sep 2016 23:13:59 +0000 (02:13 +0300)]
Fixed test stress-queue
Marsel Galimullin [Sun, 18 Sep 2016 22:35:51 +0000 (01:35 +0300)]
change queue-stress
Marsel Galimullin [Thu, 1 Sep 2016 21:10:22 +0000 (00:10 +0300)]
added fc_heavy_value tests to stress-queue test
Marsel Galimullin [Sat, 27 Aug 2016 23:16:55 +0000 (02:16 +0300)]
added unit tests fcqueue with heavyvalue
khizmax [Thu, 1 Dec 2016 19:37:42 +0000 (22:37 +0300)]
Fixed typo
khizmax [Thu, 1 Dec 2016 19:35:00 +0000 (22:35 +0300)]
[TSan] Tuning memory order
khizmax [Thu, 1 Dec 2016 14:03:15 +0000 (17:03 +0300)]
[TSan] Fixed data race: added compiler barriers, tuned memory ordering
khizmax [Thu, 1 Dec 2016 08:39:07 +0000 (11:39 +0300)]
Fixed update desc sequencer
khizmax [Wed, 30 Nov 2016 17:38:50 +0000 (20:38 +0300)]
Suppressing some test case
khizmax [Wed, 30 Nov 2016 13:11:28 +0000 (16:11 +0300)]
[TSan] Fixed memory ordering
khizmax [Tue, 29 Nov 2016 20:47:24 +0000 (23:47 +0300)]
Fixed type casting
khizmax [Tue, 29 Nov 2016 20:45:15 +0000 (23:45 +0300)]
Fixed a typo
khizmax [Tue, 29 Nov 2016 20:43:22 +0000 (23:43 +0300)]
Fixed a typo
khizmax [Tue, 29 Nov 2016 20:40:15 +0000 (23:40 +0300)]
[TSan] added annotation for suspicious (in terms of TSan) code
khizmax [Tue, 29 Nov 2016 20:29:16 +0000 (23:29 +0300)]
[TSan] Fixed a race
khizmax [Tue, 29 Nov 2016 20:22:27 +0000 (23:22 +0300)]
Fixed TSan annotation for spin-lock
khizmax [Tue, 29 Nov 2016 19:51:31 +0000 (22:51 +0300)]
Fixed use-after-free bug
khizmax [Tue, 29 Nov 2016 19:36:29 +0000 (22:36 +0300)]
Reverted commit
e32b8206c8fff235765277ee3f7c42517c4b52a5, use another way to fix memory leak
khizmax [Tue, 29 Nov 2016 15:01:14 +0000 (18:01 +0300)]
Added TSan suppression
khizmax [Tue, 29 Nov 2016 14:57:12 +0000 (17:57 +0300)]
Fixed memory leaks (experimental)
khizmax [Tue, 29 Nov 2016 14:56:22 +0000 (17:56 +0300)]
Fixed TSan annotation
khizmax [Tue, 29 Nov 2016 13:19:55 +0000 (16:19 +0300)]
Updated TSan suppression
Annotated some code against TSan warning
khizmax [Mon, 28 Nov 2016 15:17:04 +0000 (18:17 +0300)]
Precising internal statistics
khizmax [Mon, 28 Nov 2016 15:15:34 +0000 (18:15 +0300)]
Fixed memory leak in SplitList expandable bucket table
khizmax [Mon, 28 Nov 2016 10:36:58 +0000 (13:36 +0300)]
Added observer thread for calling contains() to stress-delodd tests
khizmax [Mon, 28 Nov 2016 08:30:23 +0000 (11:30 +0300)]
Fixed gcc-4.8 incompatibility
khizmax [Sun, 27 Nov 2016 16:43:23 +0000 (19:43 +0300)]
Fixed use-after-free bug in SkipList<HP>
khizmax [Sat, 26 Nov 2016 14:23:57 +0000 (17:23 +0300)]
Fixed thread launching in stress test framework
Updated stress-set/map-delodd tests
khizmax [Fri, 25 Nov 2016 12:16:08 +0000 (15:16 +0300)]
Updated compiler versions
khizmax [Fri, 25 Nov 2016 12:14:14 +0000 (15:14 +0300)]
Minor changes in VC auto-build scripts
khizmax [Sun, 20 Nov 2016 17:25:12 +0000 (20:25 +0300)]
Merge branch 'integration' into dev
Max Khizhinsky [Sun, 20 Nov 2016 17:21:14 +0000 (20:21 +0300)]
Merge pull request #66 from eugenyk/linux-libraries-packaging
Linux libraries packaging
khizmax [Sat, 19 Nov 2016 17:03:14 +0000 (20:03 +0300)]
Updated TSan suppressions
khizmax [Sat, 19 Nov 2016 17:02:06 +0000 (20:02 +0300)]
Organized VC solution
khizmax [Sat, 19 Nov 2016 17:01:26 +0000 (20:01 +0300)]
Docfix
khizmax [Sat, 19 Nov 2016 17:01:02 +0000 (20:01 +0300)]
Reformatted SkipList, added memory barrier after tower initialization
kel [Fri, 18 Nov 2016 21:34:36 +0000 (00:34 +0300)]
Install libraries in lib64 directory on x64 systems
kel [Fri, 18 Nov 2016 21:20:49 +0000 (00:20 +0300)]
Extract *.so library symbolic link from lib to devel component
khizmax [Wed, 16 Nov 2016 07:20:31 +0000 (10:20 +0300)]
Fixed: gcc-4.9 does not support DCAS for atomic (a lot of crashes in TaggedFreeList)
khizmax [Tue, 15 Nov 2016 07:19:09 +0000 (10:19 +0300)]
khizmax [Tue, 15 Nov 2016 07:18:29 +0000 (10:18 +0300)]
On dev: vc
khizmax [Tue, 15 Nov 2016 07:18:28 +0000 (10:18 +0300)]
index on dev:
8e2f227 Splitted some unit test to reduce memory consumption under MSVC