-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update code from fork project Lecrapouille/zipper
Updated the code to follow changes made with fresher minizip else it would not compile anymore.
- Loading branch information
1 parent
6853534
commit c5fde4a
Showing
25 changed files
with
760 additions
and
2,852 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -41,6 +41,7 @@ doc/html | |
doc/doxygen | ||
external/minizip | ||
external/zlib-ng | ||
doc/demos/*/VERSION* | ||
|
||
# apitrace traces (opengl) | ||
*.trace |
Submodule .makefile
updated
31 files
+102 −0 | .github/workflows/ci.yml | |
+5 −1 | .gitignore | |
+14 −14 | Makefile.color | |
+57 −14 | Makefile.flags | |
+42 −51 | Makefile.footer | |
+55 −24 | Makefile.header | |
+57 −16 | Makefile.macros | |
+0 −2 | MyMakefile | |
+39 −6 | README.md | |
+0 −0 | VERSION.txt | |
+101 −0 | compile-external-libs.sh | |
+32 −30 | config.sh | |
+75 −0 | download-external-libs.sh | |
+6 −5 | examples/00/Makefile | |
+12 −1 | examples/00/src/main.cpp | |
+7 −5 | examples/01/Makefile | |
+14 −1 | examples/01/src/main.cpp | |
+7 −7 | examples/01/tests/Makefile | |
+1 −0 | examples/01/tests/VERSION.txt | |
+62 −0 | examples/02/Makefile | |
+1 −0 | examples/02/VERSION.txt | |
+6 −0 | examples/02/include/bar.hpp | |
+6 −0 | examples/02/include/foo.hpp | |
+40 −0 | examples/02/src/bar/Makefile | |
+1 −0 | examples/02/src/bar/VERSION.txt | |
+8 −0 | examples/02/src/bar/bar.cpp | |
+40 −0 | examples/02/src/foo/Makefile | |
+1 −0 | examples/02/src/foo/VERSION.txt | |
+7 −0 | examples/02/src/foo/foo.cpp | |
+8 −0 | examples/02/src/main.cpp | |
+23 −19 | examples/README.md |
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
Oops, something went wrong.