summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-2/+3
* [windows, qt] fix windows compiler errors, remove tao + tuple polyfillMolly Lloyd2018-08-312-24/+14
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-2/+3
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-311-2/+26
* [core] simplify attribute/location typesKonstantin Käfer2018-08-311-0/+3
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-0/+7
* [build] vendor std::expected polyfillKonstantin Käfer2018-08-141-0/+16
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-082-271/+111
* [core] Harden Projection::project()Bruno de Oliveira Abinader2018-07-091-1/+2
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-22/+33
* [core] Fix issues in unique_anyJohn Firebaugh2018-06-251-10/+6
* [core] Measuring tiles requesting/parsing time using logging (#12152)Lloyd Sheng2018-06-211-0/+1
* [core] allow logging error codes and formatting strings at the same timeKonstantin Käfer2018-06-121-2/+2
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-261-12/+4
* [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-301-0/+2
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-2/+8
* [core] prioritize Thread::pause() callsKonstantin Käfer2018-02-062-11/+34
* [core] change RunLoop processing to check queue on every iterationKonstantin Käfer2018-02-061-6/+7
* [core] factor out RunLoop::wake()Konstantin Käfer2018-02-061-4/+8
* [core] use the RunLoop's schedule call directlyKonstantin Käfer2018-02-061-18/+1
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+11
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+3
* [windows][core] Add std::tuple replacement for WindowsThiago Marcos P. Santos2018-01-082-5/+24
* [windows][core] Add missing != operator to TilesetThiago Marcos P. Santos2018-01-081-0/+4
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-053-79/+16
* [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int...Asheem Mamoowala2017-12-071-15/+74
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-222-10/+275
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-121-0/+8
* Implement Expressions (#9439)Anand Thakker2017-11-083-0/+40
* [gcc4.9] Keep compatibility with GCC + AndroidThiago Marcos P. Santos2017-10-311-2/+2
* [core] Add LatLngBounds::contains(const LatLngBounds&)Asheem Mamoowala2017-10-301-0/+7
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-231-0/+1
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-091-0/+6
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+26
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-081-4/+18
* [core] Remove debug::renderTreeLauren Budorick2017-09-071-1/+0
* [core] enable Thread destruction from arbitrary threadsIvo van Dongen2017-08-301-2/+0
* [core] make thread.hpp publicIvo van Dongen2017-08-301-0/+163
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-212-1/+3
* [core] make RunLoop::schedule publicIvo van Dongen2017-08-091-6/+6
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-1/+2
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+25
* [core] Update shaders.Chris Loer2017-07-121-0/+4
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-1/+1
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-2/+11
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-122-1/+10
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-3/+3
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-122-6/+7
* [core] GCC 4.9 does not allow using another member in a constexpr ctorBruno de Oliveira Abinader2017-07-121-4/+4