summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* LocalGlyphRasterizer takes a void* configuration input. If nothing is set, it...Chris Loer2017-11-281-4/+0
* Moving towards configurable darwin implementation of LocalGlyphRasterizer.Chris Loer2017-11-281-0/+4
* [core] Enable local glyph generation using TinySDF.Chris Loer2017-11-272-265/+341
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-221-0/+186
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-2/+2
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-224-0/+238
* [core] Add unit test for CrossTileSymbolIndexAnsis Brammanis2017-11-171-0/+85
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-1712-16/+16
* [core] Update unit tests for viewport collision.Chris Loer2017-11-178-109/+70
* Implement Expressions (#9439)Anand Thakker2017-11-0897-0/+1012
* [test] Added GLContextMode.Shared utestBruno de Oliveira Abinader2017-11-012-0/+114
* [core] Add LatLngBounds::contains(const LatLngBounds&)Asheem Mamoowala2017-10-301-0/+6
* [tests] Create a HeadlessBackend for tests using gl::ContextThiago Marcos P. Santos2017-10-251-0/+17
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-231-124/+0
* [core] correctly alter sprite URLs when attaching sprite.png/sprite.json file...Konstantin Käfer2017-10-171-0/+8
* [core] don't generate clip IDs for buckets/layers that don't need to be clippedKonstantin Käfer2017-10-171-2/+5
* [core] Use convertJSON instead of RapidJSON directlyJohn Firebaugh2017-10-165-50/+23
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-163-0/+3
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-123-129/+129
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-091-0/+26
* [test] Added GlyphManager.ImmediateFileSourceBruno de Oliveira Abinader2017-10-093-3/+70
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-0/+2
* [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-251-0/+78
* [core] Actor/ActorRef - ask calls to void methodsIvo van Dongen2017-09-222-0/+44
* [test] add test for rendering a 204 No Content tileKonstantin Käfer2017-09-222-0/+42
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-4/+8
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-214-16/+13
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-212-0/+51
* [core] Reset zoom history state in still modeBruno de Oliveira Abinader2017-09-151-0/+6
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-0/+17
* Update to gejson 0.4.2 and add StyleParser test to verify that GeoJSON withou...Asheem Mamoowala2017-08-282-0/+15
* Implement icon-anchor propertyLauren Budorick2017-08-281-2/+2
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-4/+7
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-3/+1
* [tests] Enforce the schema downgrade behaviorThiago Marcos P. Santos2017-08-222-0/+24
* [test] Re-added API.ZoomHistoryBruno de Oliveira Abinader2017-08-222-0/+65
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-181-1/+1
* [test] Added API.RecycleMapUpdateImages testBruno de Oliveira Abinader2017-08-143-0/+58
* [test] Added Map.SetStyleDefaultCamera testBruno de Oliveira Abinader2017-08-112-0/+21
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-9/+9
* [core] finish must-revalidate supportKonstantin Käfer2017-08-086-50/+154
* [core] make actor self reference optional - againIvo van Dongen2017-08-081-0/+31
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-071-31/+0
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-271-31/+31
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-262-1/+3
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-2613-337/+135
* [core] Remove API tests that are covered by node testsJohn Firebaugh2017-07-263-151/+0
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-263-63/+0
* [core] make actor self reference optionalIvo van Dongen2017-07-241-0/+31
* [core] add ask pattern to actor refIvo van Dongen2017-07-241-3/+55