-
Notifications
You must be signed in to change notification settings - Fork 20
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 libbw64
updated
11 files
+4 −0 | CHANGELOG.md | |
+6 −0 | docs/tutorial.rst | |
+60 −0 | flake.lock | |
+38 −0 | flake.nix | |
+5 −8 | include/bw64/chunks.hpp | |
+2 −3 | include/bw64/parser.hpp | |
+16 −7 | include/bw64/reader.hpp | |
+52 −18 | include/bw64/writer.hpp | |
+1 −0 | submodules/catch2.cmake | |
+54 −0 | tests/chunk_tests.cpp | |
+128 −3 | tests/file_tests.cpp |