summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-3115-146/+147
* [core] Simplify GeometryTileWorkerJohn Firebaugh2018-08-312-58/+25
* [core] remove redundant Uniform::Type aliasMolly Lloyd2018-08-312-6/+3
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-31102-2023/+2888
* [core] move PaintProperty::Attribute to TypeList and pass to Binder constructorsKonstantin Käfer2018-08-312-3/+17
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-315-44/+10
* [core] allow passing multiple AttributeTypes to a PaintPropertyBinderKonstantin Käfer2018-08-311-9/+9
* [core] rename gl::Attribute to gl::Attribute to remove overloaded namingKonstantin Käfer2018-08-314-33/+33
* [core] simplify attribute/location typesKonstantin Käfer2018-08-312-22/+10
* [core] Added pragma to remove warning ("unknown warning group '-Wtautological...Julian Rex2018-08-281-0/+1
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-281-1/+1
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-272-2/+4
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-2320-1491/+1751
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
* [core] fix icon-size for small data-driven valuesChris Loer2018-08-214-192/+192
* [core, node] Re-implement "avoid edges" behavior for MapMode::TileChris Loer2018-08-204-41/+60
* [core] downgrade event severity for erroneous DDS rendering to WarningKonstantin Käfer2018-08-201-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