summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-2310-46/+112
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-1/+20
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-208-63/+98
* [core] Move expression.cpp to expression directoryJohn Firebaugh2018-07-201-0/+0
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-2012-259/+216
* fixed typo in error messageJustyna Janczyszyn2018-07-191-1/+1
* Add fuzz tests for TileCover and fix out of bounds access crash.Asheem Mamoowala2018-07-161-0/+2
* Better describe the streaming tilecover algorithm in commentsAsheem Mamoowala2018-07-162-22/+57
* Fix TileCover asserts. The create_bounds_towards_* methods were treatingAsheem Mamoowala2018-07-161-49/+19
* [core] treat parsedate as C++ file to remove C build rulesKonstantin Käfer2018-07-163-3/+3
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-135-170/+708
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-66/+19
* [core] Comparison expressions can have 4th memberMinh Nguyễn2018-07-091-1/+1
* [core] Only update collision debug data if debug mode is onChris Loer2018-07-051-15/+27
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-057-16/+21
* [core] Fix sort order for queryRenderedFeatures when features are filtered.Chris Loer2018-07-035-21/+21
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-036-15/+42
* [core] Introduce "collator" expressionsChris Loer2018-07-037-14/+199
* [core] Introduce LanguageTag for parsing BCP 47 tagsChris Loer2018-07-032-0/+281
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-13/+24
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-295-7/+39
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-291-0/+40
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-0/+27
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-293-92/+208
* [core] A filter expression that errors should be treated as false, not trueJohn Firebaugh2018-06-291-1/+1
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-291-0/+5
* [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