Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [test] Add pixelmatch; use in annotation tests | John Firebaugh | 2015-11-25 | 3 | -0/+17 | |
| | | ||||||
* | | reduce framework binary size with more stripping | Justin R. Miller | 2015-11-23 | 1 | -0/+1 | |
| | | ||||||
* | | refs #2380: plop Settings.bundle inside of framework distribution | Justin R. Miller | 2015-11-18 | 1 | -0/+3 | |
| | | ||||||
* | | [android] Bring back OkHTTP | Leith Bade | 2015-11-17 | 2 | -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 iOS | Justin R. Miller | 2015-11-16 | 1 | -0/+32 | |
|/ | ||||||
* | Publish Bitcode-less build for Xcode 6.4 | Minh Nguyễn | 2015-11-11 | 2 | -1/+14 | |
| | | | | | | Publish a Release-configuration, symbol-laden, Bitcode-less build in tandem with the other builds. Fixes #2332. | |||||
* | Updated references to old build docs | Minh Nguyễn | 2015-11-09 | 1 | -1/+1 | |
| | | | | Fixes #2871. | |||||
* | [iOS] Fetch tags on install, not ipackage | Minh Nguyễn | 2015-11-09 | 2 | -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.13 | Mike Morris | 2015-11-05 | 1 | -1/+1 | |
| | | | | They don't run on OS X because Travis OS X boxes don't have GPUs. | |||||
* | [node] autopublish node-pre-gyp binary | Mike Morris | 2015-11-05 | 2 | -1/+8 | |
| | | | | If $TRAVIS_TAG matches with node-v${PACKAGE_JSON_VERSION}. | |||||
* | [core] move mbgl.gyp to gyp directory | Mike Morris | 2015-11-04 | 1 | -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 source | Lucas Wojciechowski | 2015-11-04 | 2 | -14/+35 | |
| | | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests | |||||
* | Force Bitcode in make ipackage | Minh Nguyễn | 2015-11-02 | 1 | -0/+2 | |
| | | | | `make ipackage` now performs a Bitcode-enabled archive build for devices. | |||||
* | [core] mason geojsonvt-2.1.6.3 | Mike Morris | 2015-11-02 | 7 | -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 xcpretty | Justin R. Miller | 2015-11-02 | 1 | -2/+2 | |
| | ||||||
* | [core] Remove bundled styles. | Leith Bade | 2015-10-30 | 6 | -18/+0 | |
| | | | | Fixes #2239 | |||||
* | [core] Fix gdb check for CI | John Firebaugh | 2015-10-27 | 1 | -1/+1 | |
| | ||||||
* | more explicitly name build configs & do Debug for sim/testing | Justin R. Miller | 2015-10-27 | 1 | -0/+3 | |
| | ||||||
* | [node] create `npm test` and `npm run test-suite` targets | Konstantin Käfer | 2015-10-26 | 3 | -0/+111 | |
| | ||||||
* | [node] include node headers in binding.gyp, undef libuv_cflags | Mike Morris | 2015-10-26 | 1 | -2/+2 | |
| | ||||||
* | [node] make task for building node via Xcode | Mike Morris | 2015-10-26 | 1 | -0/+14 | |
| | ||||||
* | [android] Move android files | Leith Bade | 2015-10-25 | 1 | -3/+3 | |
| | | | | Fixes #2032 | |||||
* | [android] [ios] [linux] [osx] Update many mason modules | Leith Bade | 2015-10-24 | 4 | -19/+19 | |
| | ||||||
* | [android] Fix TEXTREL dlopen error on Android 6.0 x86 | Leith Bade | 2015-10-24 | 1 | -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 Bade | 2015-10-23 | 1 | -1/+1 | |
| | | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740 | |||||
* | Fix path of mapbox-gl-test-suite render tests | Bryan Housel | 2015-10-16 | 1 | -3/+3 | |
| | ||||||
* | [core] bump libuv to 1.7.5 across all platforms | Mike Morris | 2015-10-14 | 5 | -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.0 | John Firebaugh | 2015-10-09 | 1 | -1/+1 | |
| | ||||||
* | Install nvm using recommended method | John Firebaugh | 2015-10-09 | 1 | -6/+1 | |
| | ||||||
* | [build] update appledoc install error URL | Jason Wray | 2015-10-08 | 1 | -1/+1 | |
| | ||||||
* | Install gtest from mason | John Firebaugh | 2015-10-02 | 2 | -0/+2 | |
| | ||||||
* | [ios] patch up iOS version-deducing scripts | Justin R. Miller | 2015-10-01 | 1 | -1/+1 | |
| | ||||||
* | Install RapidJSON from mason | John Firebaugh | 2015-10-01 | 4 | -0/+4 | |
| | ||||||
* | mason variant@1.0 | Mike Morris | 2015-09-30 | 4 | -0/+4 | |
| | ||||||
* | Merge branch 'android-curl' | Brad Leege | 2015-09-23 | 2 | -1/+3 | |
|\ | ||||||
| * | Restore libcurl HTTP on Android | Leith Bade | 2015-09-22 | 2 | -1/+3 | |
| | | ||||||
* | | Add Crashlytics NDK to Android | Leith Bade | 2015-09-23 | 1 | -10/+14 | |
|/ | | | | Closes #2107 | |||||
* | Revert "[node] Enable npm to build mapbox-gl-native package from source" | Lucas Wojciechowski | 2015-09-16 | 8 | -49/+23 | |
| | | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67. | |||||
* | [node] Enable npm to build mapbox-gl-native package from source | Lucas Wojciechowski | 2015-09-15 | 8 | -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.0 | Minh Nguyễn | 2015-09-15 | 1 | -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 Abinader | 2015-09-15 | 1 | -2/+4 | |
| | ||||||
* | fix typo in iOS script | Justin R. Miller | 2015-09-07 | 1 | -1/+1 | |
| | ||||||
* | Consolidate test-suite rendering harnesses (#2236) | John Firebaugh | 2015-09-04 | 6 | -46/+13 | |
| | ||||||
* | source scripts/linux/setup.sh in scripts/node/after_script.sh to | Mike Morris | 2015-09-02 | 1 | -0/+2 | |
| | | | | configure Mesa | |||||
* | set NODE_VERSION is after_script.sh | Mike Morris | 2015-09-02 | 1 | -0/+3 | |
| | ||||||
* | remove debug logging and whitespace [skip ci] | Mike Morris | 2015-09-01 | 1 | -1/+1 | |
| | ||||||
* | remove pushd/popd from scripts/node/run.sh, update license in package.json | Mike Morris | 2015-09-01 | 1 | -4/+0 | |
| | ||||||
* | move package.json and binding.gyp to root, drop tiles.tilejson | Mike Morris | 2015-09-01 | 1 | -8/+8 | |
| | ||||||
* | Fix NODE_PRE_GYP variable | John Firebaugh | 2015-08-31 | 1 | -1/+1 | |
| | | | | `cd` outputs the resulting directory, which is not what is desired here. | |||||
* | only assume ~/.nvm is a git repo if we clone it | Mike Morris | 2015-08-28 | 1 | -5/+5 | |
| |