summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix out of range exception for string compareVladimir Kondrashov2018-08-141-2/+2
* [core] Use correct Log::record overload. (#12571) (#12577)Julian Rex2018-08-081-1/+1
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-072-4/+4
* [core] support windows compilation with msvc2017 and clang 6Ivo van Dongen2018-08-071-0/+2
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-2/+2
* [core] don't prefetch tiles for geojson sources (#12529)Molly Lloyd2018-08-021-1/+1
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-025-137/+294
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3118-326/+309
* [core] update parse_date from cURL 7.61.0Konstantin Käfer2018-07-312-108/+100
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-3014-292/+409
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-304-55/+110
* [core] Avoid unnecessary template instantiationsJohn Firebaugh2018-07-301-32/+23
* Remove use of noncopyable in ContextSudarsana Babu Nagineni2018-07-301-1/+3
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-304-23/+23
* [core] Compress all shader source as a single corpusJohn Firebaugh2018-07-2527-3675/+1554
* [core] Compress shader source codeJohn Firebaugh2018-07-2525-2854/+3675
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-2428-26/+104
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-2410-34/+70
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2414-37/+70
* [core] coveredByChildren is false if at least one child is uncoveredBruno de Oliveira Abinader2018-07-241-4/+12
* [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