summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* Add FreeCameraOptions to the Map classMikko Pulkki2020-05-021-0/+5
* Move vector types to a public headerMikko Pulkki2020-05-021-0/+13
* [core] Factored out default fontsMinh Nguyễn2020-04-241-0/+3
* [core] Add platform abstractions for utils::now()Thiago Marcos P. Santos2020-04-201-1/+3
* [core] Fix performance-noexcept-move-constructor in header filesThiago Marcos P. Santos2020-04-172-10/+6
* [core] Fix readability-container-size-empty errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-redundant-smartptr-get errors in header filesThiago Marcos P. Santos2020-04-171-3/+1
* [core] Fix readability-redundant-declaration errors in header filesThiago Marcos P. Santos2020-04-171-0/+4
* [core] Fix modernize-return-braced-init-list errors in header filesThiago Marcos P. Santos2020-04-173-15/+8
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-171-2/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-172-2/+2
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-2/+24
* [core] Move logging off the main threadJuha Alanen2020-04-011-1/+15
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-13/+4
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-231-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [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