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

16 Commits

Author SHA1 Message Date
Peter Dimov
a3a07069de Add is_contiguous_range 2018-01-08 16:27:58 +02:00
Peter Dimov
763643518b Add seed constructor taking uint64_t 2018-01-07 13:37:08 +02:00
Peter Dimov
aa543ae3ca Update copyright year 2018-01-07 03:02:24 +02:00
Peter Dimov
6edd39009d Do not call memcpy with a potentially null pointer; that's undefined 2018-01-07 02:56:37 +02:00
Peter Dimov
fc33bf6ca6 Test Assignable in concept.cpp 2018-01-07 02:07:17 +02:00
Peter Dimov
8c6d9fa79f Update .travis.yml, add UBSan configurations 2018-01-07 01:59:52 +02:00
Peter Dimov
b2a661687c Add endian.hpp 2018-01-07 01:57:01 +02:00
Peter Dimov
18b67208cb Update README.md 2018-01-06 18:38:08 +02:00
Peter Dimov
4948ad4b2f Update README.md 2018-01-06 18:33:30 +02:00
Peter Dimov
20329dfeeb Update README.md 2018-01-06 18:32:36 +02:00
Peter Dimov
2b97d220a8 Update README.md 2018-01-06 18:16:37 +02:00
Peter Dimov
07a53cceae Move config.hpp before conditional.hpp, as conditional.hpp is not yet fixed on master 2018-01-06 17:05:54 +02:00
Peter Dimov
9531374ce5 Resolve ambiguity between H(p, n) and H(seed1, seed2) 2018-01-06 17:04:34 +02:00
Peter Dimov
5af1aa85f0 Add -I benchmark to depinst 2018-01-06 16:51:47 +02:00
Peter Dimov
402cc520d1 Initial commit 2018-01-06 16:45:24 +02:00
Peter Dimov
9de495d2fd Initial commit 2018-01-06 14:33:48 +00:00