greg
e867a03e00
update btree example to demonstrate forward declaration.
2019-12-31 17:58:37 -05:00
greg
6324b34ad4
Update btree support description in readme
2019-12-31 17:41:42 -05:00
greg
d6753feed0
Allow forward declaration for btree containers
2019-12-31 17:40:06 -05:00
greg
4e1a5a2699
Add more btree info.
2019-12-31 17:20:38 -05:00
greg
a5c0e645b9
Update README.md to mention btree support
2019-12-31 17:04:18 -05:00
greg
de78c4229e
disable another msvc /Wall warning in phmap_base.h
2019-12-31 14:56:21 -05:00
greg
1ae11ca382
cleanup warnings up to /w4 for msvc in btree.h
2019-12-31 14:50:08 -05:00
greg
5e40c675e1
increase warning level in examples, and suppress two more warnings for msvc
2019-12-31 14:21:24 -05:00
greg
787e16a4f4
cleanup a couple more warnings when building in release
2019-12-31 13:31:20 -05:00
greg
fd2f93683c
cleanup more warnings with MSVC
2019-12-31 13:26:03 -05:00
greg
1d5651cffe
cleanup some warnings
2019-12-31 12:29:45 -05:00
greg
62f2c9ed97
disable a couple warnings that cause issues with tests and older compilers
2019-12-30 19:50:38 -05:00
greg
1e04e3f816
disable warnings when building btree_test.cc
2019-12-30 19:40:20 -05:00
greg
4ae6903f13
cleanup some warnings in btree_test.cc
2019-12-30 19:19:11 -05:00
greg
c15bac0dec
fix compilation issue with btree tests
2019-12-30 14:53:03 -05:00
greg
6391a28fa3
cleanup duplicate definitions
2019-12-30 13:58:44 -05:00
greg
37f42d1f22
indentation and license update
2019-12-30 13:50:16 -05:00
greg
48144bc7f8
Add tests for btree and fix a couple issues.
2019-12-30 13:42:48 -05:00
greg
3c5aba629c
reorganize headers and start adding btree support
2019-12-28 22:09:25 -05:00
greg
329922436e
issue #37 - string_view supported when _MSVC_LANG == 201703L
2019-12-10 08:05:05 -05:00
greg
97f4a3c417
Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap
2019-12-09 23:04:35 -05:00
greg
1a9d07831c
add conanfile.py, and fix a couple windows warnings.
2019-12-05 17:35:40 -05:00
Gregory Popovitch
1636f55871
Merge pull request #37 from maikelvdh/correct-cxx-version
...
Use correct C++ versions for comparison
2019-12-05 17:34:24 -05:00
Maikel van den Hurk
84234a56a6
Use correct C++ versions for comparison
2019-12-05 21:44:33 +01:00
greg
bcf1db77ed
Update README.md
2019-11-07 21:43:52 -05:00
greg
787011e610
fix warning with vs2019 - issue #35
2019-11-07 21:43:37 -05:00
greg
2399d65468
small improvement in std::pair hashing
1.27
2019-11-04 07:56:25 -05:00
greg
52ccdcdb71
improve hash value computation for tuples
2019-11-04 07:33:24 -05:00
greg
64f1b82a54
fix issue for using hash_value() as a way to implement hash in a class
1.26
2019-11-03 14:45:25 -05:00
greg
c472488375
missing typename
1.25
2019-11-03 13:52:31 -05:00
greg
34951e817f
add missing typename
2019-11-03 13:46:07 -05:00
greg
1de1a98cbd
Add default hash for std::pair and std::tuple... slight code reorganization.
2019-11-03 13:42:47 -05:00
greg
54665f80f4
Create FUNDING.yml
2019-11-02 20:39:34 -04:00
greg
6808256b6c
Fix issue #2 , #include <intrin.h> included too late
2019-10-21 08:21:11 -04:00
greg
bf58b839f9
Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap
2019-10-21 08:06:16 -04:00
greg
7a7feb2c69
fix compilation issue on msvc when xhash is included.
2019-10-21 08:06:04 -04:00
Gregory Popovitch
2fb498934c
Merge pull request #33 from myozka/myozka-patch-1
...
phmap.h header; included missing `atomic` header
2019-10-12 08:37:01 -04:00
myozka
a4834da9af
phmap.h header; included missing atomic header
...
Missing header was causing a compilation error in some cases where the parent application including the library does not include `atomic` before including phmap header
2019-10-11 19:24:25 -04:00
greg
8834c9d624
simplify serialize.cc, add it to the examples in CMakeLists.txt
2019-09-08 11:12:12 -04:00
greg
289fadc273
fully disanle noinline attribute for intel compiler - issue #30
1.24
2019-09-06 23:38:35 -04:00
greg
8f0ccf7371
possible fix for issue #30
2019-09-06 13:52:12 -04:00
greg
b5548f6582
Update README.md
2019-09-05 09:38:19 -04:00
greg
0da6216831
Update README.md
2019-09-05 09:37:23 -04:00
greg
5ec0bbe48f
Document dump/load feature
2019-09-05 09:15:08 -04:00
greg
afd9d4af11
Update README.md
2019-09-05 09:06:25 -04:00
greg
c6e54f3a4a
Update serialize.cc
2019-09-02 08:57:45 -04:00
greg
43913a33b5
define dump()/load() APIs on;y when using deterministic phmap.
2019-09-02 08:56:28 -04:00
greg
77ef910921
simplify load/dump code. Also don't close the archibe after dump/load, we may need to save multiple hash maps in one archive.
2019-08-25 14:55:46 -04:00
greg
2ff7c0fce7
cleanup example and test program. bracket load/dump calls so that file is closed.
2019-08-25 10:22:44 -04:00
Gregory Popovitch
daaed8b1aa
Merge pull request #23 from gtarcoder/master
...
Added dump&&load interface for trivially_copyable types
2019-08-25 09:15:07 -04:00