summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Add hooks for setting experimental thread priorities for mbgl threadsAlexander Shalamov2020-02-062-2/+28
* [core] Fix GeoJSONVTData ownership and life cycleMikhail Pozdnyakov2020-01-091-0/+1
* [core] Refactoring transform state (#15956)zmiao2019-12-052-2/+2
* [core] Add Scheduler::scheduleAndReplyValue() APIMikhail Pozdnyakov2019-11-051-2/+2
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+3
* [core] Introduce SequencedScheduler and ParallelSchedulerMikhail Pozdnyakov2019-10-072-42/+73
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-042-7/+6
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-261-4/+1
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-261-4/+4
* [build] Move compression to platformThiago Marcos P. Santos2019-09-201-104/+0
* [core] Fix compilation failure caused by compilation warning for gcc 8Ming Li2019-09-121-2/+7
* [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)Aleksandar Stojiljkovic2019-08-233-13/+14
* [core][node] Serialize formatted expression's text-color optionAlexander Shalamov2019-08-151-0/+7
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-132-0/+10
* [core] Use constexpr map for verticalized punctiationAlexander Shalamov2019-08-131-2/+4
* [core] Fix int overflow issue in GridIndexAlexander Shalamov2019-07-302-16/+18
* [core] include Hiragana and Katakana glyph ranges to LocalGlyphRasterizerThiago Marcos P. Santos2019-06-281-1/+2
* [core] round color string's alpha to 2 decimal placesŁukasz Paczos2019-05-221-1/+1
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-221-0/+3
* [core] use unique IDs for DrawScopesKonstantin Käfer2019-05-153-1/+30
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-102-0/+86
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-292-45/+0
* [core] Updated script detection for Unicode 12.1Minh Nguyễn2019-04-171-2/+13
* [core] refactor ThreadLocal backendKonstantin Käfer2019-04-081-13/+25
* [core] clang-tidy fixesKonstantin Käfer2019-04-053-6/+4
* [core] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-052-139/+0
* [core] prefer static_cast for casts to derived classesKonstantin Käfer2019-04-051-2/+2
* [core] add generic base class for renderbuffersKonstantin Käfer2019-04-052-6/+5
* [core] gl::RenderbufferType -> gfx::RenderbufferPixelTypeKonstantin Käfer2019-04-052-4/+4
* [core] use constexpr string concatenation for uniform/attribute namesKonstantin Käfer2019-03-201-0/+67
* [core] remove gl/context.hpp from more files, cast where necessaryKonstantin Käfer2019-03-202-10/+9
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-0/+4
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-1/+1
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-122-5/+8
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-122-8/+8
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-0/+2
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-261-26/+41
* [build] Use the correct define on WindowsThiago Marcos P. Santos2019-02-192-2/+2
* [core] Updated script detection for Unicode 11Minh Nguyễn2019-01-071-0/+11
* [core] Remove fnv_hash.hppMikhail Pozdnyakov2018-12-201-11/+0
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-191-29/+1
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-0/+4
* [core] Change toLowerHex to produce lower hex sequencesAlexander Shalamov2018-11-071-1/+1
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-011-11/+0
* [core] address nitsKonstantin Käfer2018-10-231-2/+2
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-231-7/+55
* [core] remove special case for WindowsKonstantin Käfer2018-10-231-16/+0
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-235-2/+18
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-232-2/+29
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-232-5/+3