summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-noexcept-move-constructor in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix modernize-return-braced-init-list errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-5/+4
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-072-4/+4
* Refactor tileCover to support lod tilesMikko Pulkki2020-04-065-19/+482
* [core] Move logging off the main threadJuha Alanen2020-04-011-6/+47
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-3012-125/+185
* [core] Fix bugprone-macro-parentheses errorsThiago Marcos P. Santos2020-03-301-4/+2
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-301-4/+6
* [core] Fix within meridian issuezmiao2020-03-261-1/+5
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-232-2/+2
* [core] Fix performance-inefficient-vector-operation errorsThiago Marcos P. Santos2020-03-231-0/+1
* Refactor within functionzmiao2020-03-191-3/+0
* [core] Using TileCoordinates for geometry comparisonzmiao2020-03-192-80/+32
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-051-0/+4
* [core] Fix within case when point is on polygon boundaryzmiao2020-03-051-0/+9
* [core] Fix Color serializationAlexander Shalamov2020-02-261-0/+11
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-212-0/+88
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-1/+0
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-212-76/+32
* [core] Move geometry within algorithm to utilzmiao2020-02-212-0/+162
* [core] Store SegmentVectors in ephemeral render objectsKonstantin Käfer2020-02-142-25/+0
* [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