-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8918a71
commit d8d28ce
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule csvparser
updated
14 files
+1 −1 | .github/workflows/windows.yml | |
+1 −0 | CMakeLists.txt | |
+2 −2 | doc/rapidcsv_Document.md | |
+1 −1 | doc/rapidcsv_LabelParams.md | |
+10 −0 | doc/rapidcsv_no_converter.md | |
+47 −43 | src/rapidcsv.h | |
+1 −1 | tests/test066.cpp | |
+4 −4 | tests/test069.cpp | |
+4 −4 | tests/test070.cpp | |
+4 −4 | tests/test071.cpp | |
+5 −5 | tests/test072.cpp | |
+11 −11 | tests/test073.cpp | |
+2 −1 | tests/test092.cpp | |
+35 −0 | tests/test094.cpp |
Submodule xxHash
updated
12 files
+20 −11 | .github/workflows/ci.yml | |
+2 −0 | .gitignore | |
+11 −2 | Makefile | |
+1 −0 | README.md | |
+13 −0 | SECURITY.md | |
+13 −1 | cli/xsum_bench.c | |
+28 −26 | cli/xsum_sanity_check.c | |
+12 −1 | tests/Makefile | |
+764 −0 | tests/sanity_test.c | |
+45,832 −0 | tests/sanity_test_vectors.h | |
+464 −0 | tests/sanity_test_vectors_generator.c | |
+185 −53 | xxhash.h |
Submodule Installer
updated
6 files
+17 −2 | SH2EE-web-installer.iss | |
+2 −0 | includes/Extractore.iss | |
+16 −23 | includes/Util.iss | |
+30 −30 | languages/BrazilianPortuguese-license.rtf | |
+112 −112 | languages/BrazilianPortuguese.iss | |
+31 −30 | wpExtract.iss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define BUILD_NUMBER 2060 | ||
#define BUILD_NUMBER 2070 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define BUILD_NUMBER 2065 | ||
#define BUILD_NUMBER 2070 |