summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelogupstream/astojilj-native-ios-240Alexander Shalamov2020-04-011-0/+6
* Hillshade bucket fix https://github.com/mapbox/mapbox-gl-native-ios/issues/240Aleksandar Stojiljkovic2020-04-011-2/+4
* [build] Remove misc-non-private-member-variables-in-classes checkThiago Marcos P. Santos2020-04-011-4/+1
* Update changelogJuha Alanen2020-04-011-0/+4
* [test] Disable logging threadJuha Alanen2020-04-011-0/+1
* [core] Move logging off the main threadJuha Alanen2020-04-012-7/+62
* [build] Disable clang-format for generated code (#16358)Thiago Marcos P. Santos2020-03-3110-0/+40
* [darwin] Remove debug leftoverThiago Marcos P. Santos2020-03-311-3/+0
* [build] Make the code tidy!Thiago Marcos P. Santos2020-03-302-4/+31
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-304-5/+4
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-3063-424/+479
* [core] Fix bugprone-string-integer-assignment errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix bugprone-integer-division errorsThiago Marcos P. Santos2020-03-301-1/+4
* [core] Fix bugprone-virtual-near-miss errorsThiago Marcos P. Santos2020-03-302-10/+10
* [core] Fix bugprone-exception-escape errorsThiago Marcos P. Santos2020-03-302-2/+10
* [core] Fix bugprone-macro-parentheses errorsThiago Marcos P. Santos2020-03-302-6/+3
* [core] Fix bugprone-move-forwarding-reference errorsThiago Marcos P. Santos2020-03-304-60/+51
* [core] Fix bugprone-too-small-loop-variable errorsThiago Marcos P. Santos2020-03-307-8/+10
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-302-3/+3
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix google-build-explicit-make-pair errorsThiago Marcos P. Santos2020-03-301-9/+9
* [core] Fix google-default-arguments errorsThiago Marcos P. Santos2020-03-301-2/+1
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-3010-20/+12
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-308-24/+34
* Update changelogMikko Pulkki2020-03-301-0/+4
* Fix assert on gfx resource cleanupMikko Pulkki2020-03-301-1/+1
* [build] Enable ccache for iOS CI buildsJuha Alanen2020-03-272-5/+9
* [build] Use cheap-ruler-cpp provided via mapbox-baseBruno de Oliveira Abinader2020-03-274-18/+1
* [build] Add steps to build curl for AndroidJuha Alanen2020-03-272-8/+212
* [build] Add mapbox-gl-native-curl submoduleJuha Alanen2020-03-272-0/+3
* [build] Remove submodule curl-android-iosJuha Alanen2020-03-272-3/+0
* Update change log for the maps-v1.5.0 releasemaps-v1.5.0Alexander Shalamov2020-03-261-0/+2
* Add changelogzmiao2020-03-261-1/+3
* Address review findingzmiao2020-03-262-8/+14
* Add unit testszmiao2020-03-261-0/+72
* [core] Fix within meridian issuezmiao2020-03-262-7/+38
* Add NSURLSession delegation to http_file_source.mm (#16321)Julian Rex2020-03-253-33/+58
* [core] Use const& for the OfflineRegion objectThiago Marcos P. Santos2020-03-252-10/+12
* Add change log entryMikhail Pozdnyakov2020-03-251-0/+6
* [core][tile mode] Share seenCrossTileIDs across all placeLayer() callsMikhail Pozdnyakov2020-03-252-7/+15
* [core][tile mode] Place tile intersecting labels first, across all layersMikhail Pozdnyakov2020-03-252-31/+34
* [core] Introduce map mode specific Placement implementationsMikhail Pozdnyakov2020-03-253-184/+275
* [core] Introduce Placement::placeLayers()Mikhail Pozdnyakov2020-03-255-28/+29
* Update changelogAlexander Shalamov2020-03-251-0/+2
* [android] Expose getLayer, getSource and Observer interface for snapshotterAlexander Shalamov2020-03-2518-59/+84
* Add change log entryMikhail Pozdnyakov2020-03-241-0/+9
* StyleConversion.SetGenericProperties testMikhail Pozdnyakov2020-03-241-0/+24
* [core] Ability to set source-layer setProperty methodMikhail Pozdnyakov2020-03-2410-45/+22
* [core] conversion::Layer uses setProperty API to set max/min zoom & filterMikhail Pozdnyakov2020-03-242-33/+16
* [core] Layer::setProperty() can set min/max zoom and filterMikhail Pozdnyakov2020-03-242-2/+21