Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Remove unused files | Thiago Marcos P. Santos | 2020-02-07 | 1 | -51/+0 |
| | | | | | Buck build is no longer needed, neither is the previous CMake buildsystem. | ||||
* | [build] Cosmetics on vendor packages | Thiago Marcos P. Santos | 2019-09-17 | 1 | -3/+3 |
| | | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files | ||||
* | [build] Use pixelmatch-cpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | [build] Use args from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | [core] Switch test build to googletest git submodule | Mikhail Pozdnyakov | 2019-08-01 | 1 | -3/+1 |
| | |||||
* | [core] refactor program object creation | Konstantin Käfer | 2019-05-28 | 1 | -0/+1 |
| | |||||
* | [build] generate header maps instead of -files.txt | Konstantin Käfer | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | [build] rework platform/default directory and add -files.txt for vendored libs | Konstantin Käfer | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | [build] use newer compiler versions for some builds | Konstantin Käfer | 2018-11-28 | 1 | -0/+2 |
| | |||||
* | [build] Add more vendor packages | Thiago Marcos P. Santos | 2018-11-16 | 1 | -2/+1 |
| | | | | | | * jni.hpp * cheap-ruler-cpp * pixelmatch-cpp | ||||
* | [build] Add vendored libboost | Thiago Marcos P. Santos | 2018-11-01 | 1 | -1/+0 |
| | | | | Custom extract made using bcp based on 1.65.1 | ||||
* | [build] Add build system for submodules | Thiago Marcos P. Santos | 2018-10-31 | 1 | -10/+5 |
| | | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build. | ||||
* | [build] add plain text file lists for iOS/macOS | Konstantin Käfer | 2018-08-23 | 1 | -0/+1 |
| | |||||
* | [build] use plain text files for file lists to simplify integration with ↵ | Konstantin Käfer | 2018-08-20 | 1 | -6/+3 |
| | | | | other build systems | ||||
* | [build] vendor Google Test | Konstantin Käfer | 2018-07-20 | 1 | -1/+3 |
| | |||||
* | [build] organize CMake targets in folders for IDEs | Konstantin Käfer | 2018-07-17 | 1 | -0/+2 |
| | |||||
* | [build] disable parts of the build that require node when WITH_NODEJS=OFF is set | Konstantin Käfer | 2018-05-24 | 1 | -0/+5 |
| | |||||
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -4/+0 |
| | | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c | ||||
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 1 | -1/+0 |
| | |||||
* | Initialize Xcode project build settings (#9777) | Anand Thakker | 2017-08-16 | 1 | -0/+2 |
| | |||||
* | [build] use CMake to generate Xcode schemes | Konstantin Käfer | 2017-07-06 | 1 | -0/+11 |
| | |||||
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 1 | -0/+1 |
| | |||||
* | [core, darwin] Object identity for MGLSource*, MGLStyleLayer* | John Firebaugh | 2017-04-13 | 1 | -0/+1 |
| | | | | All `MGLSource` pointers referencing the same logical source will now be object identical; similarly for `MGLStyleLayer`. | ||||
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 1 | -1/+0 |
| | |||||
* | [android] Move SDK files to separate target | Konstantin Käfer | 2017-03-28 | 1 | -3/+9 |
| | |||||
* | [core] Core tests and benchmarks are allowed to include via src | John Firebaugh | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | [build, ios, macos] Simplify version portion of user agent string | John Firebaugh | 2017-02-08 | 1 | -1/+0 |
| | | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency. | ||||
* | [core] Introduce gl::Program template | John Firebaugh | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | [build] Use mesa-13.0.0-glx in CI builds | Bruno de Oliveira Abinader | 2016-11-08 | 1 | -6/+0 |
| | |||||
* | [tests] Make it possible to disable tests on the CI | Thiago Marcos P. Santos | 2016-08-26 | 1 | -0/+6 |
| | | | | | Useful for tests that depend on a good network connection and you want to run manually. | ||||
* | [build] add CMake source groups to all targets | Konstantin Käfer | 2016-08-22 | 1 | -0/+2 |
| | |||||
* | [build] convert build-shaders script from Python to Node.js | Konstantin Käfer | 2016-08-16 | 1 | -3/+1 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -0/+35 |
This is very much a work in progress. |