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
c21af2f
commit fdd0f13
Showing
17 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
Submodule cmake
updated
16 files
+4 −4 | Modules.Conan/FindJPEG.cmake | |
+5 −14 | Modules.Conan/FindJsonCPP.cmake | |
+4 −5 | Modules.Conan/FindmyVRPointCloud.cmake | |
+1 −1 | Modules.Win32/FindPowerShell.cmake | |
+1 −1 | Modules.Win32/FindPyTorch.cmake | |
+1 −1 | Modules/FindGeographicLib.cmake | |
+1 −1 | Modules/FindPyTorch.cmake | |
+2 −1 | buildsys.cmake | |
+4 −1 | include/debian.mk | |
+7 −0 | macros/buildsys.windows.cmake | |
+5 −2 | macros/cuda.cmake | |
+40 −20 | macros/install-conan-deps.cmake | |
+38 −16 | macros/module.cmake | |
+7 −2 | macros/python.cmake | |
+12 −8 | macros/torch.cmake | |
+8 −0 | manifest/windows.manifest |
Submodule gdal-drivers
updated
4 files
+1 −0 | gdal-drivers/CMakeLists.txt | |
+4 −1 | gdal-drivers/mvt.cpp | |
+2 −0 | gdal-drivers/proto/vector_tile.proto | |
+1 −1 | gdal-drivers/register.cpp |
Submodule libgeo
updated
6 files
+1 −1 | geo/CMakeLists.txt | |
+9 −0 | geo/geodataset.cpp | |
+4 −0 | geo/io.cpp | |
+6 −0 | geo/srsdef.cpp | |
+4 −0 | geo/srsdef.hpp | |
+1 −1 | geo/test/generate.cpp |
Submodule libmath
updated
6 files
+31 −0 | math/geometry.cpp | |
+13 −0 | math/geometry.hpp | |
+67 −3 | math/geometry_core.hpp | |
+44 −1 | math/math.hpp | |
+10 −0 | math/python/mathmodule.cpp | |
+59 −0 | math/transform.hpp |
Submodule libsemantic
updated
23 files
+5 −0 | semantic/CMakeLists.txt | |
+231 −9 | semantic/io.cpp | |
+6 −0 | semantic/io.hpp | |
+8 −0 | semantic/mesh.hpp | |
+218 −0 | semantic/mesh/lamp.cpp | |
+39 −0 | semantic/mesh/lamp.hpp | |
+38 −0 | semantic/mesh/mesh.incl.hpp | |
+2 −2 | semantic/mesh/pole.cpp | |
+211 −0 | semantic/mesh/road-features.cpp | |
+51 −0 | semantic/mesh/road-features.hpp | |
+1 −1 | semantic/mesh/tree.cpp | |
+57 −0 | semantic/ogr/lamp.cpp | |
+38 −0 | semantic/ogr/lamp.hpp | |
+58 −0 | semantic/ogr/manhole.cpp | |
+38 −0 | semantic/ogr/manhole.hpp | |
+18 −0 | semantic/ogr/ogr.incl.hpp | |
+0 −1 | semantic/ogr/pole.cpp | |
+1 −1 | semantic/ogr/tree.cpp | |
+146 −3 | semantic/python/semanticmodule.cpp | |
+1 −1 | semantic/tools/semantic2obj.cpp | |
+8 −10 | semantic/tools/semantic2vef.cpp | |
+5 −0 | semantic/world.cpp | |
+178 −2 | semantic/world.hpp |
Submodule libservice
updated
4 files
+10 −2 | service/detail/signalhandler.cpp | |
+2 −0 | service/detail/signalhandler.hpp | |
+42 −4 | service/program.cpp | |
+1 −0 | service/program.hpp |
Submodule libutility
updated
23 files
+2 −3 | utility/CMakeLists.txt | |
+56 −0 | utility/compat/optional.hpp | |
+2 −1 | utility/cppversion.hpp | |
+17 −5 | utility/detail/filesystem.linux.cpp | |
+21 −9 | utility/detail/filesystem.windows.cpp | |
+2 −13 | utility/detail/path.windows.cpp | |
+2 −2 | utility/errorcode.hpp | |
+42 −6 | utility/expected.hpp | |
+115 −5 | utility/filesystem.cpp | |
+32 −2 | utility/filesystem.hpp | |
+3 −1 | utility/gzipper.hpp | |
+10 −5 | utility/iothreads.cpp | |
+27 −2 | utility/iothreads.hpp | |
+58 −12 | utility/logging.hpp | |
+14 −15 | utility/mysqldb.hpp | |
+12 −2 | utility/openmp.hpp | |
+14 −0 | utility/parse.hpp | |
+1 −1 | utility/path-serialization.hpp | |
+18 −0 | utility/path.cpp | |
+8 −5 | utility/path.hpp | |
+110 −0 | utility/serialization/optional.hpp | |
+55 −0 | utility/std-variant.hpp | |
+2 −2 | utility/zip.cpp |
Submodule vts-libs
updated
18 files
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
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
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
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
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