summaryrefslogtreecommitdiff
path: root/benchmark/api/render.benchmark.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-12/+13
|
* [core] Remove fileSource from render.benchmark.cppAlexander Shalamov2019-03-131-1/+1
| | | | | | There were two PRs that are in mergeable state, yet, had dependencies between each other, therefore, introduced build break on master for benchmark target.
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-3/+3
|
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-131-0/+13
| | | | | | | | | | | | | | | | | | expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-3/+7
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-1/+1
|
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-3/+3
| | | | | `Tile` makes sure the symbols in the resulting tile are tileable while symbols in `Still` match rendering in `Continuous` mode.
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-261-18/+11
|
* [benchmark] manage backendscope in renderer frontendIvo van Dongen2017-07-251-3/+3
|
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-2/+1
|
* [benchmark] rendering interface changesIvo van Dongen2017-07-181-3/+9
|
* [core] split backend from mapobserverIvo van Dongen2017-07-181-3/+4
|
* [benchmark] add render benchmarksIvo van Dongen2017-07-071-0/+79