-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libCZIrw
updated
13 files
+1 −1 | .github/workflows/cmake.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | Src/Doxyfile | |
+102 −12 | Src/libCZI/CziMetadataBuilder.cpp | |
+3 −2 | Src/libCZI/CziMetadataBuilder.h | |
+15 −0 | Src/libCZI/CziParse.cpp | |
+14 −1 | Src/libCZI/CziParse.h | |
+2 −2 | Src/libCZI/CziWriter.cpp | |
+3 −1 | Src/libCZI/Doc/version-history.markdown | |
+31 −2 | Src/libCZI/libCZI_Metadata.h | |
+219 −3 | Src/libCZI_UnitTests/test_CZIParse.cpp | |
+214 −0 | Src/libCZI_UnitTests/test_DisplaySettings.cpp | |
+34 −0 | Src/libCZI_UnitTests/test_metadatabuilder.cpp |