summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * [core] Include what you useJohn Firebaugh2017-07-171-1/+1
| | * [core] Bind only active attributes in order to avoid exceeding attribute limi...Lauren Budorick2017-07-173-6/+64
| | * [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-07-173-3/+3
| | * [core] Eliminate constant attribute bindingsJohn Firebaugh2017-07-176-229/+76
| | * [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-07-172-17/+5
| | * [ios] Update changelog; kick-off 3.6.1upstream/fb-build-cherry-pickinJason Wray2017-07-131-1/+5
| | * [all] make default_styles header-onlyKonstantin Käfer2017-07-137-31/+8
| | * [build] enable -fvisibility=hidden for iOSKonstantin Käfer2017-07-138-5/+25
| | * [darwin] Include polylabel via cmakeJason Wray2017-07-135-41/+12
| | * [ios] Update SMCalloutView to fix iOS 10 build warningsMinh Nguyễn2017-07-131-0/+0
| | * [android] - invible marker views performance fix #9419 (#9420)Łukasz Paczos2017-07-051-1/+1
* | | Add {Source,CompositeCamera}Function benchmarks (#9838)Anand Thakker2017-08-298-3/+265
* | | Update to gejson 0.4.2 and add StyleParser test to verify that GeoJSON withou...Asheem Mamoowala2017-08-283-1/+16
* | | Implement icon-anchor propertyLauren Budorick2017-08-2827-114/+550
|/ /
* | [core] initialize OfflineDatabase asynchronously in DefaultFileSourceKonstantin Käfer2017-08-281-13/+18
* | [core] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-252-21/+55
* | [core] Add optional type template parameter to util::unit, so that it doesn't...Chris Loer2017-08-251-2/+2
* | [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-258-24/+48
* | [core] Don't throttle placement in still modeBruno de Oliveira Abinader2017-08-252-2/+8
* | [test] Un-ignore regressions/mapbox-gl-native#9792Bruno de Oliveira Abinader2017-08-251-1/+0
* | Revert "[core] Ensure image dependencies in GeometryTileWorker::onImagesAvail...Bruno de Oliveira Abinader2017-08-251-6/+1
* | [core] No need to skip glClear optimization in overdraw modeJohn Firebaugh2017-08-241-5/+0
* | [core] Eliminate temporary sources setJohn Firebaugh2017-08-241-11/+8
* | [core] Clean up includes and forward declarationsJohn Firebaugh2017-08-243-25/+13
* | [core] Inline Renderer::Impl::doRenderJohn Firebaugh2017-08-243-41/+25
* | [core] Remove unnecessary members from UpdateParametersJohn Firebaugh2017-08-243-8/+2
* | [core] Create BackendScopes in Renderer, assert in ImplJohn Firebaugh2017-08-242-9/+7
* | [core] Inline RenderItem and RenderDataJohn Firebaugh2017-08-243-50/+18
* | [core] Merge RenderStyle into Renderer::ImplJohn Firebaugh2017-08-248-608/+477
* | [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-243-23/+14
* | [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-2421-96/+78
* | [android] - build SNAPSHOT from release branchTobrun Van Nuland2017-08-241-1/+1
* | Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest"Tobrun Van Nuland2017-08-245-262/+202
* | Update ignores + suite_implementationLauren Budorick2017-08-233-3/+10
* | [ios][macos][node][android] Updated documentation and Changelogs for #9821Asheem Mamoowala2017-08-225-1/+14
* | [tests] Enforce the schema downgrade behaviorThiago Marcos P. Santos2017-08-222-0/+24
* | [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-221-1/+1
* | [test] Re-added API.ZoomHistoryBruno de Oliveira Abinader2017-08-223-0/+66
* | [core] Update ZoomHistory.lastInteger{Zoom,Time} if different from floor zoomBruno de Oliveira Abinader2017-08-221-16/+21
* | Set Default MaxZoom to 22Asheem Mamoowala2017-08-216-6/+11
* | [android] - update changelog with 5.1 patch releasesTobrun Van Nuland2017-08-211-0/+44
* | [android] - configure loggin of HttpRequest, cleanup HttpRequestTobrun Van Nuland2017-08-195-202/+262
* | [android] update docs replacing bitrise mentions with circleciAntonio Zugaldia2017-08-183-3/+3
* | Skip test for issue #9792, as it currently causes the test harness to time out.Chris Loer2017-08-181-0/+1
* | [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-185-13/+22
* | [glfw] Getopt: Don't handle 0 valueMattias Bengtsson2017-08-181-3/+0
* | [android] - style image accessorTobrun Van Nuland2017-08-185-0/+80
* | bumped MAS version numberCameron Mace2017-08-181-1/+1
* | [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-173-57/+19
* | [android] - create smallest possible LatLngBounds when visible region crosses...Tobrun2017-08-173-8/+37