Commit Graph

255 Commits

Author SHA1 Message Date
greg 8fc1bb41ef fix compilation warnings with vs2017+, std=c++17 2019-05-12 11:36:49 -04:00
greg 523d56a74d fix issue #10: has_hash_value does not work as expected 2019-05-12 11:07:39 -04:00
greg 657daee52a update comments 2019-05-12 10:40:32 -04:00
greg 113be533fb add hash_value example 2019-05-12 10:36:40 -04:00
greg 27f872121b try fix for icc error " Error #3466 inheriting constructors must be inherited from a direct base class" 2019-05-10 20:35:54 -04:00
greg 6c361cde7b cleanup some warnings in tests 2019-05-10 20:35:05 -04:00
greg 141c4da24e cleanup some build error with ICC 2019 (issue #9) 2019-05-10 19:48:31 -04:00
greg 470f0644c0 cleanup a couple of headers included twice 2019-04-29 22:20:27 -04:00
greg 3fb4990579 reorganize headers so that phmap_fwd_decl.h is more usable 2019-04-29 22:01:08 -04:00
Gregory Popovitch 0eadd5b75f Update README.md 1.22 2019-04-29 19:20:19 -04:00
Gregory Popovitch 9c2a69517d Update README.md 2019-04-29 19:19:29 -04:00
Gregory Popovitch eb76b77f65 fix typo. 2019-04-29 17:14:01 -04:00
greg 6f91dc7962 support the boost hash_value() method for providing hash value. 2019-04-29 17:12:20 -04:00
greg a2a66ebfb2 Merge branch 'master' of https://github.com/greg7mdp/parallel-hashmap 2019-04-29 14:10:39 -04:00
greg 7c126034a5 fix bad return value 2019-04-29 14:10:32 -04:00
Gregory Popovitch fd4d6dee47 Update README.md 1.21 2019-04-27 08:29:28 -04:00
Gregory Popovitch dad38cc6e6 Update README.md 2019-04-27 08:26:40 -04:00
Gregory Popovitch 0b6d3b564e Update README.md 2019-04-27 08:26:17 -04:00
greg 8d6fa521c8 issue #8 2019-04-23 11:46:52 -04:00
greg 80cf601667 _umul128 only available on intel 64 not arm 64 2019-04-22 23:19:45 -04:00
greg 60abf4e7d0 Update phmap_fwd_decl.h 2019-04-22 16:27:14 -04:00
greg cc7ea9332d issue #8 2019-04-22 16:23:42 -04:00
greg c8859864c5 cleanup cmake files 2019-04-22 16:23:17 -04:00
greg 54d4634290 catchup 4/16 2019-04-20 19:56:20 -04:00
Gregory Popovitch 2b2adf07c8 Update README.md 2019-04-20 16:52:39 -04:00
Gregory Popovitch 4b7fd557ba Update README.md 2019-04-20 16:52:15 -04:00
Gregory Popovitch 582b4038af Update README.md 2019-04-20 16:51:23 -04:00
Gregory Popovitch 88ee74ece5 Update README.md 2019-04-20 16:50:21 -04:00
Gregory Popovitch e1412b17cf Update README.md 2019-04-20 16:49:39 -04:00
Gregory Popovitch af6dacff26 Update README.md 2019-04-20 16:49:09 -04:00
Gregory Popovitch 340c0f3c9b Update README.md 2019-04-20 16:48:23 -04:00
Gregory Popovitch 29950fb21c Update README.md 2019-04-20 16:48:01 -04:00
Gregory Popovitch 8e2069ee20 Update README.md 2019-04-20 16:47:45 -04:00
Gregory Popovitch 34e5b487c3 Update README.md 2019-04-20 16:46:16 -04:00
Gregory Popovitch 5e0d249fca Update README.md 2019-04-20 16:43:29 -04:00
greg ae657f75f8 remove outdated section from README 2019-04-19 09:59:55 -04:00
greg ff561f34db fix compilation warnings 2019-04-18 21:59:12 -04:00
greg e478a4fc85 Improve internal locking support - cleanup examples 2019-04-14 13:04:25 -04:00
greg 1a298f5ed9 Fix a couple small performance issues in erase() 2019-04-14 09:27:17 -04:00
greg fc55f9ecb2 add link to GetPy 2019-04-14 01:36:54 -04:00
greg b1802ae524 add link to GetPy 2019-04-14 01:35:17 -04:00
greg 1297aa6484 fix warnings in example 2019-04-13 20:55:30 -04:00
greg 38cec658e4 fix linux compilation issue 2019-04-13 20:34:32 -04:00
greg e37b455b70 fix linux build issue. 2019-04-13 20:29:58 -04:00
greg a82cc8c0cd Update README.md 2019-04-13 20:26:02 -04:00
greg bbc746d34a add support for absl::Mutex 2019-04-13 20:22:13 -04:00
greg 9f5a7a37f0 fix compilation warnings 1.2 2019-04-11 19:59:33 -04:00
greg 99e9d9b80d fix example build issue 2019-04-11 19:02:35 -04:00
greg bcd22d2348 fix build issue 2019-04-11 18:31:32 -04:00
greg 52ec7b584a add bench.cc in examples 2019-04-11 18:26:49 -04:00