summaryrefslogtreecommitdiff
path: root/cmake/vendor.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] Update mapbox-base versionMikhail Pozdnyakov2019-09-021-11/+0
|
* [build] Exclude mapbox-base targest from default buildMikhail Pozdnyakov2019-09-021-1/+1
|
* [build] Use rapidjson from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+11
|
* [build] Use pixelmatch-cpp from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use filesystem from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use args from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use jni.hpp from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use geojson.hpp from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use kdbush.hpp from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use supercluster.hpp from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [core] Switch test build to googletest git submoduleMikhail Pozdnyakov2019-08-011-0/+1
|
* [build] Do not include mapbox-base if target already existsBruno de Oliveira Abinader2019-07-301-1/+3
|
* [build] Use mapbox-base optionalBruno de Oliveira Abinader2019-07-291-1/+0
|
* [build] Replace geometry.hpp/variant with mapbox-baseBruno de Oliveira Abinader2019-07-261-2/+2
|
* [core] Added vendor/filesystemBruno de Oliveira Abinader2019-06-251-0/+1
|
* [core] refactor program object creationKonstantin Käfer2019-05-281-1/+1
|
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-251-0/+1
|
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-041-0/+1
|
* [build] use GLFW as a submodule and update to most recent versionKonstantin Käfer2018-11-211-0/+4
| | | | this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave
* [build] Add more vendor packagesThiago Marcos P. Santos2018-11-161-0/+3
| | | | | | * jni.hpp * cheap-ruler-cpp * pixelmatch-cpp
* [core] Vendor libbenchmarkAlexander Shalamov2018-11-081-0/+1
| | | | | | | | Prebuilt binaries for libbenchmark might be incompatible with some environments, for example, when mbgl-benchmark target is compiled on host with GCC and linked against mason's clang 5.0 compiled binaries. Vendored libbenchmark avoids aforementioned issue, as the target and the binary compiled with same compiler / options.
* [build] Add vendored libboostThiago Marcos P. Santos2018-11-011-0/+1
| | | | Custom extract made using bcp based on 1.65.1
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-0/+23
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.