Commit Graph

5 Commits

Author SHA1 Message Date
Yann Collet
21cf00d42d fixed compile time x86 cpu detection 2020-11-12 11:57:32 -08:00
Yann Collet
15f61dbe55 fix compilation on macOS
added macOS test to travisCI
2020-09-26 10:24:57 -07:00
easyaspi314 (Devin)
684812267d xsum_sanity_check.c: Refactor to use tables
Refactored xsum_sanity_check.c to use a table instead of direct
function calls. This is cleaner and has smaller code size.

Additionally, did some cleanup to reduce repetition a bit. There is
still a lot of DRY that could be applied to this file.
2020-09-20 14:16:06 -04:00
easyaspi314 (Devin)
1d00c51237 xxhsum: split sanity check
It now exists in xsum_sanity_check.c

Also add `XSUM_NO_TESTS` option, which instead prints "This version of xxhsum
is not verified." to stderr whenever XSUM_sanityCheck() is called.
2020-09-19 19:30:39 -04:00
easyaspi314 (Devin)
4b0d1731f1 xxhsum: move programs/xxhsum -> cli by request
also use XXHSUM_SRC_DIR in Makefile
2020-09-18 17:44:15 -04:00