Skip to content

Commit

Permalink
uddate pdlibdir module
Browse files Browse the repository at this point in the history
  • Loading branch information
fdch committed Oct 20, 2024
1 parent d2eb185 commit 1ef50d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd-lib-builder
Submodule pd-lib-builder updated 56 files
+31 −1 CHANGELOG.txt
+300 −149 Makefile.pdlibbuilder
+100 −13 README.md
+15 −0 tests/Makefile
+24 −0 tests/_template_/Makefile
+4 −0 tests/_template_/_template_-help.pd
+9 −0 tests/_template_/_template_-meta.pd
+13 −0 tests/_template_/_template_.c
+46 −0 tests/make-from-template.sh
+39 −0 tests/multifor/Makefile
+9 −0 tests/multifor/README.md
+7 −0 tests/multifor/multifor-help.pd
+9 −0 tests/multifor/multifor-meta.pd
+13 −0 tests/multifor/multiforA.c
+13 −0 tests/multifor/multiforB.c
+32 −0 tests/multilib/Makefile
+8 −0 tests/multilib/README.md
+9 −0 tests/multilib/multilib-help.pd
+9 −0 tests/multilib/multilib-meta.pd
+8 −0 tests/multilib/multilib.c
+13 −0 tests/multilib/multilibA.c
+13 −0 tests/multilib/multilibB.c
+28 −0 tests/multiple/Makefile
+8 −0 tests/multiple/README.md
+7 −0 tests/multiple/multiple-help.pd
+9 −0 tests/multiple/multiple-meta.pd
+13 −0 tests/multiple/multipleA.c
+13 −0 tests/multiple/multipleB.c
+28 −0 tests/multiplexx/Makefile
+8 −0 tests/multiplexx/README.md
+7 −0 tests/multiplexx/multiplexx-help.pd
+9 −0 tests/multiplexx/multiplexx-meta.pd
+19 −0 tests/multiplexx/multiplexxA.cpp
+13 −0 tests/multiplexx/multiplexxB.c
+41 −0 tests/multishared/Makefile
+9 −0 tests/multishared/README.md
+7 −0 tests/multishared/multishared-help.pd
+9 −0 tests/multishared/multishared-meta.pd
+3 −0 tests/multishared/multishared.h
+14 −0 tests/multishared/multisharedA.c
+14 −0 tests/multishared/multisharedB.c
+5 −0 tests/multishared/shared.c
+24 −0 tests/single/Makefile
+8 −0 tests/single/README.md
+4 −0 tests/single/single-help.pd
+9 −0 tests/single/single-meta.pd
+13 −0 tests/single/single.c
+27 −0 tests/subdir/Makefile
+8 −0 tests/subdir/README.md
+13 −0 tests/subdir/src/subdir.c
+13 −0 tests/subdir/src/subdir~.c
+4 −0 tests/subdir/subdir-help.pd
+9 −0 tests/subdir/subdir-meta.pd
+4 −0 tests/subdir/subdir~-help.pd
+70 −0 tests/test-patches.sh
+257 −0 tips-tricks.md

0 comments on commit 1ef50d9

Please sign in to comment.