-
Notifications
You must be signed in to change notification settings - Fork 89
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule PEGTL
updated
12 files
+17 −12 | .github/workflows/android.yml | |
+48 −64 | .github/workflows/linux.yml | |
+29 −36 | .github/workflows/macos.yml | |
+56 −0 | .github/workflows/msys.yml | |
+27 −64 | .github/workflows/windows.yml | |
+7 −0 | .pkg-config/pegtl.pc.in | |
+7 −2 | CMakeLists.txt | |
+1 −1 | doc/Actions-and-States.md | |
+2 −7 | include/tao/pegtl/internal/read_file_stdio.hpp | |
+1 −1 | include/tao/pegtl/normal.hpp | |
+7 −0 | src/test/pegtl/CMakeLists.txt | |
+1 −1 | src/test/pegtl/verify_file.hpp |