summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-283-16/+16
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-7/+88
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-2/+1
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-281-3/+0
* [core] Simplify parseInterpolateJohn Firebaugh2018-06-271-38/+14
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-216-4/+49
* [core] Measuring tiles requesting/parsing time using logging (#12152)Lloyd Sheng2018-06-213-0/+29
* [ios] Added check for `-Wtautological-constant-compare` prior to ignore. (#12...Julian Rex2018-06-191-0/+2
* [core] port zero line-width fix from gl-js (#12175)Molly Lloyd2018-06-193-3/+3
* [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