1 file changed
+1
-1
lines changedSubmodule antler-proj updated 76 files
- .gitmodules-3
- .pylintrc+621
- CMakeLists.txt+1-1
- docs/examples/hello-world/README+6
- docs/examples/hello-world/apps/hello/hello.cpp+8
- docs/examples/hello-world/include/hello/hello.hpp+13
- docs/examples/hello-world/project.yaml+7
- docs/examples/lib_usage_example/README+10
- docs/examples/lib_usage_example/apps/lib_usage/lib_usage.cpp+10
- docs/examples/lib_usage_example/include/lib_usage/lib_usage.hpp+13
- docs/examples/lib_usage_example/include/print_float/print_float.h+11
- docs/examples/lib_usage_example/include/print_number/print_number.hpp+3
- docs/examples/lib_usage_example/libs/print_float/print_float.c+5
- docs/examples/lib_usage_example/libs/print_number/print_number.cpp+7
- docs/examples/lib_usage_example/project.yaml+27
- docs/examples/send-inline-example/README+5
- docs/examples/send-inline-example/apps/hello/hello.cpp+8
- docs/examples/send-inline-example/apps/send_inline/send_inline.cpp+12
- docs/examples/send-inline-example/include/hello/hello.hpp+13
- docs/examples/send-inline-example/include/send_inline/send_inline.hpp+14
- docs/examples/send-inline-example/project.yaml+17
- docs/man/antler-proj.1+64-45
- docs/man/antler-proj.1.md+45-30
- docs/project_manager_original_design.md+12-12
- docs/sample1.yaml-44
- docs/sample2.yaml-35
- docs/sample3.yaml-33
- docs/usecases.md-420
- docs/users_guide.md+110-754
- external/CMakeLists.txt-2
- external/Mustache-1
- include/antler/project/cmake.hpp+58-76
- include/antler/project/dependency.hpp+2-1
- include/antler/project/location.hpp+35-2
- include/antler/project/mustache.hpp-42
- include/antler/project/net_utils.hpp+16-8
- include/antler/project/object.hpp+10-3
- include/antler/project/populator.hpp+3-6
- include/antler/project/project.hpp+15-5
- include/antler/project/source.hpp+1-1
- include/antler/project/version.hpp+4-4
- include/antler/system/utils.hpp+8-2
- src/CMakeLists.txt+7-10
- src/cmake_templates.cpp+63-40
- src/dependency.cpp+1-2
- src/location.cpp+17-7
- src/object.cpp+1-1
- src/populator.cpp+17-13
- src/project-parse.cpp+3-2
- src/project-populate.cpp+7
- src/project.cpp+10-8
- tests/CMakeLists.txt+1
- tests/dependency_tests.cpp-7
- tests/location_tests.cpp+16-6
- tests/net_utils_tests.cpp+20
- tests/object_tests.cpp+2-2
- tests/project_tests.cpp+7-1
- tools/CMakeLists.txt+5-2
- tools/add_to.hpp+29-11
- tools/app_version.hpp-27
- tools/build.hpp+21-8
- tools/common.hpp+18-3
- tools/init.hpp+6-5
- tools/main.cpp+48-11
- tools/populate.hpp+7-4
- tools/remove_from.hpp+13-3
- tools/tests/add_and_update.py+142
- tools/tests/init_tests.py+3-2
- tools/tests/pandb_contract/apps/test/greeting.cpp+3
- tools/tests/pandb_contract/apps/test/test.cpp+12
- tools/tests/pandb_contract/include/test/test.hpp+13
- tools/tests/pandb_contract/project.yaml+13
- tools/tests/populate_and_build.py+37
- tools/tests/util.py+23-10
- tools/update.hpp+36-16
- tools/validate.hpp+8-5
0 commit comments