summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wip - attempt to hook up expression parsingupstream/expressions-dependency-problemAnand Thakker2017-08-126-5/+55
|
* TidyAnand Thakker2017-08-1211-41/+41
|
* Translate color identity functionsAnand Thakker2017-08-111-0/+7
|
* Update gl-jsAnand Thakker2017-08-111-0/+0
|
* Implement CompositeFunction using expressionsAnand Thakker2017-08-118-129/+176
|
* Include name in CompoundExpressionAnand Thakker2017-08-113-28/+49
|
* Move stops out of Curve interpolatorsAnand Thakker2017-08-112-116/+166
|
* Make types other than Value non-nullableAnand Thakker2017-08-114-6/+37
|
* Consolidate parse() and typecheck()Anand Thakker2017-08-1126-1033/+867
|
* Implement several more compound expressionsAnand Thakker2017-08-116-42/+166
| | | | rgba, rgb, zoom, has, length, properties, geometry_type, id
* Implement Camera and Source functions using expressionsAnand Thakker2017-08-1117-143/+926
|
* Implement special forms: match, curve, coalesceAnand Thakker2017-08-118-4/+758
| | | | | | | | Port 'match' Implement curve Implement coalesce
* Implement to_{type} coercion expressionsAnand Thakker2017-08-112-1/+49
|
* Refactor to infer CompoundExpression from type of evaluate()Anand Thakker2017-08-1112-992/+552
|
* Add base Expression modelAnand Thakker2017-08-1120-1/+2003
|
* Update gl-js submodule to feature/expressions branchAnand Thakker2017-08-111-0/+0
|
* [test] Added Map.SetStyleDefaultCamera testBruno de Oliveira Abinader2017-08-112-0/+21
|
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-117-62/+30
|
* [android] - add example of camera zoom function on a symbol layer.Tobrun2017-08-108-218/+144
|
* [android] - optimise icon managementTobrun Van Nuland2017-08-107-16/+248
|
* [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-101-3/+27
| | | | matrix length
* [android] - refactor resource reading into utilTobrun2017-08-106-147/+72
|
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-108-33/+165
|
* [android] - update LatLngBounds activity with BottomSheet interactionTobrun2017-08-095-58/+211
|
* [android] Allow overriding abi from IDEIvo van Dongen2017-08-091-2/+5
| | | | | - This allows to build a different architecture then the default for a device, for example armeabi-v7a instead of arm64-v8a (which allows for better stack traces usually) - Set in compiler > command-line options: -Pmapbox.abis=...
* [all] ensure runloop is the current schedulerIvo van Dongen2017-08-097-41/+30
|
* [default] use the current scheduler in the online file sourceIvo van Dongen2017-08-091-1/+1
|
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-094-8/+8
|
* [core] make RunLoop::schedule publicIvo van Dongen2017-08-091-6/+6
|
* [core] current schedulerIvo van Dongen2017-08-094-7/+30
| | | | - Adds a way to set the current scheduler on the thread to be used whenever a mailbox is created that needs to reply on this thread
* [core] fix shadowing argument on apple clangIvo van Dongen2017-08-091-3/+3
|
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-0811-45/+46
| | | | Broadcom GPUs don't cope well with using the least significant bit for this.
* [tests] Ignore render test failuresJohn Firebaugh2017-08-081-0/+7
|
* [core] Bump vector-tile to v1.0.0-rc7Thiago Marcos P. Santos2017-08-081-1/+1
| | | | This version builds on Android + GCC.
* [core] finish must-revalidate supportKonstantin Käfer2017-08-0822-142/+316
|
* [core] make actor self reference optional - againIvo van Dongen2017-08-082-2/+38
| | | | - uses a different method of constructor selection that also works on Apple clang < 8.2.
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-072-39/+0
| | | | | | | | | | Not in use at the moment, was causing a compiler error on Apple LLVM version 8.0.0 (clang-800.0.42.1). ``` src/mbgl/sprite/sprite_loader.cpp:25:11: error: call to constructor of 'Actor<mbgl::SpriteLoaderWorker>' is ambiguous ```
* [android] fix formatting zoom position DebugModeActivity crash (#9718)Pablo Guardiola2017-08-071-1/+1
|
* [android] make text not selectable to fix infowindow issues caused because ↵Pablo Guardiola2017-08-078-10/+10
| | | | selectable text consumes the click event (#9717)
* [core] Update dependenciesThiago Marcos P. Santos2017-08-071-5/+5
| | | | Bump to a new version that old compilers can build.
* [core] Do not use polymorphic lambdaThiago Marcos P. Santos2017-08-072-34/+63
| | | | | | Crashes with GCC 5.2.0 needed by Qt Automotive. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68278
* [core] Include what you useThiago Marcos P. Santos2017-08-071-0/+1
| | | | Fix linking error on MacOS with older clang versions.
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-073-5/+6
| | | | They are not available on Android + GCC (needed by Qt)
* [andriod] - post updating InfoWinw update for Dynamic InfoWindowAdapter exampleTobrun Van Nuland2017-08-071-12/+14
|
* [core] fix rendering of fill outlines that have a different color than the ↵Konstantin Käfer2017-08-074-36/+24
| | | | fill itself
* [android] - annotate MapboxMap with UiThreadTobrun Van Nuland2017-08-071-107/+1
|
* [core] Simplify generate-shaders.jsJohn Firebaugh2017-08-0213-101/+187
| | | | We moved the #pragma ⇢ #ifndef logic into gl-js.
* Combine AWS keys (#9679)Bobby Sudekum2017-08-021-31/+3
|
* Add native ignore for text-letter-spacing/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | zoom-and-property-function (#9669)
* [android] - bump MAS dependency (#9671)Tobrun2017-08-011-1/+1
|