Next | Query returned 13 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-16 11:34:29 by Nia Alarie | Files touched by this commit (1)
Log message:
clean up version handling stuff
   2024-03-16 11:12:43 by Nia Alarie | Files touched by this commit (3)
Log message:
xxhash: Libtoolize for compatibility with more linkers.
   2023-07-30 04:26:16 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
xxhash: update to 0.8.2.

v0.8.2
- fix  : XXH3 S390x vector implementation (@hzhuang1)
- fix  : PowerPC vector compilation with IBM XL compiler (@MaxiBoether)
- perf : improved WASM speed by x2/x3 using SIMD128 (@easyaspi314)
- perf : improved speed (+20%) for XXH3 on ARM NEON (@easyaspi314)
- cli  : Fix filename contain /LF character (@t-mat)
- cli  : Support # comment lines in --check files (@t-mat)
- cli  : Support commands --binary and --ignore-missing (@t-mat)
- build: fix -Og compilation (@easyaspi314, @t-mat)
- build: fix pkgconfig generation with cmake (@ilya-fedin)
- build: fix icc compilation
- build: fix cmake install directories
- build: new build options XXH_NO_XXH3, XXH_SIZE_OPT and XXH_NO_STREAM to reduce \ 
binary size (@easyaspi314)
- build: dedicated install targets (@ffontaine)
- build: support DISPATCH mode in cmake (@hzhuang1)
- portability: fix x86dispatch when building with Visual + clang-cl (@t-mat)
- portability: SVE vector implementation of XXH3 (@hzhuang1)
- portability: compatibility with freestanding environments, using XXH_NO_STDLIB
- portability: can build on Haiku (@Begasus)
- portability: validated on m68k and risc-v
- doc  : XXH3 specification (@Adrien1018)
- doc  : improved doxygen documentation (@easyaspi314, @t-mat)
- misc : dedicated sanity test binary (@t-mat)
   2022-03-31 17:36:08 by Stephen Borrill | Files touched by this commit (2)
Log message:
xxhash: Fix build on C11 systems

Pull up patch from dev branch:
https://github.com/Cyan4973/xxHash/commit/6189ecd3d44a693460f86280ccf49d33cb4b18e1
   2021-12-16 17:49:41 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
xxhash: fix symlinks to manpages
   2021-11-29 21:01:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
xxhash: updated to 0.8.1

v0.8.1
- perf : much improved performance for XXH3 streaming variants, notably on gcc \ 
and msvc
- perf : improved XXH64 speed and latency on small inputs
- perf : small XXH32 speed and latency improvement on small inputs of random size
- perf : minor stack usage improvement for XXH32 and XXH64
- api  : new experimental variants XXH3_*_withSecretandSeed()
- api  : update XXH3_generateSecret(), can no generate secret of any size (>= \ 
XXH3_SECRET_SIZE_MIN)
- cli  : xxhsum can now generate and check XXH3 checksums, using command `-H3`
- build: can build xxhash without XXH3, with new build macro XXH_NO_XXH3
- build: fix xxh_x86dispatch build with MSVC, by @apankrat
- build: XXH_INLINE_ALL can always be used safely, even after XXH_NAMESPACE or a \ 
previous XXH_INLINE_ALL
- build: improved PPC64LE vector support, by @mpe
- install: fix pkgconfig, by @ellert
- install: compatibility with Haiku, by @Begasus
- doc  : code comments made compatible with doxygen, by @easyaspi314
- misc : XXH_ACCEPT_NULL_INPUT_POINTER is no longer necessary, all functions can \ 
accept NULL input pointers, as long as size == 0
- misc : complete refactor of CI tests on Github Actions, offering much larger \ 
coverage, by @t-mat
- misc : xxhsum code base split into multiple specialized units, within \ 
directory cli/, by @easyaspi314
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-29 15:48:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
xxhash: updated to 0.8.0

xxHash v0.8.0 - Stable XXH3

Stable XXH3

After more than a year in the making, XXH3 has finally reached stable status, \ 
for both its 64-bit and 128-bit variants.
While the code itself was in good enough shape for production use, the generated \ 
values could still change between versions. This limited XXH3 to local sessions \ 
only.
From now on, output values produced by XXH3 for a given input and parameter set \ 
will remain identical across systems and across future versions. It makes it \ 
possible to store these values for later comparison, or to exchange them across \ 
network connections.

BSD-style checksums

Official stabilization being the main goal of this release, there are only \ 
minimal additional changes.
A notable one though is the ability for xxhsum CLI to produce and check \ 
BSD-style checksum lines, using command --tag.
One advantage of --tag format is that it explicitly specifies the algorithm and \ 
format used to represent the checksum. For example, it explicitly mentions if a \ 
checksum value follows the canonical format (XXH32) or the alternative \ 
little-endian format (XXH32_LE).
Generating BSD-style checksum lines was actually already possible, but as the \ 
CLI was unable to --check them, it remained a hidden option.
This situation changes with v0.8.0, thanks to a patch by @WayneD which makes it \ 
possible to --check BSD-style checksum lines.

Detailed list

api : stabilize XXH3
cli: xxhsum can produce BSD-style lines, with command --tag
cli : xxhsum can parse and check BSD-style lines, using command --check, by @WayneD
cli : xxhsum - accepts console input, requested by @jaki
cli : xxhsum accepts -- separator, by @jaki
cli : fix : print correct default algo for symlinked helpers, by @martinetd
install: improved pkgconfig script, allowing custom install locations, requested \ 
by @ellert
   2020-07-01 18:40:15 by Hauke Fath | Files touched by this commit (1)
Log message:
We don't have upstream's default 'ginstall', so override INSTALL.

Next | Query returned 13 messages, browsing 1 to 10 | Previous