summaryrefslogtreecommitdiff
path: root/gyp/common.gypi
Commit message (Collapse)AuthorAgeFilesLines
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-1/+0
| | | | | | | | | | | | 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
* fix install scriptKonstantin Käfer2015-02-041-1/+0
|
* refactor makefileKonstantin Käfer2015-02-041-4/+1
|
* use fake linker for merging the standalone static libraryKonstantin Käfer2015-02-041-1/+1
|
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-2/+15
|
* move variables to their own fileKonstantin Käfer2015-02-041-28/+3
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-9/+34
|
* move ios-specific configuration to common.gypiKonstantin Käfer2015-02-041-1/+22
|
* add symbols to Release builds for easier debuggingKonstantin Käfer2015-02-041-2/+2
|
* Fix -W flags for boostLeith Bade2015-02-031-6/+1
| | | Fixes #801
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native into ↵Leith Bade2014-11-091-2/+12
|\ | | | | | | | | | | | | | | | | | | | | | | android-mason Conflicts: gyp/common.gypi include/mbgl/geometry/vao.hpp include/mbgl/platform/event.hpp include/mbgl/platform/gl.hpp platform/default/http_request_baton_curl.cpp src/storage/response.cpp
| * don't error on unused parametersKonstantin Käfer2014-11-061-1/+11
| |
| * add -Werror to os x as wellKonstantin Käfer2014-11-061-1/+1
| |
* | mason-based android portDane Springmeyer2014-11-011-0/+1
|/
* declare explicit MACOSX_DEPLOYMENT_TARGET - refs #529Dane Springmeyer2014-10-311-0/+1
|
* fix standalone_product_dir pathMike Morris2014-10-301-1/+1
|
* use stable cross-generator direction for referencing standalone lib + other ↵Dane Springmeyer2014-10-291-0/+1
| | | | minor fixups
* add -fPIC for static librariesKonstantin Käfer2014-10-271-0/+13
|
* allow installing the libraryKonstantin Käfer2014-10-271-0/+3
|
* make tests workKonstantin Käfer2014-10-241-0/+49