summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Follow-up on the platform integration callback PRThiago Marcos P. Santos2020-03-121-5/+6
* [core] Add a callback for platform RunLoop integrationThiago Marcos P. Santos2020-03-111-0/+12
* [core] Fix mbgl::Pass constructorMikhail Pozdnyakov2020-02-261-1/+1
* [core] Move mbgl::Pass and mbgl::PassRefPtr to a separate headerMikhail Pozdnyakov2020-02-261-0/+24
* [core] Fix Color serializationAlexander Shalamov2020-02-261-0/+1
* [core] Add hooks for setting experimental thread priorities for mbgl threadsAlexander Shalamov2020-02-061-15/+23
* [core] Add platform::setCurrentThreadPriority(double)Alexander Shalamov2020-02-061-0/+4
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-151-3/+3
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-0/+3
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-131-7/+2
* [core] Use expected.hpp from mapbox-baseMikhail Pozdnyakov2019-11-081-1/+1
* [core,android,darwin,qt] Add fields related to feature-stateJuha Alanen2019-10-281-1/+15
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-221-0/+24
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+2
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-041-6/+2
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-0/+10
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-261-5/+5
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-261-3/+0
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-253-14/+7
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-16/+4
* [core] Add feature state support to bucket classesJuha Alanen2019-09-181-0/+24
* [core] Add new types for feature statesJuha Alanen2019-09-181-0/+3
* [build] Fix clang format and tidy checksThiago Marcos P. Santos2019-09-172-5/+10
* [build] Mark explicitly visible symbolsThiago Marcos P. Santos2019-09-171-0/+21
* [build] Make the default styles part of GL NativeThiago Marcos P. Santos2019-09-171-0/+30
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-131-0/+33
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-101-34/+0
* [core][node] Serialize formatted expression's text-color optionAlexander Shalamov2019-08-151-0/+2
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-011-1/+1
* [core] Add number-format expressionJuha Alanen2019-06-271-0/+3
* [build] remove roundtrip through <experimental/optional> when using optionalKonstantin Käfer2019-06-121-1/+1
* [core] remove platform::show(Color)?DebugImageKonstantin Käfer2019-05-281-6/+0
* [core] limit thread's scope to release the Object before detaching the threadŁukasz Paczos2019-05-241-11/+15
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-221-0/+3
* [core] RenderLayer::render(PaintParameters, RenderSource*) -> render(PaintPar...Mikhail Pozdnyakov2019-05-221-0/+2
* [core] Define max cache size for ImageManagerAlexander Shalamov2019-05-211-0/+4
* [core] use unique IDs for DrawScopesKonstantin Käfer2019-05-151-1/+2
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-0/+3
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-1/+14
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-141-0/+1
* [core] peer must not wrap itselfMikhail Pozdnyakov2019-02-281-1/+3
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-88/+9
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-261-9/+4
* [core] Simplify mbgl::ImmutableMikhail Pozdnyakov2019-01-151-15/+5
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-121-0/+2
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-6/+9
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-011-3/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-0/+6
* [core] Avoid wrapping longitude values of exactly 180 and 360 (#12797) (#13006)Ryan Hamley2018-10-241-1/+1
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-231-37/+50