summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add {Source,CompositeCamera}Function benchmarksupstream/function-benchmarkAnand Thakker2017-08-258-3/+265
* [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
* [android] - update project readme with checkstyle and ndk-stack informationTobrun Van Nuland2017-08-171-0/+9
* [android] - add make android-check which wraps checkstyle and lint executionTobrun Van Nuland2017-08-171-0/+4
* [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-161-1/+1
* Initialize Xcode project build settings (#9777)Anand Thakker2017-08-167-0/+38
* [android] - deprecate MyLocationView in favor of LocationLayer pluginTobrun Van Nuland2017-08-154-0/+37
* [android] - increase firebase timeout for CI testingTobrun Van Nuland2017-08-151-1/+1
* [android] - re-add projectedMetersTobrun Van Nuland2017-08-151-0/+15
* [test] Added API.RecycleMapUpdateImages testBruno de Oliveira Abinader2017-08-144-0/+59
* [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailableBruno de Oliveira Abinader2017-08-141-1/+6
* [android] - restore max zoom to 25.5Tobrun Van Nuland2017-08-141-1/+1
* [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