summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-25 01:44:08 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-31 18:19:28 +0200
commit3a3c05bd8aeabf179084bd9a0137edd2abf41e4c (patch)
tree20248d381bf3fa33db8bc7da7e89b11a3df88fd4
parentcfcb53128b41941a9cdacfec18d618b0866a96bc (diff)
downloadqtlocation-mapboxgl-3a3c05bd8aeabf179084bd9a0137edd2abf41e4c.tar.gz
[build] Add dependencies as submodules
Do not use mason and build offline. These are header only deps.
-rw-r--r--.gitmodules54
m---------vendor/earcut.hpp0
m---------vendor/geojson-vt-cpp0
m---------vendor/geojson.hpp0
m---------vendor/geometry.hpp0
m---------vendor/kdbush.hpp0
m---------vendor/optional0
m---------vendor/polylabel0
m---------vendor/protozero0
m---------vendor/rapidjson0
m---------vendor/shelf-pack-cpp0
m---------vendor/supercluster.hpp0
m---------vendor/unique_resource0
m---------vendor/variant0
m---------vendor/vector-tile0
m---------vendor/wagyu0
16 files changed, 54 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 39221b1bd3..75f26ddc15 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,57 @@
[submodule "platform/ios/vendor/mapbox-events-ios"]
path = platform/ios/vendor/mapbox-events-ios
url = https://github.com/mapbox/mapbox-events-ios.git
+[submodule "vendor/nunicode"]
+ path = vendor/nunicode
+ url = https://bitbucket.org/alekseyt/nunicode.git
+[submodule "vendor/rapidjson"]
+ path = vendor/rapidjson
+ url = https://github.com/Tencent/rapidjson.git
+[submodule "vendor/earcut.hpp"]
+ path = vendor/earcut.hpp
+ url = https://github.com/mapbox/earcut.hpp.git
+[submodule "vendor/geojson-vt-cpp"]
+ path = vendor/geojson-vt-cpp
+ url = https://github.com/mapbox/geojson-vt-cpp.git
+[submodule "vendor/geojson.hpp"]
+ path = vendor/geojson.hpp
+ url = https://github.com/mapbox/geojson.hpp.git
+[submodule "vendor/geometry.hpp"]
+ path = vendor/geometry.hpp
+ url = https://github.com/mapbox/geometry.hpp.git
+[submodule "vendor/polylabel"]
+ path = vendor/polylabel
+ url = https://github.com/mapbox/polylabel.git
+[submodule "vendor/protozero"]
+ path = vendor/protozero
+ url = https://github.com/mapbox/protozero.git
+[submodule "vendor/shelf-pack-cpp"]
+ path = vendor/shelf-pack-cpp
+ url = https://github.com/mapbox/shelf-pack-cpp.git
+[submodule "vendor/supercluster.hpp"]
+ path = vendor/supercluster.hpp
+ url = https://github.com/mapbox/supercluster.hpp.git
+[submodule "vendor/variant"]
+ path = vendor/variant
+ url = https://github.com/mapbox/variant.git
+[submodule "vendor/vector-tile"]
+ path = vendor/vector-tile
+ url = https://github.com/mapbox/vector-tile.git
+[submodule "vendor/wagyu"]
+ path = vendor/wagyu
+ url = https://github.com/mapbox/wagyu.git
+[submodule "vendor/expected-lite"]
+ path = vendor/expected
+ url = https://github.com/martinmoene/expected-lite.git
+[submodule "vendor/kdbush.hpp"]
+ path = vendor/kdbush.hpp
+ url = https://github.com/mourner/kdbush.hpp.git
+[submodule "vendor/unique_resource"]
+ path = vendor/unique_resource
+ url = https://github.com/okdshin/unique_resource.git
+[submodule "vendor/icu"]
+ path = vendor/icu
+ url = https://github.com/unicode-org/icu.git
+[submodule "vendor/optional"]
+ path = vendor/optional
+ url = https://github.com/mapbox/Optional.git
diff --git a/vendor/earcut.hpp b/vendor/earcut.hpp
new file mode 160000
+Subproject a3807695eb92d208643e15e112982b482ce36c9
diff --git a/vendor/geojson-vt-cpp b/vendor/geojson-vt-cpp
new file mode 160000
+Subproject e172e9c78f4a2af3bfc21a0380390b97e17c5c7
diff --git a/vendor/geojson.hpp b/vendor/geojson.hpp
new file mode 160000
+Subproject 9cd6742162573870b15efaa77e49477f5535b60
diff --git a/vendor/geometry.hpp b/vendor/geometry.hpp
new file mode 160000
+Subproject 40e78bafb0225d7bf86bb81ea7b28ce7855f147
diff --git a/vendor/kdbush.hpp b/vendor/kdbush.hpp
new file mode 160000
+Subproject 85492b6c06d1eeb474972466d68daaa4658b8b6
diff --git a/vendor/optional b/vendor/optional
new file mode 160000
+Subproject 5f08e2e2012398b9511ba15506611d7e36e8930
diff --git a/vendor/polylabel b/vendor/polylabel
new file mode 160000
+Subproject 51f09d04c21e7b7faf94e2300ca1fe6e1f12fa7
diff --git a/vendor/protozero b/vendor/protozero
new file mode 160000
+Subproject 951a8d0e03ea07ccc4064692434ef15ff2b973f
diff --git a/vendor/rapidjson b/vendor/rapidjson
new file mode 160000
+Subproject f54b0e47a08782a6131cc3d60f94d038fa6e0a5
diff --git a/vendor/shelf-pack-cpp b/vendor/shelf-pack-cpp
new file mode 160000
+Subproject c231b596f1ca810d603af672f52ffeba10c9711
diff --git a/vendor/supercluster.hpp b/vendor/supercluster.hpp
new file mode 160000
+Subproject 4db2c42e9c2cadfe957fdec37f67756e98bbf1b
diff --git a/vendor/unique_resource b/vendor/unique_resource
new file mode 160000
+Subproject cba309e92ec79a95be2aa5a324a688a06af8d40
diff --git a/vendor/variant b/vendor/variant
new file mode 160000
+Subproject 02bd1ac4c07e6db9fe0f01267853e43b41637b7
diff --git a/vendor/vector-tile b/vendor/vector-tile
new file mode 160000
+Subproject d46ae6110372eeecb0e1dc954aa6213785e188c
diff --git a/vendor/wagyu b/vendor/wagyu
new file mode 160000
+Subproject 0ff3b5f82908af45f32266b8cb5f107c86147d8