| Commit message (Expand) | Author | Age | Files | Lines |
* | [build] Refactor and simplify build system | John Firebaugh | 2016-04-07 | 25 | -1282/+0 |
* | [build] Fix libuv usage in OS X | Bruno de Oliveira Abinader | 2016-04-07 | 1 | -0/+8 |
* | [android] Do not use libuv | Thiago Marcos P. Santos | 2016-04-06 | 1 | -0/+8 |
* | [ios, osx] Compile http_request_nsurl.mm with ARC | John Firebaugh | 2016-04-05 | 1 | -1/+1 |
* | [core] fix various compilation issues | Konstantin Käfer | 2016-04-04 | 1 | -0/+1 |
* | [build] Remove more unused files | John Firebaugh | 2016-04-01 | 3 | -119/+0 |
* | [build] Remove install/standalone/mbgl-config build cruft | John Firebaugh | 2016-04-01 | 4 | -81/+0 |
* | [ios, osx] Replace libuv with native implementations | John Firebaugh | 2016-04-01 | 1 | -20/+24 |
* | [build] Factor out libuv-related build logic | John Firebaugh | 2016-04-01 | 5 | -22/+43 |
* | [ios, osx, linux] Remove unused "applicationRoot" function | John Firebaugh | 2016-03-31 | 3 | -3/+0 |
* | [ios] make unit tests work on iOS and iOS Simulator | Konstantin Käfer | 2016-03-22 | 3 | -0/+33 |
* | [core] split headless_view.cpp into implementation-specific files | Konstantin Käfer | 2016-03-22 | 4 | -0/+22 |
* | [ios, osx] Renamed MGLOfflineTask to MGLOfflinePack | Minh Nguyễn | 2016-03-10 | 2 | -4/+4 |
* | [ios, osx] Renamed offline classes | Minh Nguyễn | 2016-03-10 | 2 | -12/+12 |
* | [osx] Added OS X support for offline downloads | Minh Nguyễn | 2016-03-10 | 2 | -12/+18 |
* | [ios] Implemented offline API in iOS SDK | Minh Nguyễn | 2016-03-10 | 1 | -1/+6 |
* | [android] Add jni.hpp headers to build | John Firebaugh | 2016-03-04 | 1 | -0/+1 |
* | Introduce MGLLocation Manager | Jesse Bounds | 2016-02-26 | 1 | -0/+2 |
* | [ios] Introduce API Client | Jesse Bounds | 2016-02-24 | 1 | -0/+2 |
* | [gyp] Check for gyp variable conditions on OS X | Bruno de Oliveira Abinader | 2016-02-21 | 1 | -3/+6 |
* | [gyp] Use variant compiler flags when needed | Bruno de Oliveira Abinader | 2016-02-21 | 6 | -2/+5 |
* | [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1 | Bruno de Oliveira Abinader | 2016-02-21 | 1 | -33/+42 |
* | [tests] Use ENABLE_COVERAGE=1 envvar to enable coverage | Bruno de Oliveira Abinader | 2016-02-19 | 1 | -6/+15 |
* | [osx] Enable coverage support for debug build | Bruno de Oliveira Abinader | 2016-02-18 | 1 | -1/+3 |
* | [linux] Enable coverage support for debug build | Bruno de Oliveira Abinader | 2016-02-18 | 1 | -1/+12 |
* | [ios, osx] Consolidate remaining files in platform/{ios,osx} | John Firebaugh | 2016-02-12 | 4 | -53/+53 |
* | [build] Build `offline` smoke test for Linux | Thiago Marcos P. Santos | 2016-02-11 | 1 | -0/+1 |
* | [android][ios][core] - #2421 Moving Mapbox PROD and TEST certificates to comm... | Brad Leege | 2016-02-10 | 1 | -0/+1 |
* | Add binary for smoke-testing offline downloads | John Firebaugh | 2016-02-10 | 1 | -0/+1 |
* | [core] Interface and implementation for offline | John Firebaugh | 2016-02-10 | 4 | -0/+20 |
* | [core] Reimplement existing caching within an offline-capable database schema | John Firebaugh | 2016-02-10 | 4 | -4/+12 |
* | [all] Make #include <mapbox/variant.hpp> universally accessible | John Firebaugh | 2016-02-04 | 5 | -5/+2 |
* | [ios] Converted iOS SDK into dynamic framework | Minh Nguyễn | 2016-01-22 | 2 | -34/+18 |
* | [build] replace jpeg library with libjpeg-turbo | Konstantin Käfer | 2016-01-22 | 2 | -6/+6 |
* | Revert "Revert WebP support due to broken builds" | Bruno de Oliveira Abinader | 2016-01-20 | 1 | -0/+4 |
* | Revert WebP support due to broken builds | John Firebaugh | 2016-01-19 | 1 | -4/+0 |
* | [linux] Added WebP tile support | Bruno de Oliveira Abinader | 2016-01-19 | 1 | -0/+1 |
* | [linux] Added WebP build deps | Bruno de Oliveira Abinader | 2016-01-19 | 1 | -0/+3 |
* | [core] Eliminate platform::assetRoot() | John Firebaugh | 2016-01-13 | 4 | -4/+0 |
* | [core] Simplify asset:// implementation | John Firebaugh | 2016-01-13 | 2 | -2/+2 |
* | [ios] Refined custom callout view support | Minh Nguyễn | 2016-01-06 | 1 | -3/+3 |
* | [ios] expose custom callout api, wrap around SMCalloutView class | Romain Quidet | 2016-01-06 | 1 | -0/+3 |
* | [osx] Unit tests | Minh Nguyễn | 2015-12-24 | 1 | -0/+1 |
* | [ios] Add SQLite, zlib linker flags | Minh Nguyễn | 2015-12-22 | 1 | -0/+2 |
* | [core] Merge SQLiteCache into the platform library | John Firebaugh | 2015-12-22 | 8 | -64/+36 |
* | [core] Move OnlineFileSource to platform | John Firebaugh | 2015-12-22 | 4 | -0/+8 |
* | [ios] Move source to src folder, matching osx | John Firebaugh | 2015-12-17 | 1 | -17/+17 |
* | [android] Simplify structure for native files | John Firebaugh | 2015-12-16 | 2 | -5/+3 |
* | Revert "Revert "[ios] Custom style layer"" | Minh Nguyễn | 2015-12-16 | 1 | -0/+1 |
* | [android] Move includes to platform subdirectory | John Firebaugh | 2015-12-16 | 2 | -0/+2 |