summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Translate color identity functionsAnand Thakker2017-08-111-0/+7
* Implement CompositeFunction using expressionsAnand Thakker2017-08-115-122/+169
* Include name in CompoundExpressionAnand Thakker2017-08-112-22/+37
* Move stops out of Curve interpolatorsAnand Thakker2017-08-112-116/+166
* Make types other than Value non-nullableAnand Thakker2017-08-112-4/+35
* Consolidate parse() and typecheck()Anand Thakker2017-08-1116-841/+676
* Implement several more compound expressionsAnand Thakker2017-08-114-3/+13
* Implement Camera and Source functions using expressionsAnand Thakker2017-08-1112-104/+685
* Implement special forms: match, curve, coalesceAnand Thakker2017-08-116-0/+753
* Implement to_{type} coercion expressionsAnand Thakker2017-08-111-1/+8
* Refactor to infer CompoundExpression from type of evaluate()Anand Thakker2017-08-115-483/+376
* Add base Expression modelAnand Thakker2017-08-118-0/+936
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-4/+2
* [core] make RunLoop::schedule publicIvo van Dongen2017-08-091-6/+6
* [core] current schedulerIvo van Dongen2017-08-091-6/+9
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-1/+2
* [core] finish must-revalidate supportKonstantin Käfer2017-08-082-0/+11
* [core] make actor self reference optional - againIvo van Dongen2017-08-081-2/+7
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-071-8/+0
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-071-2/+2
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-263-12/+12
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-264-23/+7
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+25
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-251-4/+0
* [core] make actor self reference optionalIvo van Dongen2017-07-241-3/+15
* [core] add ask pattern to actor refIvo van Dongen2017-07-241-0/+21
* [core] implement ask pattern in actorIvo van Dongen2017-07-242-0/+46
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-192-2/+2
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-192-2/+2
* [core] Bracket init works for optional<T> in GCC 4.9Bruno de Oliveira Abinader2017-07-193-7/+7
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-182-0/+9
* [core] rename backend to renderer backendIvo van Dongen2017-07-183-20/+20
* [core] renderer interfaceIvo van Dongen2017-07-185-26/+93
* [core] split backend from mapobserverIvo van Dongen2017-07-182-2/+3
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Update shaders.Chris Loer2017-07-123-0/+9
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-123-4/+4
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-124-8/+54
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-123-6/+16
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-3/+3
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-126-11/+12
* [core] GCC 4.9 does not allow using another member in a constexpr ctorBruno de Oliveira Abinader2017-07-121-4/+4
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-072-0/+11
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+8
* [core] remove tile cache size setterIvo van Dongen2017-06-271-1/+0
* [core] Removed unused methodsThiago Marcos P. Santos2017-06-263-56/+0
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-262-4/+10
* [core] Store pointer instead of referect to the Object in ActorRefThiago Marcos P. Santos2017-06-261-3/+3
* [core] Introduce the ResourceTransformThiago Marcos P. Santos2017-06-261-0/+26
* [core] Make the mbgl/actor headers publicThiago Marcos P. Santos2017-06-263-0/+168