Merge branch 'feature/configuration' into 'master'
Feature/configuration See merge request nicolas.pope/ftl!19
No related branches found
No related tags found
Checking pipeline status
Showing
- applications/reconstruct/src/main.cpp 33 additions, 32 deletionsapplications/reconstruct/src/main.cpp
- applications/vision/src/main.cpp 26 additions, 20 deletionsapplications/vision/src/main.cpp
- components/common/cpp/CMakeLists.txt 4 additions, 1 deletioncomponents/common/cpp/CMakeLists.txt
- components/common/cpp/include/ftl/configurable.hpp 41 additions, 19 deletionscomponents/common/cpp/include/ftl/configurable.hpp
- components/common/cpp/include/ftl/configuration.hpp 103 additions, 4 deletionscomponents/common/cpp/include/ftl/configuration.hpp
- components/common/cpp/include/ftl/uri.hpp 11 additions, 1 deletioncomponents/common/cpp/include/ftl/uri.hpp
- components/common/cpp/include/nlohmann/json.hpp 14 additions, 2 deletionscomponents/common/cpp/include/nlohmann/json.hpp
- components/common/cpp/src/configurable.cpp 19 additions, 0 deletionscomponents/common/cpp/src/configurable.cpp
- components/common/cpp/src/configuration.cpp 165 additions, 23 deletionscomponents/common/cpp/src/configuration.cpp
- components/common/cpp/src/uri.cpp 37 additions, 0 deletionscomponents/common/cpp/src/uri.cpp
- components/common/cpp/test/CMakeLists.txt 13 additions, 0 deletionscomponents/common/cpp/test/CMakeLists.txt
- components/common/cpp/test/uri_unit.cpp 69 additions, 0 deletionscomponents/common/cpp/test/uri_unit.cpp
- components/net/cpp/CMakeLists.txt 2 additions, 5 deletionscomponents/net/cpp/CMakeLists.txt
- components/net/cpp/src/universe.cpp 13 additions, 8 deletionscomponents/net/cpp/src/universe.cpp
- components/net/cpp/test/CMakeLists.txt 2 additions, 15 deletionscomponents/net/cpp/test/CMakeLists.txt
- components/renderers/cpp/include/ftl/display.hpp 2 additions, 3 deletionscomponents/renderers/cpp/include/ftl/display.hpp
- components/renderers/cpp/src/display.cpp 1 addition, 1 deletioncomponents/renderers/cpp/src/display.cpp
- components/rgbd-sources/include/ftl/rgbd_source.hpp 1 addition, 1 deletioncomponents/rgbd-sources/include/ftl/rgbd_source.hpp
- components/rgbd-sources/src/algorithms/elas.hpp 3 additions, 2 deletionscomponents/rgbd-sources/src/algorithms/elas.hpp
- components/rgbd-sources/src/algorithms/fixstars_sgm.hpp 3 additions, 2 deletionscomponents/rgbd-sources/src/algorithms/fixstars_sgm.hpp
Loading
Please register or sign in to comment