Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Add pixelmatch; use in annotation tests | John Firebaugh | 2015-11-25 | 1 | -0/+1 |
| | |||||
* | [node] enable npm to build mapbox-gl-native package from source | Lucas Wojciechowski | 2015-11-04 | 1 | -2/+9 |
| | | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests | ||||
* | [core] mason geojsonvt-2.1.6.3 | Mike Morris | 2015-11-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | - [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 | ||||
* | Install gtest from mason | John Firebaugh | 2015-10-02 | 1 | -0/+1 |
| | |||||
* | Install RapidJSON from mason | John Firebaugh | 2015-10-01 | 1 | -0/+1 |
| | |||||
* | mason variant@1.0 | Mike Morris | 2015-09-30 | 1 | -0/+1 |
| | |||||
* | Make build system architecture agnostic to remove Android special case | Konstantin Käfer | 2015-08-04 | 1 | -151/+56 |
| | |||||
* | use boost_program_options from mason | Konstantin Käfer | 2015-05-12 | 1 | -1/+6 |
| | |||||
* | use custom boost | Konstantin Käfer | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | build on Travis' sudo: false infrastructure | Konstantin Käfer | 2015-04-28 | 1 | -1/+2 |
| | |||||
* | Link with X11 explicitly | Thiago Marcos P. Santos | 2015-03-16 | 1 | -2/+2 |
| | | | | | | | | | We are using X11 symbols directly like XFree() so we need to link with it explicitly. Previously these symbols were being resolved somehow by libGL, but apparently they are now hidden - good - in the custom version we are using since 5e40f72b7. Fixes #1005. | ||||
* | scripts for running linux tests with docker | Konstantin Käfer | 2015-03-13 | 1 | -0/+14 |
| | |||||
* | fixes black flicker on rotating the device | Konstantin Käfer | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | fixes #838 instead of rendering ad libitum on the map thread, we are now driving rendering from the UI thread on iOS via the map.renderSync() function. There are still white bars during the rotation, but the general content of the view is kept visible. - upgrades GLFW to 3.1 - removes swapped/needsSwap in favor of a more explicit scheme - View#invalidate() now replaces View#swap() and is called whenever the View needs to trigger a rerender. GLFW and Android to this right away, while iOS goes back to the main thread and does the Map redrawing as part of the GLKView update - sets all iOS deployment targets to 7.0 - disables SQLite3 version check, since the library version changed on iOS 8.2 | ||||
* | Use libuv 1.4.0 for arm64 support | Leith Bade | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | dont set python gyp var | Mike Morris | 2015-02-10 | 1 | -1/+0 |
| | |||||
* | move config files to config/ folder | Konstantin Käfer | 2015-02-04 | 1 | -1/+14 |
| | |||||
* | cleanup makefiles | Konstantin Käfer | 2015-02-04 | 1 | -7/+8 |
| | |||||
* | make different abis for android | Konstantin Käfer | 2015-02-04 | 1 | -2/+0 |
| | |||||
* | refactor makefile | Konstantin Käfer | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | use fake linker for merging the standalone static library | Konstantin Käfer | 2015-02-04 | 1 | -2/+0 |
| | |||||
* | allow overriding configuration variables | Konstantin Käfer | 2015-02-04 | 1 | -26/+26 |
| | |||||
* | ensure pkg-config is found since mason depends on it for now | Dane Springmeyer | 2015-01-28 | 1 | -0/+6 |
| | |||||
* | Update android ABIs | Leith Bade | 2015-01-29 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-mason | Leith Bade | 2015-01-15 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/mbgl/shader/shader.cpp | ||||
| * | build against mason sqlite 3.8.6 | Mike Morris | 2015-01-13 | 1 | -1/+1 |
| | | |||||
| * | switch to a newer version of GLFW | Konstantin Käfer | 2014-12-03 | 1 | -1/+1 |
| | | | | | | | | refs #679 | ||||
* | | Use libnu 1.5.1 | Leith Bade | 2014-12-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-mason | Leith Bade | 2014-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-mason | Leith Bade | 2014-12-03 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | Conflicts: include/mbgl/map/map.hpp src/map/map.cpp | ||||
| * | update nunicode version to 1.5.1 | artemp | 2014-12-02 | 1 | -1/+1 |
| | | |||||
* | | Use new libnu version on Android | Leith Bade | 2014-11-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-mason | Leith Bade | 2014-11-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | update nunicode version | artemp | 2014-11-21 | 1 | -1/+1 |
| | | |||||
| * | add jpeg lib | artemp | 2014-11-07 | 1 | -14/+22 |
| | | |||||
* | | add jpeg lib | artemp | 2014-11-28 | 1 | -9/+18 |
| | | |||||
* | | Add libzip | Leith Bade | 2014-11-17 | 1 | -0/+7 |
| | | |||||
* | | Add missing libs to android | Leith Bade | 2014-11-05 | 1 | -0/+10 |
| | | |||||
* | | Use local boost | Leith Bade | 2014-11-04 | 1 | -1/+1 |
| | | |||||
* | | merge with master | Dane Springmeyer | 2014-11-03 | 1 | -8/+18 |
|\ \ | |/ | |||||
| * | Merge branch 'master' into nunicode | artemp | 2014-11-03 | 1 | -35/+7 |
| |\ | | | | | | | | | | | | | | | | Conflicts: configure styles | ||||
| * | | use nunicode for proper to_upper/to_lower string conversions | artemp | 2014-10-31 | 1 | -14/+24 |
| | | | |||||
* | | | mason-based android port | Dane Springmeyer | 2014-11-01 | 1 | -0/+6 |
| |/ |/| | |||||
* | | use a local version of mason instead of writing into ~/.mason | Konstantin Käfer | 2014-10-31 | 1 | -6/+1 |
| | | | | | | | | fixes #526 | ||||
* | | Merge branch 'master' into platform-image | Konstantin Käfer | 2014-10-31 | 1 | -24/+0 |
|\ \ | |||||
| * | | remove dependency on node | Konstantin Käfer | 2014-10-31 | 1 | -24/+0 |
| |/ | |||||
* | | use more modern libpng version instead of the system-provided one and fix ↵ | Konstantin Käfer | 2014-10-30 | 1 | -1/+1 |
| | | | | | | | | compile errors | ||||
* | | fix gyp project | Konstantin Käfer | 2014-10-30 | 1 | -7/+0 |
| | | |||||
* | | use CoreImage for decoding/encoding images on osx/ios | Konstantin Käfer | 2014-10-30 | 1 | -3/+12 |
|/ | |||||
* | curl static libs fixes for osx | Dane Springmeyer | 2014-10-29 | 1 | -0/+2 |
| | |||||
* | gyp fixes | Konstantin Käfer | 2014-10-28 | 1 | -7/+13 |
| |