Commit 3ce021db authored by Valentin Platzgummer's avatar Valentin Platzgummer

123

parent 67068475

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

......@@ -10,3 +10,6 @@
[submodule "libs/polylabel"]
path = libs/polylabel
url = https://github.com/mapbox/polylabel.git
[submodule "ortools-with-cmake"]
path = ortools-with-cmake
url = https://github.com/jwdinius/ortools-with-cmake.git
......@@ -92,6 +92,11 @@ exists($$MAVLINKPATH/common) {
INCLUDEPATH += libs/eigen
DEFINES += NOMINMAX
#
# [REQUIRED] snake library (Wima)
INCLUDEPATH += libs/snake
INCLUDEPATH += libs/or-tools/include
#
# [REQUIRED] shapelib library
INCLUDEPATH += libs/shapelib
......
......@@ -2,3 +2,4 @@ add_subdirectory(qtandroidserialport)
add_subdirectory(qwt)
add_subdirectory(shapelib)
add_subdirectory(clipper)
add_subdirectory(snake/snake)
A library for geographic projections.
Written by Charles Karney <charles@karney.com> and licensed under
the MIT/X11 License. For more information, see
https://geographiclib.sourceforge.io/
Files
00README.txt -- this file
AUTHORS -- the authors of the library
LICENSE.txt -- the MIT/X11 License
INSTALL -- brief installation instructions
NEWS -- a history of changes
include/GeographicLib/*.hpp
headers for the library
src/*.cpp
implementation for the library
examples/
examples for each class
tools/
command-line utilities
Makefile.mk -- Unix/Linux makefiles
configure -- autoconf configuration script
CMakeLists.txt -- cmake configuration files
cmake/
support files for building with CMake
windows/
project files for building under Windows (but CMake is preferred)
maxima/
Maxima code for generating series expansions, etc.
matlab/
geographiclib/
*.m, private/*.m -- Matlab implementation of some classes
geographiclib-legacy/
*.{m,cpp} -- legacy Matlab routines
doc/
files for generating documentation with Doxygen
man/
man pages for the utilities
python/GeographicLib/*.py -- Python implementation of geodesic routines
java/.../*.java -- Java implementation of geodesic routines
js/
src/*.js -- JavaScript implementation of geodesic routines
samples/*.html -- demonstrations of the JavaScript interface
legacy/
C/ -- C implementation of geodesic routines
Fortran/ -- Fortran implementation of geodesic routines
dotnet/
NETGeographicLib/*.{cpp,h} -- .NET wrapper for GeographicLib
examples/
CS/*.cs -- simple C# examples for each class
ManagedCPP/*.cpp -- Managed C++ examples for each class
VB/*.vb -- simple Visual Basic examples for each class
Projection/ -- a more complex C# application
Charles Karney <charles@karney.com>
Francesco Paolo Lovergine <frankie@debian.org> (autoconfiscation)
Mathieu Peyréga <mathieu.peyrega@gmail.com> (help with gravity models)
Andrew MacIntyre <Andrew.MacIntyre@acma.gov.au> (python/setup.py)
Skip Breidbach <skip@waywally.com> (maven support for Java)
Scott Heiman <mrmtdew2@outlook.com> (.NET wrappers + C# examples)
Chris Bennight <chris@bennight.com> (deploying Java library)
Sebastian Mattheis <Sebastian.Mattheis@bmw.de> (gnomonic projection in Java)
Yurij Mikhalevich <0@39.yt> (node.js port)
Phil Miller <phillip.miller@sri.com> (putting tests into python/setup.py)
Jonathan Takahashi <jtakahashi@gmail.com> (boost-python sample)
This diff is collapsed.
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
SET(CPACK_BINARY_7Z "")
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_FREEBSD "")
SET(CPACK_BINARY_IFW "")
SET(CPACK_BINARY_NSIS "")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_PRODUCTBUILD "")
SET(CPACK_BINARY_RPM "")
SET(CPACK_BINARY_STGZ "")
SET(CPACK_BINARY_TBZ2 "")
SET(CPACK_BINARY_TGZ "")
SET(CPACK_BINARY_TXZ "")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_WIX "")
SET(CPACK_BINARY_ZIP "")
SET(CPACK_BUILD_SOURCE_DIRS "/home/valentin/src/GeographicLib-1.50.1;/home/valentin/src/GeographicLib-1.50.1/BUILD")
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_INSTALL_CMAKE_PROJECTS "/home/valentin/src/GeographicLib-1.50.1/BUILD;GeographicLib;ALL;/")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "")
SET(CPACK_NSIS_DISPLAY_NAME "GeographicLib-1.50.1")
SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_PACKAGE_NAME "GeographicLib-1.50.1")
SET(CPACK_OUTPUT_CONFIG_FILE "/home/valentin/src/GeographicLib-1.50.1/BUILD/CPackConfig.cmake")
SET(CPACK_PACKAGE_CONTACT "charles@karney.com")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.10/Templates/CPack.GenericDescription.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "GeographicLib library, utilities, and documentation")
SET(CPACK_PACKAGE_FILE_NAME "GeographicLib-1.50.1-Linux")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "GeographicLib-1.50.1")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "GeographicLib-1.50.1")
SET(CPACK_PACKAGE_NAME "GeographicLib")
SET(CPACK_PACKAGE_RELOCATABLE "true")
SET(CPACK_PACKAGE_VENDOR "GeographicLib")
SET(CPACK_PACKAGE_VERSION "1.50.1")
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "50")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_RESOURCE_FILE_LICENSE "/home/valentin/src/GeographicLib-1.50.1/LICENSE.txt")
SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.10/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.10/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "OFF")
SET(CPACK_SOURCE_7Z "")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ")
SET(CPACK_SOURCE_IGNORE_FILES "#;~$;/\\.git;/home/valentin/src/GeographicLib-1.50.1/BUILD;/home/valentin/src/GeographicLib-1.50.1/(tests|testdata|cgi-bin|.*\\.cache)/;/home/valentin/src/GeographicLib-1.50.1/(distrib|.*-distrib|.*-installer|geodesic-papers)/;/home/valentin/src/GeographicLib-1.50.1/[^/]*\\.(xml|html|css|kmz|pdf)$;/home/valentin/src/GeographicLib-1.50.1/(autogen|biblio)\\.sh$;/home/valentin/src/GeographicLib-1.50.1/(robots.txt|geodesic-biblio.txt|makefile-admin|[^/]*\\.png)$;/home/valentin/src/GeographicLib-1.50.1/matlab/.*blurb.txt$")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/valentin/src/GeographicLib-1.50.1/BUILD/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "GeographicLib-1.50.1")
SET(CPACK_SOURCE_RPM "")
SET(CPACK_SOURCE_TBZ2 "")
SET(CPACK_SOURCE_TGZ "")
SET(CPACK_SOURCE_TXZ "")
SET(CPACK_SOURCE_TZ "")
SET(CPACK_SOURCE_ZIP "")
SET(CPACK_SYSTEM_NAME "Linux")
SET(CPACK_TOPLEVEL_TAG "Linux")
SET(CPACK_WIX_SIZEOF_VOID_P "8")
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "/home/valentin/src/GeographicLib-1.50.1/BUILD/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
SET(CPACK_BINARY_7Z "")
SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_FREEBSD "")
SET(CPACK_BINARY_IFW "")
SET(CPACK_BINARY_NSIS "")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_PRODUCTBUILD "")
SET(CPACK_BINARY_RPM "")
SET(CPACK_BINARY_STGZ "")
SET(CPACK_BINARY_TBZ2 "")
SET(CPACK_BINARY_TGZ "")
SET(CPACK_BINARY_TXZ "")