summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [build] add make target "tidy" for running clang-tidyKonstantin Käfer2015-12-032-3/+30
|
* [build] add ninja + compilation database supportKonstantin Käfer2015-12-031-0/+17
|
* [core] Only android needs libzipJohn Firebaugh2015-12-012-2/+0
|
* [node] simpler PACKAGE_JSON_VERSIONMike Morris2015-12-012-7/+1
|
* Merge branch 'release-ios-v3.0.0'Justin R. Miller2015-11-301-1/+1
|\
| * show current version changelog section in docs & link externally to fullJustin R. Miller2015-11-231-1/+1
| | | | | | | | | | | | This is going to fail and output nothing for -pre and -rc tags for now until #3046 is addressed. We can't yet grab those but still have final releases sort after them.
| * refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-181-0/+3
| |
| * static framework target for iOSJustin R. Miller2015-11-161-0/+32
| |
* | [test] Add pixelmatch; use in annotation testsJohn Firebaugh2015-11-253-0/+17
| |
* | reduce framework binary size with more strippingJustin R. Miller2015-11-231-0/+1
| |
* | refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-181-0/+3
| |
* | [android] Bring back OkHTTPLeith Bade2015-11-172-3/+1
| | | | | | | | | | | | | | Update http_request_android.cpp for changes in #2727 Fix crash caused by calling both onFailure and onReponse in the same request Fixes #2856 Fixes #2400
* | static framework target for iOSJustin R. Miller2015-11-161-0/+32
|/
* Publish Bitcode-less build for Xcode 6.4Minh Nguyễn2015-11-112-1/+14
| | | | | | Publish a Release-configuration, symbol-laden, Bitcode-less build in tandem with the other builds. Fixes #2332.
* Updated references to old build docsMinh Nguyễn2015-11-091-1/+1
| | | | Fixes #2871.
* [iOS] Fetch tags on install, not ipackageMinh Nguyễn2015-11-092-1/+2
| | | | | | This change removes a git command that requires a network connection from the ipackage target. It was used to ensure that CI has a tag to version the appledoc documentation with, so the same command has been added to install.sh, where a network connection is otherwise expected. Fixes #2320.
* [node] only upload render test results on linuxnode-v2.0.0-pre.13Mike Morris2015-11-051-1/+1
| | | | They don't run on OS X because Travis OS X boxes don't have GPUs.
* [node] autopublish node-pre-gyp binaryMike Morris2015-11-052-1/+8
| | | | If $TRAVIS_TAG matches with node-v${PACKAGE_JSON_VERSION}.
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-5/+5
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-042-14/+35
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* Force Bitcode in make ipackageMinh Nguyễn2015-11-021-0/+2
| | | | `make ipackage` now performs a Bitcode-enabled archive build for devices.
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-027-11/+16
| | | | | | | | | | | | | - [osx] set -fvisibility-inlines-hidden in gyp/common.gypi to silence mismatched visibility linker warnings - [linux] set cxx_host in GYP_FLAGS to set -fabi-version=0 on gcc builds to use clang-built mason binaries - [ios] update symbol visibility for iOS tests - [ios] link libgeojsonvt.a in iOS tests xcodeproj - add libgeojsonvt.a to General -> Linked Frameworks and Libraries - add mason_packages (recursive) to Build Settings -> Library Search Path - [ios] add libuv and geojsonvt first in iOS libtool smush to ensure symbols are found by later compilation units where they are undefined
* don't use xcprettyJustin R. Miller2015-11-021-2/+2
|
* [core] Remove bundled styles.Leith Bade2015-10-306-18/+0
| | | | Fixes #2239
* [core] Fix gdb check for CIJohn Firebaugh2015-10-271-1/+1
|
* more explicitly name build configs & do Debug for sim/testingJustin R. Miller2015-10-271-0/+3
|
* [node] create `npm test` and `npm run test-suite` targetsKonstantin Käfer2015-10-263-0/+111
|
* [node] include node headers in binding.gyp, undef libuv_cflagsMike Morris2015-10-261-2/+2
|
* [node] make task for building node via XcodeMike Morris2015-10-261-0/+14
|
* [android] Move android filesLeith Bade2015-10-251-3/+3
| | | | Fixes #2032
* [android] [ios] [linux] [osx] Update many mason modulesLeith Bade2015-10-244-19/+19
|
* [android] Fix TEXTREL dlopen error on Android 6.0 x86Leith Bade2015-10-241-2/+2
| | | | | Update libcurl to 7.45.0 and OpenSSL to 1.0.1p Fixes #2772
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-231-1/+1
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* Fix path of mapbox-gl-test-suite render testsBryan Housel2015-10-161-3/+3
|
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-145-5/+5
| | | | | | UV_ASYNC_PARAMS and UV_TIMER_PARAMS for libuv <= 0.10 compatibility use st_mtim.tv_sec in libuv > 0.10.x
* Revert to nvm v0.28.0John Firebaugh2015-10-091-1/+1
|
* Install nvm using recommended methodJohn Firebaugh2015-10-091-6/+1
|
* [build] update appledoc install error URLJason Wray2015-10-081-1/+1
|
* Install gtest from masonJohn Firebaugh2015-10-022-0/+2
|
* [ios] patch up iOS version-deducing scriptsJustin R. Miller2015-10-011-1/+1
|
* 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
|