2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-02-02 08:52:11 +00:00

Commit Graph

  • 80ab57b8d4 Merge branch 'master' of https://github.com/pdimov/hash2 Peter Dimov 2019-04-01 19:16:43 +03:00
  • 9b8f0b0d92 Add variant=debug,release to Appveyor Peter Dimov 2019-04-01 18:26:40 +03:00
  • d322b1e58f Merge branch 'develop' into feature/unordered feature/unordered Peter Dimov 2019-04-01 15:02:03 +03:00
  • 4bbd3e1ee3 Merge branch 'feature/do_hash_append' into develop Peter Dimov 2019-04-01 14:52:43 +03:00
  • 12b0d36a47 Update benchmark/unordered.cpp Peter Dimov 2019-04-01 13:44:34 +03:00
  • 3fa3c5e21b Merge branch 'develop' into feature/do_hash_append feature/do_hash_append Peter Dimov 2019-04-01 13:30:33 +03:00
  • 455145b522 Merge branch 'develop' into feature/is_uniquely_represented feature/is_uniquely_represented Peter Dimov 2019-04-01 13:29:59 +03:00
  • a558503006 More .travis.yml updates Peter Dimov 2019-04-01 13:03:27 +03:00
  • a0cb33b8fe Update .travis.yml Peter Dimov 2019-04-01 12:32:19 +03:00
  • 84a1457956 Use is_uniquely_represented in is_contiguously_hashable Peter Dimov 2019-03-31 16:17:23 +03:00
  • 27cf6a2c86 Add is_uniquely_represented Peter Dimov 2019-03-31 16:13:20 +03:00
  • 5b090addc0 Simplify hash_append_range_ Peter Dimov 2019-03-31 15:50:01 +03:00
  • 2072d4cdaf Add test/hash_append_5 Peter Dimov 2019-03-31 15:39:24 +03:00
  • 18ce5f009e Define do_hash_append instead of hash_append Peter Dimov 2019-03-31 15:39:04 +03:00
  • 2c809ac5a8 Introduce do_hash_append Peter Dimov 2019-03-31 15:38:42 +03:00
  • b78e65a2ca Update README.md Peter Dimov 2018-01-23 18:53:43 +02:00
  • 220ed98da6 Add clang++-libc++ -fsanitize=undefined to Travis Peter Dimov 2018-01-20 02:22:22 +02:00
  • 1ae17cb990 Add clang-3.3, 3.4 to Travis Peter Dimov 2018-01-19 20:01:43 +02:00
  • 77fc95fdd3 Add clang++-libc++ to Travis Peter Dimov 2018-01-19 20:01:08 +02:00
  • c756a385f6 Fix hash_append overload for std::tuple Peter Dimov 2018-01-09 02:03:26 +02:00
  • 719545eaf6 Fix hash_append overload for std::pair Peter Dimov 2018-01-09 01:53:42 +02:00
  • 98ee747a58 Revert "Add clang++ 3.3, 3.4 to Travis" Peter Dimov 2018-01-09 01:27:51 +02:00
  • b918d3a1b3 Another g++ 4.6 fix Peter Dimov 2018-01-09 01:15:50 +02:00
  • b2bcfbef46 Fixes for g++ 4.4, 4.6 Peter Dimov 2018-01-09 00:59:29 +02:00
  • dd2b6f7447 Add clang++ 3.3, 3.4 to Travis Peter Dimov 2018-01-09 00:56:16 +02:00
  • 755adb5fc9 Add g++ 4.4, 4.6 to Travis Peter Dimov 2018-01-09 00:29:46 +02:00
  • 0c1719e2b4 Use byte sequence seeds in SipHash tests, to match the reference Peter Dimov 2018-01-09 00:13:18 +02:00
  • 2fad3ccbeb Add boost::array to hash_append tests Peter Dimov 2018-01-08 19:05:01 +02:00
  • 0c221f8a6c msvc-9.0 has no std::vector<>::data either Peter Dimov 2018-01-08 18:40:11 +02:00
  • d3dafac67f Update appveyor.yml Peter Dimov 2018-01-08 18:29:05 +02:00
  • 0fd9f27fc0 Only use 32 bits for seeding in FNV-1a if the seed fits in 32 bits Peter Dimov 2018-01-08 18:26:37 +02:00
  • 69af75af59 Add seed to hasher in benchmark/unordered.cpp Peter Dimov 2018-01-08 18:24:18 +02:00
  • 4d312e2a83 Update README.md Peter Dimov 2018-01-08 17:49:12 +02:00
  • 686af6b35f Update appveyor.yml Peter Dimov 2018-01-08 17:48:41 +02:00
  • 4cf938ec97 Use is_contiguous_range in hash_append Peter Dimov 2018-01-08 17:46:50 +02:00
  • a3a07069de Add is_contiguous_range Peter Dimov 2018-01-08 16:27:58 +02:00
  • 763643518b Add seed constructor taking uint64_t Peter Dimov 2018-01-07 13:37:08 +02:00
  • aa543ae3ca Update copyright year Peter Dimov 2018-01-07 03:02:24 +02:00
  • 6edd39009d Do not call memcpy with a potentially null pointer; that's undefined Peter Dimov 2018-01-07 02:56:37 +02:00
  • fc33bf6ca6 Test Assignable in concept.cpp Peter Dimov 2018-01-07 02:07:17 +02:00
  • 8c6d9fa79f Update .travis.yml, add UBSan configurations Peter Dimov 2018-01-07 01:59:52 +02:00
  • b2a661687c Add endian.hpp Peter Dimov 2018-01-07 01:57:01 +02:00
  • 18b67208cb Update README.md Peter Dimov 2018-01-06 18:38:08 +02:00
  • 4948ad4b2f Update README.md Peter Dimov 2018-01-06 18:33:30 +02:00
  • 20329dfeeb Update README.md Peter Dimov 2018-01-06 18:32:36 +02:00
  • 2b97d220a8 Update README.md Peter Dimov 2018-01-06 18:16:37 +02:00
  • 07a53cceae Move config.hpp before conditional.hpp, as conditional.hpp is not yet fixed on master Peter Dimov 2018-01-06 17:05:54 +02:00
  • 9531374ce5 Resolve ambiguity between H(p, n) and H(seed1, seed2) Peter Dimov 2018-01-06 17:04:34 +02:00
  • 5af1aa85f0 Add -I benchmark to depinst Peter Dimov 2018-01-06 16:51:47 +02:00
  • 402cc520d1 Initial commit Peter Dimov 2018-01-06 16:45:24 +02:00
  • 9de495d2fd Initial commit Peter Dimov 2018-01-06 14:33:48 +00:00