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
241ba43
commit 87ae520
Showing
18 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
Submodule cmake
updated
62 files
Submodule common
updated
13 files
+10 −0 | common.mk | |
+27 −11 | deb-prepare.sh | |
+1 −0 | deb-releases.mk | |
+18 −0 | deb.bin/deb-installconffiles | |
+76 −15 | deb.mk | |
+23 −0 | dput.cf | |
+30 −0 | git.mk | |
+7 −0 | git/branch.sh | |
+7 −0 | git/hash.sh | |
+10 −0 | git/remove-branch-config.sh | |
+57 −0 | help-deb.txt | |
+22 −0 | help.txt | |
+0 −0 | src.bin/tar |
Submodule gdal-drivers
updated
10 files
Submodule libdbglog
updated
5 files
+2 −2 | dbglog/CMakeLists.txt | |
+6 −0 | dbglog/dbglog.hpp | |
+7 −0 | dbglog/logger.hpp | |
+10 −2 | dbglog/sink.hpp | |
+4 −0 | dbglog/stream.hpp |
Submodule libgeo
updated
16 files
+2 −2 | geo/CMakeLists.txt | |
+22 −0 | geo/coordinates.hpp | |
+90 −7 | geo/csconvertor.cpp | |
+10 −1 | geo/csconvertor.hpp | |
+18 −0 | geo/detail/ovrdataset.new.cpp | |
+11 −1 | geo/detail/project.6.cpp | |
+17 −9 | geo/detail/project.pre6.cpp | |
+4 −1 | geo/featurelayers.cpp | |
+77 −1 | geo/geodataset.cpp | |
+18 −1 | geo/geodataset.hpp | |
+2 −0 | geo/project.hpp | |
+2 −1 | geo/python/CMakeLists.txt | |
+11 −18 | geo/python/geomodule.cpp | |
+1 −1 | geo/python/geomodule.hpp | |
+18 −7 | geo/srsdef.cpp | |
+8 −20 | geo/srsfactors.cpp |
Submodule libgeometry
updated
32 files
Submodule libimgproc
updated
22 files
+15 −1 | imgproc/CMakeLists.txt | |
+21 −10 | imgproc/binterpolate.hpp | |
+29 −2 | imgproc/const-raster.hpp | |
+4 −0 | imgproc/crop.hpp | |
+4 −7 | imgproc/exif.hpp | |
+40 −0 | imgproc/exr.cpp | |
+40 −0 | imgproc/exr.hpp | |
+9 −5 | imgproc/filtering.hpp | |
+4 −1 | imgproc/histogram.hpp | |
+14 −0 | imgproc/imagesize.cpp | |
+1 −1 | imgproc/imgwarp.cpp | |
+1 −1 | imgproc/inpaint.hpp | |
+2 −1 | imgproc/python/CMakeLists.txt | |
+5 −0 | imgproc/python/imgprocmodule.cpp | |
+1 −1 | imgproc/python/imgprocmodule.hpp | |
+7 −0 | imgproc/rasterizer.hpp | |
+17 −0 | imgproc/rastermask/quadtree.cpp | |
+2 −0 | imgproc/rastermask/quadtree.hpp | |
+180 −0 | imgproc/sharpen.cpp | |
+77 −0 | imgproc/sharpen.hpp | |
+24 −5 | imgproc/texturing.cpp | |
+27 −7 | imgproc/texturing.hpp |
Submodule libmath
updated
9 files
+1 −1 | math/CMakeLists.txt | |
+67 −0 | math/detail/point.inline.hpp | |
+4 −2 | math/extent.hpp | |
+68 −2 | math/geometry.cpp | |
+142 −10 | math/geometry.hpp | |
+31 −19 | math/geometry_core.hpp | |
+3 −1 | math/python/CMakeLists.txt | |
+6 −0 | math/python/mathmodule.cpp | |
+1 −1 | math/python/mathmodule.hpp |
Submodule libminiball
updated
4 files
+1 −1 | miniball/adapter.hpp | |
+1 −0 | miniball/miniball | |
+0 −2 | miniball/miniball.cpp | |
+1 −1 | miniball/miniball.hpp |
Submodule libpydbglog
updated
2 files
+8 −0 | pydbglog/CMakeLists.txt | |
+19 −6 | pydbglog/dbglogmodule.cpp |
Submodule libpysupport
updated
6 files
+1 −1 | pysupport/CMakeLists.txt | |
+1 −1 | pysupport/argv.cpp | |
+20 −34 | pysupport/initialize.cpp | |
+8 −3 | pysupport/initialize.hpp | |
+43 −18 | pysupport/package.cpp | |
+24 −1 | pysupport/package.hpp |
Submodule libsemantic
updated
14 files
+2 −1 | semantic/CMakeLists.txt | |
+46 −4 | semantic/io.cpp | |
+6 −0 | semantic/mesh.hpp | |
+21 −3 | semantic/mesh/mesh.cpp | |
+63 −0 | semantic/mesh/multipolymesh.cpp | |
+43 −0 | semantic/mesh/multipolymesh.hpp | |
+6 −2 | semantic/mesh/tree.cpp | |
+3 −2 | semantic/python/CMakeLists.txt | |
+5 −0 | semantic/python/semanticmodule.cpp | |
+1 −1 | semantic/python/semanticmodule.hpp | |
+25 −0 | semantic/tools/CMakeLists.txt | |
+4 −0 | semantic/tools/data/semantic.mtl | |
+251 −0 | semantic/tools/semantic2vef.cpp | |
+5 −0 | semantic/world.hpp |
Submodule libservice
updated
16 files
+30 −1 | service/CMakeLists.txt | |
+8 −4 | service/cmdline.cpp | |
+16 −8 | service/ctrlclient.cpp | |
+4 −1 | service/ctrlclient.hpp | |
+2 −2 | service/customer/program.none.cpp | |
+2 −2 | service/customer/program.oss.cpp | |
+2 −2 | service/customer/program.seznam.cz.cpp | |
+16 −4 | service/detail/signalhandler.cpp | |
+10 −0 | service/detail/signalhandler.hpp | |
+10 −0 | service/githash.hpp.in | |
+15 −4 | service/program.cpp | |
+12 −0 | service/program.hpp | |
+41 −2 | service/service.cpp | |
+21 −4 | service/service.hpp | |
+16 −0 | service/tools/CMakeLists.txt | |
+163 −0 | service/tools/ctrlclient.cpp |
Submodule libutility
updated
34 files
Submodule vts-libs
updated
23 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