summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Init persistent storeupstream/iOS-events-enhancementM.Stephen2018-08-211-1/+1
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1948-17/+253
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-175-24/+58
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-1/+7
* [core] Fix out of range exception for string compareVladimir Kondrashov2018-08-141-2/+2
* [core] Don't default-show text/icons that depend on the placement of a paired...Chris Loer2018-08-131-2/+9
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-1311-130/+29
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-1313-1292/+2260
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1316-381/+2313
* [core] Fix build when building Qt Location plugin for AndroidSudarsana Babu Nagineni2018-08-102-2/+3
* Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()"Bruno de Oliveira Abinader2018-08-081-7/+21
* [core] Use correct Log::record overload. (#12571)Chris Loer2018-08-081-1/+1
* [core] Replace Boost.Spirit with std::regex in CacheControl::parse()Bruno de Oliveira Abinader2018-08-081-21/+7
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-0814-15/+30
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-082-0/+11
* 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