summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [windows, qt] fix windows compiler errors, remove tao + tuple polyfillMolly Lloyd2018-08-312-24/+14
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-2/+3
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-311-2/+26
* [core] simplify attribute/location typesKonstantin Käfer2018-08-311-0/+3
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-281-3/+9
* [core] Add DefaultFileSource::mergeRegions API and CLI support in the mbgl-of...Asheem Mamoowala2018-08-281-0/+17
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-1/+8
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-201-7/+27
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1922-393/+335
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-0/+7
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-8/+9
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-141-1/+1
* [build] vendor std::expected polyfillKonstantin Käfer2018-08-141-0/+16
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-0/+1
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1313-3/+49
* [core] Fix build when building Qt Location plugin for AndroidSudarsana Babu Nagineni2018-08-101-0/+16
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-084-275/+115
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+1
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-071-4/+4
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-024-36/+70
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3116-342/+223
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-306-126/+29
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-302-102/+21
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-1/+4
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2415-27/+68
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-1/+2
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-3/+17
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-207-29/+41
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-2011-293/+164
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-1312-966/+64
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-41/+23
* [core] Harden Projection::project()Bruno de Oliveira Abinader2018-07-091-1/+2
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-054-23/+23
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-036-70/+212
* [core] Introduce "collator" expressionsChris Loer2018-07-035-1/+86
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-3/+3
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-293-20/+7
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-295-155/+81
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-0/+7
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-295-20/+68
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-284-9/+9
* [core] Privatize Interpolate<T>John Firebaugh2018-06-282-102/+30
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-17/+16
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-283-43/+52
* [core] Fix issues in unique_anyJohn Firebaugh2018-06-251-10/+6
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-212-0/+11
* [core] Measuring tiles requesting/parsing time using logging (#12152)Lloyd Sheng2018-06-211-0/+1
* [core] allow logging error codes and formatting strings at the same timeKonstantin Käfer2018-06-121-2/+2
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-042-14/+1
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-231-3/+11