-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to btwxt version with updated messaging.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule btwxt
updated
21 files
+3 −3 | .gitmodules | |
+1 −1 | include/btwxt/CMakeLists.txt | |
+1 −1 | include/btwxt/btwxt.h | |
+22 −11 | include/btwxt/grid-axis.h | |
+1 −1 | include/btwxt/grid-point-data.h | |
+0 −39 | include/btwxt/logging.h | |
+38 −0 | include/btwxt/messaging.h | |
+18 −12 | include/btwxt/regular-grid-interpolator.h | |
+1 −1 | src/CMakeLists.txt | |
+15 −22 | src/grid-axis.cpp | |
+50 −61 | src/regular-grid-interpolator-implementation.cpp | |
+27 −15 | src/regular-grid-interpolator-implementation.h | |
+39 −23 | src/regular-grid-interpolator.cpp | |
+88 −87 | test/btwxt-tests.cpp | |
+14 −11 | test/fixtures/implementation-fixtures.h | |
+23 −6 | test/fixtures/public-fixtures.h | |
+16 −15 | test/grid-axis-tests.cpp | |
+11 −13 | test/implementation-tests.cpp | |
+3 −3 | vendor/CMakeLists.txt | |
+1 −0 | vendor/courier | |
+0 −1 | vendor/courierr |