-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'before-v1.8.0' into 'master'
Update every submodules before release See merge request limagroup/lima!119
- Loading branch information
Showing
20 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
Submodule andor
updated
3 files
+30 −0 | README.md | |
+1 −0 | conda/camera/conda_build_config.yaml | |
+2 −0 | sip/AndorCamera.sip |
Submodule andor3
updated
4 files
+0 −1 | README | |
+31 −0 | README.md | |
+1 −0 | conda/camera/conda_build_config.yaml | |
+3 −1 | sip/Andor3Camera.sip |
Submodule basler
updated
3 files
+30 −0 | README.md | |
+1 −0 | conda/camera/conda_build_config.yaml | |
+3 −0 | sip/BaslerCamera.sip |
Submodule meta
updated
4 files
+27 −3 | README.md | |
+1 −1 | conda/tango/meta.yaml | |
+2 −0 | sip/MetaInterface.sip | |
+7 −7 | tango/MetaMaxipix5.py |
Submodule eiger
updated
3 files
+30 −0 | README.md | |
+1 −0 | conda/camera/conda_build_config.yaml | |
+3 −0 | sip/EigerCamera.sip |
Submodule maxipix
updated
4 files
+6 −4 | CMakeLists.txt | |
+30 −0 | README.md | |
+1 −1 | conda/camera/build.sh | |
+1 −0 | conda/camera/conda_build_config.yaml |
Submodule pointgrey
updated
3 files
+30 −0 | README.md | |
+1 −0 | conda/camera/conda_build_config.yaml | |
+3 −0 | sip/PointGreyCamera.sip |
Submodule simulator
updated
7 files
+1 −1 | CMakeLists.txt | |
+23 −12 | README.md | |
+0 −6 | conda/camera/meta.yaml | |
+11 −0 | conda/camera/run_test.py | |
+9 −1 | tango/Simulator.py | |
+4 −0 | test/CMakeLists.txt | |
+8 −0 | test/test.py |
Submodule v4l2
updated
6 files
+1 −0 | CMakeLists.txt | |
+30 −0 | README.md | |
+1 −0 | conda/camera/conda_build_config.yaml | |
+1 −1 | include/V4L2Interface.h | |
+1 −1 | sip/V4l2Interface.sip | |
+2 −2 | src/V4L2Interface.cpp |