summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-5/+14
| | | | | | | | | | | | 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
* build the BUILDTYPE with gradle as wellKonstantin Käfer2015-03-121-2/+2
|
* #978 - Creating `android-project` task as an alias for `android-lib` to ↵Brad Leege2015-03-111-0/+1
| | | | mirror `iproj` functionality
* #978 - Changing `gradle build` to `gradle assembleRelease` for `make android`Brad Leege2015-03-111-2/+2
|
* update static image rendering executableKonstantin Käfer2015-03-061-0/+10
|
* checkout styles submodule when building makefilesKonstantin Käfer2015-03-041-10/+13
| | | | fixes #852
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-0/+3
|
* #826 - Updating make clean command to use new MapboxGLAndroidSDK and ↵Brad Leege2015-02-111-2/+2
| | | | MapboxGLAndroidSDKTestApp module / directory names
* #826 - Adding make command to build GL core, assemble .aar, and publish to ↵Brad Leege2015-02-111-0/+4
| | | | Maven Central
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-091-7/+12
|
* move config files to config/ folderKonstantin Käfer2015-02-041-106/+24
|
* don't use -schema for building xcode projectsKonstantin Käfer2015-02-041-4/+4
|
* cleanup makefilesKonstantin Käfer2015-02-041-161/+202
|
* restore PREFIX defaultMike Morris2015-02-041-1/+2
|
* make different abis for androidKonstantin Käfer2015-02-041-71/+79
|
* fix install scriptKonstantin Käfer2015-02-041-1/+1
|
* define install_prefix in CONFIG_STRINGMike Morris2015-02-041-0/+1
|
* refactor makefileKonstantin Käfer2015-02-041-53/+108
|
* use fake linker for merging the standalone static libraryKonstantin Käfer2015-02-041-13/+9
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-2/+2
|
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-2/+1
|
* fixes for linuxKonstantin Käfer2015-02-041-2/+0
|
* rearrange tests and make more robustKonstantin Käfer2015-02-041-1/+1
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-3/+5
|
* Strip android libs to reduce sizeLeith Bade2015-01-291-0/+1
|
* Use seperate build dir for each ABILeith Bade2015-01-291-3/+3
|
* Update android ABIsLeith Bade2015-01-291-17/+14
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-221-7/+13
|\
| * simplify clear_sqlite_cacheMike Morris2015-01-211-8/+2
| |
| * syntax fixesMike Morris2015-01-211-3/+3
| |
| * clear sqlite cacheMike Morris2015-01-211-5/+15
| |
| * only run clear_xcode_cache on OS XMike Morris2015-01-211-0/+2
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-151-9/+14
|\ \ | |/ | | | | | | Conflicts: src/mbgl/shader/shader.cpp
| * fix hard tabs in Makefile so clear_xcode_cache task actually runs, remove ↵Mike Morris2015-01-131-9/+14
| | | | | | | | cache.db in Application Support if it exists
* | Handle JOBS not being setLeith Bade2014-12-311-0/+1
| |
* | Use two cores for gradleLeith Bade2014-12-261-1/+1
| |
* | Use two coresLeith Bade2014-12-261-1/+1
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-0/+15
|\ \ | |/ | | | | | | | | | | Conflicts: Makefile platform/default/headless_view.cpp src/mbgl/map/map.cpp
| * add xcode project for render cli utilKonstantin Käfer2014-12-111-1/+8
| |
| * add cli tool for rendering a map to an imageKonstantin Käfer2014-12-111-0/+8
| |
* | Use testmunk in travisLeith Bade2014-11-221-0/+1
| |
* | Revert "Travis needs submodules too"Leith Bade2014-11-151-1/+0
| | | | | | | | This reverts commit d1389cc7ec5a687021be3bed13a14d46886b8c74.
* | Travis needs submodules tooLeith Bade2014-11-141-0/+1
| |
* | Revert "Ensure error when the styles submodule is not loaded"Justin R. Miller2014-11-131-1/+0
| | | | | | | | This reverts commit 14714a1088583ef7f28f6b80e54be7f3031549bc.
* | Revert "Fix Makefile"Justin R. Miller2014-11-131-1/+1
| | | | | | | | This reverts commit 990be6743f07411e6bc89f010f9dc64587b44e97.
* | Fix MakefileLeith Bade2014-11-141-1/+1
| |
* | Ensure error when the styles submodule is not loadedLeith Bade2014-11-131-0/+1
| |
* | Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native into ↵Leith Bade2014-11-091-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 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
| * fix boost includes and allow any platform builds for xcode test projectKonstantin Käfer2014-11-051-1/+1
| |
* | Stop file not found error in MakefileLeith Bade2014-11-081-0/+1
| | | | | | | | | | Update JNI methods Tiny up Java