summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--platform/node/.clang-format (renamed from .clang-format)0
-rw-r--r--platform/node/.gitignore (renamed from .gitignore)0
-rw-r--r--platform/node/.travis.yml (renamed from .travis.yml)0
-rw-r--r--platform/node/CHANGELOG.md (renamed from CHANGELOG.md)0
-rw-r--r--platform/node/CONTRIBUTING.md (renamed from CONTRIBUTING.md)0
-rw-r--r--platform/node/LICENSE.txt (renamed from LICENSE.txt)0
-rw-r--r--platform/node/Makefile (renamed from Makefile)0
-rw-r--r--platform/node/README.md (renamed from README.md)0
-rw-r--r--platform/node/binding.gyp (renamed from binding.gyp)0
-rw-r--r--platform/node/cloudformation/travis.template (renamed from cloudformation/travis.template)0
-rwxr-xr-xplatform/node/examples/load-from-fs.js (renamed from examples/load-from-fs.js)0
-rw-r--r--platform/node/package.json (renamed from package.json)0
-rwxr-xr-xplatform/node/scripts/deploy_results.sh (renamed from scripts/deploy_results.sh)0
-rwxr-xr-xplatform/node/scripts/install_node.sh (renamed from scripts/install_node.sh)0
-rwxr-xr-xplatform/node/scripts/travis_publish.sh (renamed from scripts/travis_publish.sh)0
-rwxr-xr-xplatform/node/scripts/travis_test.sh (renamed from scripts/travis_test.sh)0
-rw-r--r--platform/node/src/node_file_source.cpp (renamed from src/node_file_source.cpp)0
-rw-r--r--platform/node/src/node_file_source.hpp (renamed from src/node_file_source.hpp)0
-rw-r--r--platform/node/src/node_log.cpp (renamed from src/node_log.cpp)0
-rw-r--r--platform/node/src/node_log.hpp (renamed from src/node_log.hpp)0
-rw-r--r--platform/node/src/node_map.cpp (renamed from src/node_map.cpp)0
-rw-r--r--platform/node/src/node_map.hpp (renamed from src/node_map.hpp)0
-rw-r--r--platform/node/src/node_mapbox_gl_native.cpp (renamed from src/node_mapbox_gl_native.cpp)0
-rw-r--r--platform/node/src/node_request.cpp (renamed from src/node_request.cpp)0
-rw-r--r--platform/node/src/node_request.hpp (renamed from src/node_request.hpp)0
-rw-r--r--platform/node/src/util/async_queue.hpp (renamed from src/util/async_queue.hpp)0
-rw-r--r--platform/node/test/compare.js (renamed from test/compare.js)0
-rw-r--r--platform/node/test/expected/gzip/success.png (renamed from test/expected/gzip/success.png)bin42195 -> 42195 bytes
-rw-r--r--platform/node/test/expected/gzip/unhandled.png (renamed from test/expected/gzip/unhandled.png)bin5636 -> 5636 bytes
-rw-r--r--platform/node/test/expected/map/image.png (renamed from test/expected/map/image.png)bin42195 -> 42195 bytes
-rw-r--r--platform/node/test/fixtures/style.json (renamed from test/fixtures/style.json)0
-rw-r--r--platform/node/test/fixtures/tiles.tilejson (renamed from test/fixtures/tiles.tilejson)0
-rw-r--r--platform/node/test/fixtures/tiles/0-0-0.vector.pbf (renamed from test/fixtures/tiles/0-0-0.vector.pbf)bin9660 -> 9660 bytes
-rw-r--r--platform/node/test/js/consecutive.test.js (renamed from test/js/consecutive.test.js)0
-rw-r--r--platform/node/test/js/gzip.test.js (renamed from test/js/gzip.test.js)0
-rw-r--r--platform/node/test/js/map.test.js (renamed from test/js/map.test.js)0
-rw-r--r--platform/node/test/render.test.js (renamed from test/render.test.js)0
m---------vendor/mbgl0
39 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 863c7f66f4..0000000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "vendor/mbgl"]
- path = vendor/mbgl
- url = https://github.com/mapbox/mapbox-gl-native.git
diff --git a/.clang-format b/platform/node/.clang-format
index 109b562b59..109b562b59 100644
--- a/.clang-format
+++ b/platform/node/.clang-format
diff --git a/.gitignore b/platform/node/.gitignore
index 2f53e5d179..2f53e5d179 100644
--- a/.gitignore
+++ b/platform/node/.gitignore
diff --git a/.travis.yml b/platform/node/.travis.yml
index 891496e038..891496e038 100644
--- a/.travis.yml
+++ b/platform/node/.travis.yml
diff --git a/CHANGELOG.md b/platform/node/CHANGELOG.md
index a86be910ef..a86be910ef 100644
--- a/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
diff --git a/CONTRIBUTING.md b/platform/node/CONTRIBUTING.md
index 166929e33f..166929e33f 100644
--- a/CONTRIBUTING.md
+++ b/platform/node/CONTRIBUTING.md
diff --git a/LICENSE.txt b/platform/node/LICENSE.txt
index c9018a1390..c9018a1390 100644
--- a/LICENSE.txt
+++ b/platform/node/LICENSE.txt
diff --git a/Makefile b/platform/node/Makefile
index 74b911a142..74b911a142 100644
--- a/Makefile
+++ b/platform/node/Makefile
diff --git a/README.md b/platform/node/README.md
index 1b7d4b2d6d..1b7d4b2d6d 100644
--- a/README.md
+++ b/platform/node/README.md
diff --git a/binding.gyp b/platform/node/binding.gyp
index a5fb583399..a5fb583399 100644
--- a/binding.gyp
+++ b/platform/node/binding.gyp
diff --git a/cloudformation/travis.template b/platform/node/cloudformation/travis.template
index 3ba9b9625e..3ba9b9625e 100644
--- a/cloudformation/travis.template
+++ b/platform/node/cloudformation/travis.template
diff --git a/examples/load-from-fs.js b/platform/node/examples/load-from-fs.js
index 352b015573..352b015573 100755
--- a/examples/load-from-fs.js
+++ b/platform/node/examples/load-from-fs.js
diff --git a/package.json b/platform/node/package.json
index 7ff254dce9..7ff254dce9 100644
--- a/package.json
+++ b/platform/node/package.json
diff --git a/scripts/deploy_results.sh b/platform/node/scripts/deploy_results.sh
index adbed4c2d8..adbed4c2d8 100755
--- a/scripts/deploy_results.sh
+++ b/platform/node/scripts/deploy_results.sh
diff --git a/scripts/install_node.sh b/platform/node/scripts/install_node.sh
index 311b004243..311b004243 100755
--- a/scripts/install_node.sh
+++ b/platform/node/scripts/install_node.sh
diff --git a/scripts/travis_publish.sh b/platform/node/scripts/travis_publish.sh
index d06a2a8a30..d06a2a8a30 100755
--- a/scripts/travis_publish.sh
+++ b/platform/node/scripts/travis_publish.sh
diff --git a/scripts/travis_test.sh b/platform/node/scripts/travis_test.sh
index 70fff88aa4..70fff88aa4 100755
--- a/scripts/travis_test.sh
+++ b/platform/node/scripts/travis_test.sh
diff --git a/src/node_file_source.cpp b/platform/node/src/node_file_source.cpp
index 204e85a126..204e85a126 100644
--- a/src/node_file_source.cpp
+++ b/platform/node/src/node_file_source.cpp
diff --git a/src/node_file_source.hpp b/platform/node/src/node_file_source.hpp
index f412bdee16..f412bdee16 100644
--- a/src/node_file_source.hpp
+++ b/platform/node/src/node_file_source.hpp
diff --git a/src/node_log.cpp b/platform/node/src/node_log.cpp
index 6375348070..6375348070 100644
--- a/src/node_log.cpp
+++ b/platform/node/src/node_log.cpp
diff --git a/src/node_log.hpp b/platform/node/src/node_log.hpp
index 5c0048d261..5c0048d261 100644
--- a/src/node_log.hpp
+++ b/platform/node/src/node_log.hpp
diff --git a/src/node_map.cpp b/platform/node/src/node_map.cpp
index a24f0c46b8..a24f0c46b8 100644
--- a/src/node_map.cpp
+++ b/platform/node/src/node_map.cpp
diff --git a/src/node_map.hpp b/platform/node/src/node_map.hpp
index 2c87900d4d..2c87900d4d 100644
--- a/src/node_map.hpp
+++ b/platform/node/src/node_map.hpp
diff --git a/src/node_mapbox_gl_native.cpp b/platform/node/src/node_mapbox_gl_native.cpp
index 9ba0abbd05..9ba0abbd05 100644
--- a/src/node_mapbox_gl_native.cpp
+++ b/platform/node/src/node_mapbox_gl_native.cpp
diff --git a/src/node_request.cpp b/platform/node/src/node_request.cpp
index d2cf43790b..d2cf43790b 100644
--- a/src/node_request.cpp
+++ b/platform/node/src/node_request.cpp
diff --git a/src/node_request.hpp b/platform/node/src/node_request.hpp
index a690904ef2..a690904ef2 100644
--- a/src/node_request.hpp
+++ b/platform/node/src/node_request.hpp
diff --git a/src/util/async_queue.hpp b/platform/node/src/util/async_queue.hpp
index 81319da8c7..81319da8c7 100644
--- a/src/util/async_queue.hpp
+++ b/platform/node/src/util/async_queue.hpp
diff --git a/test/compare.js b/platform/node/test/compare.js
index 3e5221de55..3e5221de55 100644
--- a/test/compare.js
+++ b/platform/node/test/compare.js
diff --git a/test/expected/gzip/success.png b/platform/node/test/expected/gzip/success.png
index de41e0fe2b..de41e0fe2b 100644
--- a/test/expected/gzip/success.png
+++ b/platform/node/test/expected/gzip/success.png
Binary files differ
diff --git a/test/expected/gzip/unhandled.png b/platform/node/test/expected/gzip/unhandled.png
index ddb90d8b8f..ddb90d8b8f 100644
--- a/test/expected/gzip/unhandled.png
+++ b/platform/node/test/expected/gzip/unhandled.png
Binary files differ
diff --git a/test/expected/map/image.png b/platform/node/test/expected/map/image.png
index de41e0fe2b..de41e0fe2b 100644
--- a/test/expected/map/image.png
+++ b/platform/node/test/expected/map/image.png
Binary files differ
diff --git a/test/fixtures/style.json b/platform/node/test/fixtures/style.json
index 47a1990eb7..47a1990eb7 100644
--- a/test/fixtures/style.json
+++ b/platform/node/test/fixtures/style.json
diff --git a/test/fixtures/tiles.tilejson b/platform/node/test/fixtures/tiles.tilejson
index 320c17500e..320c17500e 100644
--- a/test/fixtures/tiles.tilejson
+++ b/platform/node/test/fixtures/tiles.tilejson
diff --git a/test/fixtures/tiles/0-0-0.vector.pbf b/platform/node/test/fixtures/tiles/0-0-0.vector.pbf
index 87628e06cf..87628e06cf 100644
--- a/test/fixtures/tiles/0-0-0.vector.pbf
+++ b/platform/node/test/fixtures/tiles/0-0-0.vector.pbf
Binary files differ
diff --git a/test/js/consecutive.test.js b/platform/node/test/js/consecutive.test.js
index f493e2a31c..f493e2a31c 100644
--- a/test/js/consecutive.test.js
+++ b/platform/node/test/js/consecutive.test.js
diff --git a/test/js/gzip.test.js b/platform/node/test/js/gzip.test.js
index 9e899604ae..9e899604ae 100644
--- a/test/js/gzip.test.js
+++ b/platform/node/test/js/gzip.test.js
diff --git a/test/js/map.test.js b/platform/node/test/js/map.test.js
index 4586ceeed4..4586ceeed4 100644
--- a/test/js/map.test.js
+++ b/platform/node/test/js/map.test.js
diff --git a/test/render.test.js b/platform/node/test/render.test.js
index b55841fef0..b55841fef0 100644
--- a/test/render.test.js
+++ b/platform/node/test/render.test.js
diff --git a/vendor/mbgl b/vendor/mbgl
deleted file mode 160000
-Subproject 5d038fbd840717b606a15b825015958228d4245