-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update libpd with fixed windows tests
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libpd
updated
13 files
+2 −2 | Android.mk | |
+1 −0 | CHANGES.txt | |
+1 −1 | README.md | |
+31 −31 | cpp/PdBase.hpp | |
+2 −2 | cpp/PdTypes.hpp | |
+50 −0 | libpd.xcodeproj/project.pbxproj | |
+10 −0 | libpd_wrapper/z_libpd.c | |
+5 −5 | objc/PdDispatcher.m | |
+4 −2 | samples/c/pdtest/pdtest.c | |
+3 −0 | samples/c/pdtest_double/.gitignore | |
+48 −0 | samples/c/pdtest_double/Makefile | |
+64 −0 | samples/c/pdtest_double/pdtest_double.c | |
+17 −0 | samples/c/pdtest_double/test.pd |