summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make log message more clearLloyd Sheng2018-06-201-2/+2
* Keep the scope of `messageStream` constrainedLloyd Sheng2018-06-201-3/+6
* Refactor logging codeLloyd Sheng2018-06-193-17/+26
* Tile timingLloyd Sheng2018-06-151-0/+17
* [core] Use a getter for the BackendScope static variableThiago Marcos P. Santos2018-06-131-7/+15
* [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] fix undefined behavior in LineAtlas::addDashKonstantin Käfer2018-06-121-0/+7
* [core] always commit placement to fix #11795Ansis Brammanis2018-06-073-20/+14
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-33/+51
* [core] fix bogus unused variable with GCC 7Konstantin Käfer2018-06-041-3/+3
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-0410-14/+16
* Set Tile loaded/rendered instead of marking tile as optional.Asheem Mamoowala2018-05-241-3/+3
* [core] wrap glGetString in `MBGL_CHECK_ERROR` tooKonstantin Käfer2018-05-241-2/+2
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-224-2/+46
* [core] avoid symbol flickering when longitude is wrappedAnsis Brammanis2018-05-223-3/+34
* [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] fix hang when parsing very large angles for hue in hsl colorsKonstantin Käfer2018-05-221-3/+3
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-8/+9
* [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi...Julian Rex2018-05-212-10/+49
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-183-7/+17
* [core] Align match behavior with case/==John Firebaugh2018-05-181-2/+16
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-1735-882/+990
|\
| * [core] Convert null to empty string, not “null”Minh Nguyễn2018-05-141-0/+1
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-1012-647/+434
| * [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-0323-237/+557
| * [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-021-1/+1
* | Fix bug (always true + incorrect calculation) in fill_extrusion_bucket edgedi...Lauren Budorick2018-05-161-2/+2
* | [qt] Fix build when building the Qt Location pluginThiago Marcos P. Santos2018-05-141-1/+1
* | [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-038-14/+32
* | [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-011-1/+1
* | [core] Remove unused 'Throttler' class.Chris Loer2018-04-303-59/+0
* | [core] Port is-supported-script to native.Chris Loer2018-04-273-2/+42
* | [core] only index features within tile boundariesAnsis Brammanis2018-04-263-5/+11
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-2639-68/+186
* | [core] fix querying circles across tile boundariesChris Loer2018-04-267-16/+30
* | [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-265-25/+559
* | Review changes:Chris Loer2018-04-251-3/+5
* | Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+3
* | Port global symbol query from GL JS:Chris Loer2018-04-2534-196/+219
* | Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2339-377/+411
|\ \ | |/
| * Don't crash on placing symbols with 0 renderable glyphsChris Loer2018-04-192-2/+8
| * Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-5/+29
| * Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-1210-0/+20
| * Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+6
| * Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-14/+27
| * [core] re-bind uniform locations after re-linking program (#11618)Łukasz Paczos2018-04-061-0/+5
| * [core] Add Projection matrix to CustomLayerRenderParameters to transform web ...Asheem Mamoowala2018-04-051-0/+4
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-025-52/+22