-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pugl for custom macOS wheel handling
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugl-upstream
updated
19 files
+2 −1 | .clang-tidy | |
+1 −1 | bindings/cpp/include/.clang-tidy | |
+3 −3 | doc/c/api/meson.build | |
+3 −3 | doc/c/meson.build | |
+2 −2 | doc/c/xml/meson.build | |
+1 −1 | doc/cpp/api/meson.build | |
+3 −3 | doc/cpp/meson.build | |
+2 −2 | doc/cpp/xml/meson.build | |
+12 −6 | doc/meson.build | |
+4 −1 | examples/.clang-tidy | |
+1 −1 | examples/cube_view.h | |
+4 −4 | examples/sybok.hpp | |
+2 −1 | meson/suppressions/meson.build | |
+2 −2 | meson_options.txt | |
+3 −1 | src/.clang-tidy | |
+5 −5 | src/mac.m | |
+3 −1 | test/.clang-tidy | |
+5 −9 | test/test_gl_free_unrealized.c | |
+1 −1 | test/test_timer.c |