Commit Graph

29 Commits

Author SHA1 Message Date
greg7mdp 7883cb6cd1 Remove #ifdef 1 - no change in behavior. 2023-03-26 11:18:26 -04:00
greg7mdp a10ad015db Update phmap::Hash so that std::hash<Foo*> can be overridden - issue #168 2022-10-01 00:01:18 -04:00
greg7mdp 1249057455 Fix issue #158 - imperfect hash for tuple of small integers 2022-07-19 20:32:09 -04:00
Andrew Dean 7976ede849 Add support for msvc:/Zc:wchar_t- 2021-09-02 12:19:53 -07:00
madisetti 80e86220ab Added Absl hash guards 2020-05-19 19:21:16 -04:00
greg 9f64feed0c fix compilation issue with string_view 2020-03-28 17:46:47 -04:00
greg 9191e51500 enable warning level for for tests (msvc) and cleanup some warnings. 2020-01-01 13:56:35 -05:00
greg fd2f93683c cleanup more warnings with MSVC 2019-12-31 13:26:03 -05:00
greg 2399d65468 small improvement in std::pair hashing 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 2019-11-03 14:45:25 -05:00
greg c472488375 missing typename 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 82f48422c0 Update outdated comment 2019-07-25 20:40:41 -04:00
greg 523d56a74d fix issue #10: has_hash_value does not work as expected 2019-05-12 11:07:39 -04:00
greg 3fb4990579 reorganize headers so that phmap_fwd_decl.h is more usable 2019-04-29 22:01:08 -04:00
greg e8a16d9908 fix macos build issue 2019-03-31 11:59:32 -04:00
greg 80f29e9932 improve the hash "combine" support. 2019-03-31 10:59:35 -04:00
greg e016df0246 small cleanups. 2019-03-30 20:50:47 -04:00
greg 932464ee07 remove unused code, fix typos 2019-03-30 13:53:04 -04:00
greg 9b2ec72577 macos compilation issue 2019-03-28 21:02:07 -04:00
greg b14455df80 macos compilation issue 2019-03-28 20:48:24 -04:00
greg 3c9776a74d make "forward declare" header and edit README 2019-03-28 20:27:25 -04:00
greg 6c6383b5b7 building on linux 2019-03-26 08:35:11 -04:00
greg 3a0ecd80f8 node tests pass 2019-03-24 18:27:01 -04:00
greg ddebdfbcdc flat_hash_map test passes 2019-03-24 18:10:20 -04:00
greg 31f86eb669 flat_hash_set test passing 2019-03-24 14:47:52 -04:00
greg 5170154e8d wip 2019-03-16 20:48:50 -04:00