summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use expected.hpp from mapbox-baseMikhail Pozdnyakov2019-11-087-1750/+1
|
* [build] update mapbox-baseJuha Alanen2019-10-281-0/+0
|
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-261-0/+1
|
* [build] Bump mapbox-baseMikhail Pozdnyakov2019-09-261-0/+0
|
* [build] updated earcut.hpp submodule filelangsmith2019-09-181-0/+0
|
* [build] Update mapbox-base versionJuha Alanen2019-09-181-0/+0
|
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-1717-98/+194
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-102-0/+1
|
* [core, ios, macos] SDK objects should hold weak pointers to the core style ↵Mikhail Pozdnyakov2019-09-092-1/+2
| | | | objects (#15539)
* [build] Update mapbox-base versionMikhail Pozdnyakov2019-09-021-0/+0
|
* [build] Use rapidjson from mapbox-baseMikhail Pozdnyakov2019-09-024-57/+36
|
* [build] Use pixelmatch-cpp from mapbox-baseMikhail Pozdnyakov2019-09-024-13/+1
|
* [build] Use filesystem from mapbox-baseMikhail Pozdnyakov2019-09-024-18/+6
|
* [build] Use args from mapbox-baseMikhail Pozdnyakov2019-09-023-13/+0
|
* [build] Use jni.hpp from mapbox-baseMikhail Pozdnyakov2019-09-024-39/+27
|
* [build] Use geojson.hpp from mapbox-baseMikhail Pozdnyakov2019-09-024-15/+3
|
* [build] Use kdbush.hpp from mapbox-baseMikhail Pozdnyakov2019-09-024-13/+1
|
* [build] Use supercluster.hpp from mapbox-baseMikhail Pozdnyakov2019-09-024-13/+1
|
* [build] Bump mapbox-base versionMikhail Pozdnyakov2019-09-022-22/+22
|
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-0/+0
| | | | | | | | | | * indroduce clusterProperty option for aggregation * remove unnecessary codes * update geojson_option conversion * fix reviewing findings
* [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
|