summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] allow logging error codes and formatting strings at the same timeKonstantin Käfer2018-06-121-2/+8
* [test] standardize on database file name and move I/O functions to utilKonstantin Käfer2018-06-122-4/+21
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-043-3/+4
* [android] - remove mips and armeabi as supported ABIsTobrun2018-05-221-0/+1
* [core] Use std::ios::binary format in std::ifstreamBruno de Oliveira Abinader2018-05-221-2/+2
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-182-3/+13
* [core] Remove unused 'Throttler' class.Chris Loer2018-04-302-58/+0
* [core] Port is-supported-script to native.Chris Loer2018-04-272-2/+37
* [core] fix circle querying for scale and alignmentChris Loer2018-04-262-2/+8
* [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-264-25/+558
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-4/+18
|\
| * [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-301-4/+18
| * [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-02-201-20/+40
* | [qt] Fix Qt build on MinGWThiago Marcos P. Santos2018-03-071-1/+1
* | [core] Fix build with Qt + Android + GCC 4.9Thiago Marcos P. Santos2018-02-261-1/+1
* | [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-02-191-20/+40
|/
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-152-11/+17
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-1/+1
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-091-3/+3
* [windows][core] Use Qt's own zlib on WindowsThiago Marcos P. Santos2018-01-081-0/+4
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-081-0/+1
* [ios] Ignore Boost's 'implicit conversion loses integer precision' warningBruno de Oliveira Abinader2018-01-081-0/+3
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-052-0/+129
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-112-0/+9
* [core] C++ port of TinySDFChris Loer2017-12-112-0/+125
* [core] Skip fade animation for placed symbols that are currently offscreen.Chris Loer2017-11-171-1/+1
* [core] Cleanup in response to review commentsChris Loer2017-11-171-5/+4
* [core] Add circle geometries to GridIndex.Chris Loer2017-11-172-51/+338
* [gcc4.9] Keep compatibility with GCC + AndroidThiago Marcos P. Santos2017-10-311-2/+2
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-164-8/+8
* [core] Fix out-of-bounds array accessAsheem Mamoowala2017-10-121-1/+1
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+2
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-18/+23
* Fix platform dependent number type `unsigned long` -> `uint64_t`Asheem Mamoowala2017-09-202-3/+3
* [core] Rename for clarity: ActiveTexture → ActiveTextureUnitJohn Firebaugh2017-09-111-1/+1
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-0/+24
* [core] Remove debug::renderTreeLauren Budorick2017-09-071-2/+0
* [core] make thread.hpp publicIvo van Dongen2017-08-301-163/+0
* [core] Add optional type template parameter to util::unit, so that it doesn't...Chris Loer2017-08-251-2/+2
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-071-1/+1
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-4/+3
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-262-0/+4
* [Qt] Rename files with same nameThiago Marcos P. Santos2017-07-191-0/+0
* [core] fix undefined behavior for division through 0Konstantin Käfer2017-07-171-0/+13
* [core] Use gmtime_s on WindowsThiago Marcos P. Santos2017-07-121-2/+9
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-07-122-1/+14
* [core] Prefer std:: functions over POSIXThiago Marcos P. Santos2017-07-121-4/+2
* [core] fix transformMat4Ansis Brammanis2017-07-111-4/+5
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-34/+10
* [core] Updated script detection for Unicode 10Minh Nguyễn2017-07-061-2/+14