This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
38c5106
commit c201db9
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule cmake
updated
13 files
+9 −0 | Modules.Conan/FindGIF.cmake | |
+1 −1 | Modules.Conan/FindPROJ.cmake | |
+27 −0 | Modules.Win32/Findnvinfer.cmake | |
+23 −0 | Modules.Win32/Findnvonnxparser.cmake | |
+1 −1 | Modules/FindMODBUS.cmake | |
+1 −1 | Modules/FindPROJ.cmake | |
+22 −0 | Modules/Findnvinfer.cmake | |
+22 −0 | Modules/Findnvonnxparser.cmake | |
+12 −1 | Modules/Findtinyxml2.cmake | |
+40 −8 | buildsys.cmake | |
+34 −0 | macros/openmp.cmake | |
+54 −0 | macros/tensorrt.cmake | |
+81 −0 | scripts/filter-dlls.py |
Submodule libgeo
updated
6 files
+1 −1 | geo/CMakeLists.txt | |
+10 −0 | geo/csconvertor.cpp | |
+16 −8 | geo/geodataset.cpp | |
+112 −0 | geo/io.cpp | |
+18 −73 | geo/io.hpp | |
+1 −1 | geo/srsdef.hpp |
Submodule libgeometry
updated
8 files
+16 −1 | geometry/CMakeLists.txt | |
+13 −12 | geometry/mesh.cpp | |
+20 −4 | geometry/mesh.hpp | |
+13 −5 | geometry/meshclip.cpp | |
+4 −1 | geometry/meshop-gts.cpp | |
+17 −3 | geometry/meshop.cpp | |
+7 −0 | geometry/multipolymesh.hpp | |
+3 −1 | geometry/volume.hpp |
Submodule libimgproc
updated
3 files
+2 −2 | imgproc/scanconversion.cpp | |
+2 −2 | imgproc/scanconversion.hpp | |
+2 −2 | imgproc/scattered-interpolation.hpp |
Submodule libsemantic
updated
8 files
+53 −1 | semantic/io.cpp | |
+1 −0 | semantic/io.hpp | |
+2 −1 | semantic/mesh/roof/rectangular.cpp | |
+4 −4 | semantic/mesh/tree.cpp | |
+27 −0 | semantic/python/semanticmodule.cpp | |
+9 −0 | semantic/tools/CMakeLists.txt | |
+1 −0 | semantic/world.cpp | |
+25 −0 | semantic/world.hpp |
Submodule libutility
updated
18 files
+3 −1 | utility/CMakeLists.txt | |
+32 −0 | utility/detail/hostname.linux.cpp | |
+6 −0 | utility/detail/hostname.windows.cpp | |
+4 −2 | utility/detail/multivalue.hpp | |
+4 −0 | utility/detail/path.posix.cpp | |
+31 −0 | utility/detail/process.hpp | |
+13 −5 | utility/detail/redirectfile.hpp | |
+2 −0 | utility/hostname.hpp | |
+18 −1 | utility/identity.cpp | |
+1 −1 | utility/identity.hpp | |
+71 −0 | utility/iothreads.cpp | |
+39 −0 | utility/iothreads.hpp | |
+1 −0 | utility/path.hpp | |
+66 −15 | utility/process.cpp | |
+58 −5 | utility/process.hpp | |
+1 −1 | utility/tcpendpoint.hpp | |
+19 −2 | utility/uri.cpp | |
+15 −1 | utility/uri.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters