stdpain
|
b03e4d38f1
|
Implement HashtableDebugAccess for parallel_hash_set
|
2022-06-20 19:45:17 +08:00 |
|
greg
|
655dee936b
|
Add ${CMAKE_CURRENT_SOURCE_DIR} to header path - issue #142
|
2022-05-07 16:12:57 -04:00 |
|
greg
|
d8274d45ab
|
add support for std::erase_if for hash containers - issue #141
|
2022-05-07 10:12:35 -04:00 |
|
greg
|
48e86db1f4
|
tentative fix for #138
|
2022-04-18 20:59:12 -04:00 |
|
greg
|
f7fbefac75
|
Fix assert triggered by my previous fix - issue #137
|
2022-04-03 09:55:19 -04:00 |
|
greg
|
a5c9dd3279
|
Fix issue #137
|
2022-04-03 09:25:14 -04:00 |
|
greg
|
8c2d84b138
|
Better fix for iussue #136
|
2022-04-01 14:20:10 -04:00 |
|
greg
|
4368cd39f2
|
operator=() should preserve load_factor - issue #136
|
2022-04-01 14:01:39 -04:00 |
|
greg
|
fd2a3f9b4a
|
add some comments
|
2022-03-31 11:14:33 -04:00 |
|
greg
|
93e6e38349
|
remove #include <cxxabi.h> which doesn't appear to be needed - issue #135
|
2022-03-24 09:31:39 -04:00 |
|
greg7mdp
|
d13c5f41b5
|
Fix issue #134 - compilation error in C++20 mode
|
2022-03-09 09:50:24 -05:00 |
|
greg
|
73be7c2ab2
|
manually merge some changes from abseil-cpp
|
2022-03-06 16:54:03 -05:00 |
|
greg
|
cfacd26023
|
Update conanfile.py
|
2022-03-03 13:56:40 -05:00 |
|
greg
|
9c5601db3c
|
fix previous fix
1.34
|
2022-02-28 15:55:12 -05:00 |
|
greg
|
52b2185d8f
|
update previous fix
|
2022-02-28 15:21:34 -05:00 |
|
greg
|
9db8753361
|
better feature testing by using language feature macro - issue #132
|
2022-02-28 15:04:54 -05:00 |
|
Gregory Popovitch
|
2a9daa0971
|
Update README.md
|
2022-02-16 11:57:59 -05:00 |
|
greg
|
f1598d5af8
|
Create pmr.cc
|
2022-02-10 15:37:55 -05:00 |
|
greg
|
bf2d3fe7a2
|
fix msvc support for issue #128 when flag /Zc:__cplusplus not specified
|
2022-02-08 14:10:10 -05:00 |
|
greg
|
7970234626
|
Fix for issue #128?
|
2022-02-05 21:39:20 -05:00 |
|
greg
|
dab73d4b0e
|
Undo latest change as I have issues building it with g++
|
2022-01-31 20:53:22 -05:00 |
|
greg
|
22121fa3ce
|
Fix compilation issue redux2
|
2022-01-31 18:00:43 -05:00 |
|
greg
|
0bd7be75e7
|
Fix compilation issue redux
|
2022-01-31 17:46:36 -05:00 |
|
greg
|
02923b2944
|
Fix compilation issue.
|
2022-01-31 17:33:48 -05:00 |
|
greg
|
0672f7d582
|
Fix compilation issue.
|
2022-01-31 17:28:25 -05:00 |
|
greg
|
ed229ad169
|
Actual fix for issue #125
|
2022-01-31 17:19:09 -05:00 |
|
greg
|
7c092b78e3
|
remove unnecessary references
|
2022-01-25 08:59:48 -05:00 |
|
greg
|
a094d12854
|
fix linux build issue?
|
2022-01-22 21:30:05 -05:00 |
|
greg
|
43c4c86479
|
support most extended APIs for sets as we do for maps.
|
2022-01-22 21:15:55 -05:00 |
|
greg
|
6893d3c259
|
Added emplace_single test for parallel_hash_map
|
2022-01-14 08:54:06 -05:00 |
|
greg
|
eaf6471e84
|
added insert_single API (issue #122)
|
2022-01-13 21:35:52 -05:00 |
|
greg
|
f025a39534
|
Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap
|
2021-12-26 20:45:46 -05:00 |
|
greg
|
59fcdde2f8
|
build ci tests in release mode
|
2021-12-26 20:45:21 -05:00 |
|
greg7mdp
|
bfc064fb72
|
comment out test that uses undefined API in release
|
2021-12-26 20:44:43 -05:00 |
|
greg7mdp
|
72ad036615
|
add include dir for cereal in case we want to try it
|
2021-12-26 20:28:52 -05:00 |
|
greg
|
12a9e723d1
|
Update example because of dump/load name change
|
2021-12-26 19:58:45 -05:00 |
|
greg
|
594f5d91a2
|
Update test because of dump/load name change
|
2021-12-26 19:55:46 -05:00 |
|
greg
|
870e6eb9b5
|
Add binary dump/load cereal support for flat hash maps - Issue #120
|
2021-12-26 19:47:45 -05:00 |
|
greg
|
f687729170
|
update comment with attribution
|
2021-12-19 11:00:07 -05:00 |
|
greg
|
9bd937325f
|
Add lazy_emplace_l example.
|
2021-12-19 10:58:38 -05:00 |
|
greg
|
8a18882ca7
|
Revert "Fix (hopefully) part #2 of issue #117 for non-parallel hash maps"
This reverts commit 3f02d81926.
|
2021-11-18 22:02:51 -05:00 |
|
greg
|
3f02d81926
|
Fix (hopefully) part #2 of issue #117 for non-parallel hash maps
|
2021-11-18 21:47:59 -05:00 |
|
greg
|
7277c6ed23
|
fix build issue caused by googletest branch name change
|
2021-11-18 21:06:48 -05:00 |
|
greg
|
b0ac9ef70a
|
tentative fix for issue #117
|
2021-11-18 20:41:45 -05:00 |
|
greg
|
07b740bd99
|
serialize.cc example doesn't seem to work with cereal #116
|
2021-11-09 21:32:08 -05:00 |
|
greg
|
28bba43492
|
Update CMakeLists.txt
|
2021-11-08 19:54:12 -05:00 |
|
greg
|
f85454232d
|
Update windows.yml
|
2021-11-08 19:42:52 -05:00 |
|
greg
|
c06ffaf58a
|
Update windows.yml
|
2021-11-08 19:39:49 -05:00 |
|
greg
|
753133a165
|
Update windows.yml
|
2021-11-08 19:34:08 -05:00 |
|
greg
|
2ecfff02ef
|
fix github actions on windows.
|
2021-11-08 19:18:26 -05:00 |
|