summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-0/+2
* [core] Removed unused methodsThiago Marcos P. Santos2017-06-263-56/+0
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-151-1/+1
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-0/+17
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-0/+15
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-122-0/+132
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-2/+4
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-122-2/+2
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-121-2/+4
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-022-1/+16
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-273-0/+108
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-182-29/+28
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-142-43/+72
* [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-131-0/+10
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-111-0/+3