-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most notably pull the latest ASIOUtil to fix the broken ASIO download step (wrong hash). Note this doesn't update PortAudio as we'd want to pull those changes more carefully and in due time.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule cxxopts
updated
21 files
+19 −0 | .clang-format | |
+24 −0 | .github/workflows/cifuzz.yml | |
+52 −27 | .github/workflows/cmake.yml | |
+73 −5 | .gitignore | |
+1 −0 | .tipi/deps | |
+1 −0 | .tipi/opts | |
+8 −0 | BUILD.bazel | |
+50 −0 | CHANGELOG.md | |
+23 −0 | INSTALL | |
+32 −17 | README.md | |
+16 −0 | WORKSPACE | |
+6 −1 | cmake/cxxopts.cmake | |
+1,888 −1,621 | include/cxxopts.hpp | |
+3 −0 | src/.tipi/deps | |
+2 −0 | src/CMakeLists.txt | |
+40 −9 | src/example.cpp | |
+2 −0 | test/.tipiignore | |
+7 −0 | test/CMakeLists.txt | |
+15,519 −8,003 | test/catch.hpp | |
+107 −0 | test/fuzz.cpp | |
+230 −34 | test/options.cpp |
Submodule libsndfile
updated
from 2ed38b to 72f6af