| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] use #pragma once instead of ifdef include guards | Konstantin Käfer | 2016-05-25 | 2 | -11/+5 |
* | [build] Restrict C++11 ABI check script for Linux | Bruno de Oliveira Abinader | 2016-05-24 | 1 | -0/+5 |
* | [build] Inline main.mk Android targets into Makefile | John Firebaugh | 2016-05-23 | 1 | -66/+0 |
* | [build] Inline main.mk linux and qt targets into Makefile | John Firebaugh | 2016-05-23 | 1 | -58/+0 |
* | [build] Inline main.mk node targets into Makefile | John Firebaugh | 2016-05-23 | 1 | -25/+0 |
* | [build] Simplify control flow in main.mk | John Firebaugh | 2016-05-23 | 1 | -44/+29 |
* | [build] Remove unnecessary exported variables | John Firebaugh | 2016-05-23 | 1 | -8/+8 |
* | [build] Avoid variable name coupling between main.mk and configure | John Firebaugh | 2016-05-23 | 1 | -27/+25 |
* | [build] Avoid variable name coupling between main.mk and clang-tidy.sh | John Firebaugh | 2016-05-23 | 2 | -2/+4 |
* | [build] Avoid variable name coupling between main.mk and collect-coverage.sh | John Firebaugh | 2016-05-23 | 2 | -9/+11 |
* | [build] Avoid variable name coupling between main.mk and configure.sh | John Firebaugh | 2016-05-23 | 1 | -1/+0 |
* | [build] Fix broken build on OSX | Thiago Marcos P. Santos | 2016-05-10 | 1 | -1/+0 |
* | [Qt] Use C++11 ABI packages | Thiago Marcos P. Santos | 2016-05-10 | 3 | -0/+16 |
* | [build] Fix parallel 'make linux' call | Bruno de Oliveira Abinader | 2016-05-04 | 1 | -0/+1 |
* | [build] Move Qt version define to configure.sh | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -3/+0 |
* | [Qt] Added qt-qml-app example | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -0/+3 |
* | [Qt] Added QQuickMapboxGL{,Renderer} | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -0/+3 |
* | [Qt] Add toolchain support | Thiago Marcos P. Santos | 2016-04-25 | 1 | -24/+31 |
* | [test] Run with --gtest_catch_exceptions=0 | John Firebaugh | 2016-04-22 | 1 | -1/+1 |
* | [Qt] Build the Qt port | Thiago Marcos P. Santos | 2016-04-20 | 1 | -0/+17 |
* | [ios, osx] Eliminate use of main.mk | John Firebaugh | 2016-04-19 | 1 | -17/+0 |
* | [build] Use `which` instead of `command` | Thiago Marcos P. Santos | 2016-04-18 | 1 | -1/+1 |
* | [build] Make `run-glfw-app` not working on Linux | Thiago Marcos P. Santos | 2016-04-18 | 1 | -2/+2 |
* | [ios] Moved SDK from gyp into Xcode project | Minh Nguyễn | 2016-04-16 | 2 | -0/+22 |
* | [ios, osx] The return of xcpretty, part II (#4676) | John Firebaugh | 2016-04-11 | 1 | -2/+2 |
* | [build] Refactor and simplify build system | John Firebaugh | 2016-04-07 | 8 | -227/+135 |
* | [core] fix various compilation issues | Konstantin Käfer | 2016-04-04 | 1 | -3/+3 |
* | [build] Fix/simplify ios, isim, and ibench targets | John Firebaugh | 2016-04-04 | 1 | -2/+3 |
* | [ios, osx] Replace libuv with native implementations | John Firebaugh | 2016-04-01 | 1 | -0/+2 |
* | [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1 | Bruno de Oliveira Abinader | 2016-02-21 | 1 | -5/+1 |
* | [tests] Upload coverage reports to coveralls.io | Bruno de Oliveira Abinader | 2016-02-20 | 2 | -0/+40 |
* | [tests] Use ENABLE_COVERAGE=1 envvar to enable coverage | Bruno de Oliveira Abinader | 2016-02-19 | 2 | -0/+10 |
* | [tests] Added coverage report target 'check' | Bruno de Oliveira Abinader | 2016-02-18 | 2 | -0/+64 |
* | [ios, osx] Consolidate remaining files in platform/{ios,osx} | John Firebaugh | 2016-02-12 | 1 | -3/+3 |
* | [build] Build `offline` smoke test for Linux | Thiago Marcos P. Santos | 2016-02-11 | 1 | -0/+1 |
* | [core] move platform/gl.hpp to gl/gl.hpp | Konstantin Käfer | 2016-02-08 | 1 | -1/+1 |
* | [core] Fix typo in version-specific host defaults path | Bruno de Oliveira Abinader | 2015-12-23 | 1 | -1/+1 |
* | [core] Fix build script paths | Bruno de Oliveira Abinader | 2015-12-23 | 1 | -4/+4 |
* | [core] Merge SQLiteCache into the platform library | John Firebaugh | 2015-12-22 | 1 | -2/+1 |
* | [ios, osx] Drop xcpretty | John Firebaugh | 2015-12-21 | 2 | -7/+2 |
* | Move platform scripts into platforms | John Firebaugh | 2015-12-16 | 41 | -1195/+7 |
* | [android] Move into platform subdirectory | John Firebaugh | 2015-12-16 | 1 | -3/+3 |
* | [osx] Only build osxapp on Travis | Minh Nguyễn | 2015-12-15 | 1 | -6/+0 |
* | [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VT | Konstantin Käfer | 2015-12-14 | 4 | -4/+4 |
* | [ios] Strip OS X–specific APIs from iOS documentation | Minh Nguyễn | 2015-12-13 | 1 | -0/+4 |
* | [osx] Align build settings with Xcode framework project template | Minh Nguyễn | 2015-12-13 | 1 | -2/+4 |
* | [osx] Moved Mapbox.{h,m} into framework proper; set version variables | Minh Nguyễn | 2015-12-13 | 1 | -15/+2 |
* | [osx] Build framework based on static library | Minh Nguyễn | 2015-12-13 | 1 | -31/+21 |
* | [osx] Rewrote platform-osx and osxapp | Minh Nguyễn | 2015-12-13 | 3 | -0/+87 |
* | [test] update test suite to include more comprehensive GeoJSON tests | Konstantin Käfer | 2015-12-11 | 4 | -4/+4 |