summaryrefslogtreecommitdiff
path: root/include/mbgl
Commit message (Expand)AuthorAgeFilesLines
* WIP - update to runtime polymorphic conversionupstream/expressions-rtpAnand Thakker2017-10-1313-142/+19
* Remove Expression::evaluate<T>() helperAnand Thakker2017-10-136-36/+32
* CompoundExpressionRegistry::create => standalone functionAnand Thakker2017-10-134-21/+15
* Address miscellaneous review commentsAnand Thakker2017-10-138-20/+17
* Add some explanatory comments re: CompoundExpression and parseExpressionAnand Thakker2017-10-133-3/+56
* Implement "contains"Anand Thakker2017-10-133-0/+74
* Drop the initial, redundant input level in step curvesAnand Thakker2017-10-131-10/+38
* Add implicit type assertionsAnand Thakker2017-10-136-5/+51
* Require "let" variable names to be only alphanumeric or _Anand Thakker2017-10-131-0/+10
* snake case => kebab caseAnand Thakker2017-10-131-1/+1
* Fix numeric limit checkingAnand Thakker2017-10-134-25/+24
* Fix more lint errors that only show up in CI 😠Anand Thakker2017-10-133-13/+13
* Update SymbolProgram to use expressions for text,icon-sizeAnand Thakker2017-10-138-57/+168
* More cleanupAnand Thakker2017-10-137-12/+12
* Implement cubic-bezier interpolationAnand Thakker2017-10-134-159/+200
* Fixup CI errorsAnand Thakker2017-10-134-5/+7
* Implement "at"Anand Thakker2017-10-133-0/+67
* Implement letAnand Thakker2017-10-135-22/+214
* CleanupAnand Thakker2017-10-1311-579/+80
* Enfore restriction on zoom expressions in style propertiesAnand Thakker2017-10-133-9/+17
* Fixup CI compile & clang-tidy errorsAnand Thakker2017-10-1314-37/+42
* Wire up expression parsingAnand Thakker2017-10-1318-464/+833
* Use doubles for intermediate values, check overflowAnand Thakker2017-10-137-43/+145
* TidyAnand Thakker2017-10-139-33/+36
* Implement CompositeFunction using expressionsAnand Thakker2017-10-135-122/+176
* Include name in CompoundExpressionAnand Thakker2017-10-132-22/+37
* Move stops out of Curve interpolatorsAnand Thakker2017-10-132-116/+166
* Make types other than Value non-nullableAnand Thakker2017-10-132-4/+35
* Consolidate parse() and typecheck()Anand Thakker2017-10-1316-841/+676
* Implement several more compound expressionsAnand Thakker2017-10-134-3/+13
* Implement Camera and Source functions using expressionsAnand Thakker2017-10-1312-104/+685
* Implement special forms: match, curve, coalesceAnand Thakker2017-10-136-0/+753
* Implement to_{type} coercion expressionsAnand Thakker2017-10-131-1/+8
* Refactor to infer CompoundExpression from type of evaluate()Anand Thakker2017-10-135-483/+376
* Add base Expression modelAnand Thakker2017-10-138-0/+936
* Centralize Storage-based vtable method definitionsAnand Thakker2017-10-131-0/+100
* Delete move- and copy-constructors of StorageAnand Thakker2017-10-121-8/+17
* Implement mbgl::style::conversion::makeValue() for NodeAnand Thakker2017-10-122-0/+5
* Move conversions to cpp files where possibleJohn Firebaugh2017-09-2613-1303/+21
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-09-2617-340/+372
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+26
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-5/+21
* [core] Remove debug::renderTreeLauren Budorick2017-09-071-1/+0
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-1/+2
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-302-8/+8
* [core] enable Thread destruction from arbitrary threadsIvo van Dongen2017-08-301-2/+0
* [core] make thread.hpp publicIvo van Dongen2017-08-301-0/+163
* Implement icon-anchor propertyLauren Budorick2017-08-283-5/+10
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-212-1/+3
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-4/+2