Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] remove .travis.yml to avoid triggering builds that we don't use | Konstantin Käfer | 2017-07-06 | 1 | -8/+0 |
| | |||||
* | [build] Switch from Travis CI to CircleCI | Bruno de Oliveira Abinader | 2017-06-22 | 1 | -238/+2 |
| | |||||
* | [build] Unbreak Travis | John Firebaugh | 2017-06-21 | 1 | -0/+2 |
| | |||||
* | [build] Use gdb 2017-04-08-aebcde5 | Bruno de Oliveira Abinader | 2017-05-17 | 1 | -3/+3 |
| | |||||
* | [build] Rotate AWS credentials | John Firebaugh | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | [build] Don't run Travis 'check' build on master | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -0/+3 |
| | |||||
* | [build] Explicitely set Clang as compiler in 'check' Travis CI build | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+4 |
| | |||||
* | [node] start publishing both release+debug builds (#8865) | Dane Springmeyer | 2017-05-04 | 1 | -0/+4 |
| | |||||
* | Add support for node v6 (#8884) | Bobby Sudekum | 2017-05-04 | 1 | -7/+36 |
| | |||||
* | [build] Autodetect Qt{4,5} | Bruno de Oliveira Abinader | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | [linux, node] Build with clang 3.9 | John Firebaugh | 2017-03-09 | 1 | -16/+16 |
| | |||||
* | [Qt] Remove the QML app | Thiago Marcos P. Santos | 2017-03-06 | 1 | -1/+0 |
| | | | | | We are now on Qt 5.9 and this is where the plugin will be developed from now on. | ||||
* | [core] Log Memory.Footprint test results (#8170) | Anand Thakker | 2017-02-28 | 1 | -1/+2 |
| | | | | | | * Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc | ||||
* | [Qt] Document QMapbox + qdoc fixes | Bruno de Oliveira Abinader | 2017-02-22 | 1 | -0/+1 |
| | |||||
* | [node] Run test with logbt | John Firebaugh | 2017-02-09 | 1 | -2/+4 |
| | |||||
* | [build] Remove Mason submodule in favor of CMake mason | Konstantin Käfer | 2017-02-08 | 1 | -4/+2 |
| | |||||
* | [tests] Exclude test that causes valgrind assertion failure | John Firebaugh | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | [node] awscli doesn't support globs | John Firebaugh | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | [node] Run tests under apitrace | John Firebaugh | 2017-01-31 | 1 | -2/+8 |
| | | | | This may help diagnose the intermittent CI failures. | ||||
* | [build] Revert checking codestyle in CI | John Firebaugh | 2017-01-27 | 1 | -1/+0 |
| | |||||
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -0/+1 |
| | |||||
* | [linux] Remove unnecessary rows from Travis CI matrix | John Firebaugh | 2017-01-23 | 1 | -24/+0 |
| | | | | Building a debug build with both GCC and clang is sufficient. | ||||
* | [linux] mesa 13.0.3 | John Firebaugh | 2017-01-23 | 1 | -3/+8 |
| | |||||
* | [build] Update Travis Qt{4,5} bot dependencies | Bruno de Oliveira Abinader | 2017-01-23 | 1 | -2/+2 |
| | |||||
* | [Qt] Enable WITH_QT_I18N=1 on a bot to make sure it doesn't break | Thiago Marcos P. Santos | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | [build] Replace OSMesa Tracis CI with EGL | Bruno de Oliveira Abinader | 2017-01-19 | 1 | -33/+23 |
| | |||||
* | [build] Added EGL & GLX CI builds | Bruno de Oliveira Abinader | 2016-11-17 | 1 | -39/+85 |
| | |||||
* | [node] publish Node.js Linux binaries with GLX | Mike Morris | 2016-11-15 | 1 | -6/+22 |
| | | | | run test suite with OSMesa in Debug | ||||
* | [build] add binary size logging to Linux Release builds | Konstantin Käfer | 2016-11-15 | 1 | -0/+2 |
| | |||||
* | [core] Bump standard library to libstdc++5-dev and clang version to 3.8. (#6991) | Chris Loer | 2016-11-11 | 1 | -18/+18 |
| | | | [core] Bump standard library to libstdc++5-dev and clang version to 3.8. | ||||
* | [build] Use mesa-13.0.0-glx in CI builds | Bruno de Oliveira Abinader | 2016-11-08 | 1 | -2/+2 |
| | |||||
* | [linux] Use OSMesa when running Node tests | Bruno de Oliveira Abinader | 2016-11-04 | 1 | -16/+16 |
| | |||||
* | [linux] Update target headless backends | Bruno de Oliveira Abinader | 2016-11-04 | 1 | -3/+2 |
| | | | | | | | Enable OSMesa backend via WITH_OSMESA=1 envvar. OSMesa backend uses Gallium OSMesa implementation, which uses LLVMpipe as default driver. | ||||
* | [build] Replace 'tidy' with 'check' | Bruno de Oliveira Abinader | 2016-11-04 | 1 | -3/+4 |
| | |||||
* | [build] Re-add benchmark tests to the buildsystem | Thiago Marcos P. Santos | 2016-10-05 | 1 | -0/+1 |
| | | | | Probably lost on the cmake migration | ||||
* | [node] fix bad conditional, actually run tests | Mike Morris | 2016-09-23 | 1 | -5/+5 |
| | |||||
* | [Qt] Add mesa to the library path | Thiago Marcos P. Santos | 2016-08-22 | 1 | -1/+3 |
| | | | | | Qt 5 gets confused with fglrx that is installed by default on Travis trusty bots. This way we force both Qt and Xvfb to load on mesa drivers. | ||||
* | [build] use cmake script bundled with Mason | Konstantin Käfer | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | [build] fix various CI builds | Konstantin Käfer | 2016-08-05 | 1 | -2/+1 |
| | |||||
* | [build] Re-enable coverage run | Bruno de Oliveira Abinader | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | [build] Re-enable Qt bots | Thiago Marcos P. Santos | 2016-08-05 | 1 | -23/+24 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -33/+36 |
| | | | | This is very much a work in progress. | ||||
* | [node] build and publish Node.js binaries with BUILDTYPE=Release | Bruno de Oliveira Abinader | 2016-08-01 | 1 | -2/+6 |
| | | | | Skip tests when publishing binaries and skip publishing render test results when those tests don't run. | ||||
* | [node] Switch Travis bot to debug mode | Bruno de Oliveira Abinader | 2016-07-20 | 1 | -3/+3 |
| | |||||
* | [tests] Run memory tests on travis | Thiago Marcos P. Santos | 2016-06-21 | 1 | -4/+5 |
| | | | | | | Qt4 will run tests with libjemalloc.so. The Memory.Footprint and the Memory.Fragmentation will only run with libjemalloc.so because we have then a better control over the results. | ||||
* | [tidy] Switched to Travis CI | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -0/+11 |
| | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341. | ||||
* | [android] #5291 - Fixing merge error for .travis.yml | Brad Leege | 2016-06-09 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Brad Leege | 2016-06-09 | 1 | -5/+8 |
|\ | |||||
| * | [Qt][build] Run Qt valgrind test on the bots | Thiago Marcos P. Santos | 2016-06-09 | 1 | -5/+8 |
| | | |||||
* | | Merge branch 'release-android-v4.1.0' | Brad Leege | 2016-06-09 | 1 | -3/+0 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/BaseMarkerViewOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerViewManager.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/NativeMapView.java # platform/android/src/jni.cpp # src/mbgl/geometry/buffer.hpp # src/mbgl/geometry/glyph_atlas.cpp # src/mbgl/geometry/glyph_atlas.hpp # src/mbgl/geometry/line_atlas.cpp # src/mbgl/geometry/vao.cpp # src/mbgl/gl/gl_object_store.cpp # src/mbgl/gl/gl_object_store.hpp # src/mbgl/renderer/frame_history.cpp # src/mbgl/shader/shader.cpp # src/mbgl/sprite/sprite_atlas.cpp # src/mbgl/sprite/sprite_atlas.hpp # src/mbgl/text/glyph_pbf.hpp |