summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* [core] Switch test build to googletest git submoduleMikhail Pozdnyakov2019-08-0136-31728/+16
|
* [core] Add googletest git submoduleMikhail Pozdnyakov2019-08-011-0/+0
|
* [build] Use mapbox-base optionalBruno de Oliveira Abinader2019-07-295-13/+1
|
* [build] Replace geometry.hpp/variant with mapbox-baseBruno de Oliveira Abinader2019-07-268-45/+28
|
* [core] Added vendor/filesystemBruno de Oliveira Abinader2019-06-253-0/+18
|
* [build] Update boost vendor moduleBruno de Oliveira Abinader2019-06-252-0/+5
|
* [build] Added vendor/mapbox-gl-stylesBruno de Oliveira Abinader2019-06-251-0/+0
|
* [build] Added vendor/mvt-fixturesBruno de Oliveira Abinader2019-06-251-0/+0
|
* [build] remove roundtrip through <experimental/optional> when using optionalKonstantin Käfer2019-06-123-1/+9
|
* [core] Update to variant 1.1.6 (#14513)Julian Rex2019-04-302-0/+1
|
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵Julian Rex2019-03-271-7/+3
| | | | (#14241)
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-253-0/+13
|
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-132-687/+95
|
* [core] Silence -Wshorten-64-to-32 in icu targetJason Wray2019-02-141-0/+1
|
* [build] use optional polyfill on Android, and upgrade to NDK r19Konstantin Käfer2019-01-211-4/+3
| | | | <experimental/optional> is not available anymore in newer STL versions, e.g. according to libc++'s TS deprecation policy: https://libcxx.llvm.org/TS_deprecation.html
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-0945-5549/+4776
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-1423-0/+5549
|
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-042-0/+5
|
* [build] use GLFW as a submodule and update to most recent versionKonstantin Käfer2018-11-212-0/+24
| | | | this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave
* [build] Add more vendor packagesThiago Marcos P. Santos2018-11-166-0/+16
| | | | | | * jni.hpp * cheap-ruler-cpp * pixelmatch-cpp
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-136-0/+0
|
* [core] Vendor libbenchmarkAlexander Shalamov2018-11-082-0/+25
| | | | | | | | 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-012-0/+5
| | | | Custom extract made using bcp based on 1.65.1
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-3118-0/+151
| | | | | | | | | 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 dependencies as submodulesThiago Marcos P. Santos2018-10-3115-0/+0
| | | | | Do not use mason and build offline. These are header only deps.
* [core, test] Add BiDi unit testChris Loer2018-10-151-2/+2
| | | | | | - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
* [build] use vendored version of ICUKonstantin Käfer2018-09-052-0/+70
|
* [build] vendor the parts of ICU we needAnonymous2018-09-0570-0/+48636
|
* [build] use vendored SQLite for LTO benefits + custom compile flagsKonstantin Käfer2018-09-052-0/+3
|
* [build] add vendored copy of SQLiteAnonymous2018-09-052-0/+223298
|
* [build] vendor std::expected polyfillKonstantin Käfer2018-08-144-0/+1733
|
* [build] vendor Google TestKonstantin Käfer2018-07-2035-0/+31728
|
* [core, vendor] Create vendored nunicode 1.8.Chris Loer2018-07-0328-0/+12048
- Version bump to 1.8 necessary for "unaccent" functionality - Qt now depends on nunicode, ruling out use of precompiled binaries