Skip to content

Commit

Permalink
Merge pull request #5 from RyeMutt/main
Browse files Browse the repository at this point in the history
Update to xxHash 0.8.2
  • Loading branch information
bennettgoble authored Aug 7, 2024
2 parents b2cf885 + 2eccc57 commit 27b1ae7
Show file tree
Hide file tree
Showing 74 changed files with 6 additions and 17,590 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "xxHash"]
path = xxHash
url = https://github.com/Cyan4973/xxHash.git
7 changes: 0 additions & 7 deletions BuildParams

This file was deleted.

4 changes: 2 additions & 2 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ source_environment_tempfile="$stage/source_environment.sh"
"$autobuild" source_environment > "$source_environment_tempfile"
. "$source_environment_tempfile"

XXHASH_SOURCE_DIR="xxHash-release"
XXHASH_SOURCE_DIR="$top/xxHash"

line1="$(head -n 1 "$top/xxHash-release/cli/xxhsum.1")"
line1="$(head -n 1 "$XXHASH_SOURCE_DIR/cli/xxhsum.1")"
if [[ "$line1" =~ '"xxhsum '([[:digit:]]+\.[[:digit:]]+\.[[:digit:]])'"' ]]
then version="${BASH_REMATCH[1]}"
else version="0.8.1"
Expand Down
1 change: 1 addition & 0 deletions xxHash
Submodule xxHash added at bbb27a
10 changes: 0 additions & 10 deletions xxHash-release/.gitattributes

This file was deleted.

47 changes: 0 additions & 47 deletions xxHash-release/.gitignore

This file was deleted.

142 changes: 0 additions & 142 deletions xxHash-release/.travis.yml

This file was deleted.

71 changes: 0 additions & 71 deletions xxHash-release/CHANGELOG

This file was deleted.

58 changes: 0 additions & 58 deletions xxHash-release/Doxyfile

This file was deleted.

26 changes: 0 additions & 26 deletions xxHash-release/LICENSE

This file was deleted.

Loading

0 comments on commit 27b1ae7

Please sign in to comment.