cosmopolitan/third_party/xxhash/cli
Justine Tunney 68c7c9c1e0
Clean up some code
- Use good ELF technique in cosmo_dlopen()
- Make strerror() conform more to other libc impls
- Introduce __clear_cache() and use it in cosmo_dlopen()
- Remove libc/fmt/fmt.h header (trying to kill off LIBC_FMT)
2023-11-16 17:31:07 -08:00
..
COPYING Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
README.md Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xsum_arch.h Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xsum_bench.c Make improvements 2023-09-06 12:34:59 -07:00
xsum_bench.h Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xsum_config.h Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
xsum_os_specific.c Clean up some code 2023-11-16 17:31:07 -08:00
xsum_os_specific.h Clean up some code 2023-11-16 17:31:07 -08:00
xsum_output.c Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xsum_output.h Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xsum_sanity_check.c Make improvements 2023-09-06 12:34:59 -07:00
xsum_sanity_check.h Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xxhsum.1 Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xxhsum.1.md Introduce xxhash into third_party () 2023-07-01 20:56:53 -07:00
xxhsum.c Make improvements 2023-09-06 12:34:59 -07:00

// clang-format off This directory contains source code dedicated to the xxhsum command line utility, which is a user program of libxxhash.

Note that, in contrast with the library libxxhash, the command line utility xxhsum ships with GPLv2 license.