-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
d4a1569
commit b97014e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libmapper
updated
19 files
+48 −0 | .travis.yml | |
+2 −0 | README.markdown | |
+24 −4 | configure.ac | |
+6 −12 | doc/expression_syntax.md | |
+2 −2 | include/mapper/mapper.h | |
+8 −12 | include/mapper/mapper_cpp.h | |
+5 −9 | src/database.c | |
+5 −4 | src/device.c | |
+3 −9 | src/expression.c | |
+6 −5 | src/map.c | |
+16 −8 | src/network.c | |
+2 −2 | src/properties.c | |
+3 −3 | src/router.c | |
+8 −9 | src/signal.c | |
+4 −4 | src/table.c | |
+7 −7 | test/testcpp.cpp | |
+5 −4 | test/testcustomtransport.c | |
+66 −58 | test/testmonitor.c | |
+4 −3 | test/testparser.c |