summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Install RapidJSON from masonJohn Firebaugh2015-10-014-0/+4
|
* mason variant@1.0Mike Morris2015-09-304-0/+4
|
* Merge branch 'android-curl'Brad Leege2015-09-232-1/+3
|\
| * Restore libcurl HTTP on AndroidLeith Bade2015-09-222-1/+3
| |
* | Add Crashlytics NDK to AndroidLeith Bade2015-09-231-10/+14
|/ | | | Closes #2107
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-168-49/+23
| | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67.
* [node] Enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-09-158-23/+49
| | | | | | - Allow node bindings to be built if git submodules cannot be checked out - Made geojsonvt a mason package instead of a git submodule - Use globally installed mason if it cannot be checked out via git submodules
* Upgraded to iOS Simulator 9.0, KIF 3.3.0Minh Nguyễn2015-09-151-3/+6
| | | | Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528.
* [shader] Shaders vertex and fragments are now GLchar*Bruno de Oliveira Abinader2015-09-151-2/+4
|
* fix typo in iOS scriptJustin R. Miller2015-09-071-1/+1
|
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-046-46/+13
|
* source scripts/linux/setup.sh in scripts/node/after_script.sh toMike Morris2015-09-021-0/+2
| | | | configure Mesa
* set NODE_VERSION is after_script.shMike Morris2015-09-021-0/+3
|
* remove debug logging and whitespace [skip ci]Mike Morris2015-09-011-1/+1
|
* remove pushd/popd from scripts/node/run.sh, update license in package.jsonMike Morris2015-09-011-4/+0
|
* move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-011-8/+8
|
* Fix NODE_PRE_GYP variableJohn Firebaugh2015-08-311-1/+1
| | | | `cd` outputs the resulting directory, which is not what is desired here.
* only assume ~/.nvm is a git repo if we clone itMike Morris2015-08-281-5/+5
|
* fix && to exit subshell with -e on failureMike Morris2015-08-282-5/+16
|
* conditional nvm installMike Morris2015-08-281-2/+5
|
* nvm manual installMike Morris2015-08-282-2/+4
|
* local nvm?Mike Morris2015-08-282-2/+2
|
* . -> sourceMike Morris2015-08-282-2/+2
|
* use NODE_VERSIONMike Morris2015-08-281-0/+3
|
* mapbox_timeMike Morris2015-08-281-1/+1
|
* nvm alias defaultMike Morris2015-08-282-3/+1
|
* actually use NODE_VERSIONMike Morris2015-08-282-1/+5
|
* source nvmMike Morris2015-08-281-0/+1
|
* nvm already existsMike Morris2015-08-281-4/+1
|
* back to nvm node installs on travisMike Morris2015-08-281-4/+5
|
* merge platform/node/scripts/* into scripts/node/run.shMike Morris2015-08-271-8/+21
|
* pushd/popdMike Morris2015-08-261-3/+3
|
* npm install --build-from-sourceMike Morris2015-08-261-1/+1
|
* cd platform/node && npm testMike Morris2015-08-261-2/+2
|
* travis make nodeMike Morris2015-08-261-1/+1
|
* export PATHMike Morris2015-08-251-1/+1
|
* chmod +xMike Morris2015-08-252-0/+0
|
* add FLAVOR=node to build matrixMike Morris2015-08-253-0/+85
|
* Merge branch 'before-render' into nodeMike Morris2015-08-251-2/+2
|\
| * updates for "iOS SDK" series releasesJustin R. Miller2015-08-241-1/+1
| |
| * Merge branch 'v8'John Firebaugh2015-08-241-1/+1
| |\
| | * Update stylesJohn Firebaugh2015-08-201-1/+1
| | |
* | | 'make node' compiles!Mike Morris2015-08-251-3/+15
|/ /
* | rename zip productJustin R. Miller2015-08-211-1/+1
| |
* | GL is the library, SDK is the productJustin R. Miller2015-08-211-3/+3
|/
* set correct environment varsKonstantin Käfer2015-08-191-0/+2
|
* never delete intermediate targetsKonstantin Käfer2015-08-191-0/+3
|
* build only the requested Android architectureKonstantin Käfer2015-08-191-2/+2
| | | | [skip ci]
* Fix xcpretty from swallowing xcodebuild error codesLeith Bade2015-08-131-1/+1
|
* Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-112-4/+2
| | | | Closes #823