Commit Graph

486 Commits

Author SHA1 Message Date
greg 2f30618e64 For some reason googletest balks on this? 2020-03-28 14:43:47 -04:00
greg 1a0fdbf3f3 set visual studio flags to accurately report and use latest c++ features. 2020-03-28 14:24:22 -04:00
greg 5542475554 remove alignment directive which provides very minimal (if any) speed bump 2020-03-28 11:58:32 -04:00
greg f8ffdc9d8c Add example demonstrating saving nested hashmaps to binary file. 2020-03-27 21:52:47 -04:00
greg b791e794ac rename function name which conflicts with a #define macro from /usr/include/X11/Xos.h 2020-03-27 19:35:00 -04:00
greg 23e651c2d5 make dump() function const (issue #44) 2020-03-27 19:30:40 -04:00
greg 5ba0c2d619 Update phmap.h 2020-03-14 19:32:27 -04:00
greg a9e4a37b1a Update phmap.h 2020-03-14 16:00:11 -04:00
greg f30643573e try to fix build issue 2020-03-14 15:50:48 -04:00
greg 7bffc3a5f1 issue #42 2020-03-14 13:46:59 -04:00
greg 13b34337ee update doc issue #40 2020-03-02 11:34:51 -05:00
greg 43a6269663 Update index.html 2020-03-02 11:33:03 -05:00
greg aa9b3f197f fix documentation issue: #40 2020-03-02 11:29:15 -05:00
greg 942403f0db remove #include <functional> from phmap_fwd_decl.h 2020-01-03 14:19:55 -05:00
greg c0a33e39cd Clarify origin of btree containers. 2020-01-02 09:01:45 -05:00
greg 9191e51500 enable warning level for for tests (msvc) and cleanup some warnings. 1.30 2020-01-01 13:56:35 -05:00
greg e4dc9c59a8 couple of minor clarifications. 2020-01-01 12:56:53 -05:00
greg 7a39f4d31c minor changes in examples 2020-01-01 12:56:26 -05:00
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