summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core][android][darwin] Move number format to i18nupstream/alexshalamov_remove_unaccentAlexander Shalamov2019-09-2521-56/+124
|
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-2516-67/+94
| | | | Platform specific Collator implementations should not be part of an expression APIs.
* [core][android] Remove unaccent from platform interfacesAlexander Shalamov2019-09-259-81/+45
| | | | | The unaccent is used only within collator, thus, there is no need to have separate platform interface for it.
* [android] Updated Android changelog for 8.4.0 stable release (ristretto) ↵Langston Smith2019-09-251-0/+9
| | | | (#15713)
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-2561-177/+135
|
* [core] Fix bugprone-use-after-moveThiago Marcos P. Santos2019-09-252-15/+15
| | | | Luckily this is an enum and was being copied.
* [build] Have the bots running clang-tidyThiago Marcos P. Santos2019-09-252-25/+21
|
* [build] Less picky .clant-tidy configThiago Marcos P. Santos2019-09-251-2/+1
| | | | | | | | | | Enabled now: - bugprone - clang-analyzer - google - modernize - performance
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2544-0/+176
| | | | Nice to have, but would make maintain the templates a lot harder.
* [build] Update CircleCI to Xcode 11Jason Wray2019-09-241-14/+14
|
* [ios, build] Use Ruby 2.6.x for build dependencies on CIJason Wray2019-09-242-2/+6
|
* [ios, build] Update to jazzy 0.11.1Jason Wray2019-09-241-1/+1
|
* [android] Bumped Java SDK dependency to stable 4.9.0 (#15700)Langston Smith2019-09-242-1/+1
|
* [android] update gitignore to not track .cxx directoriestobrun2019-09-241-1/+2
|
* [android] update snapshot version for release-sangriatobrun2019-09-241-1/+1
|
* [android] Fix the crash when CameraPosition padding is set. (#15699)Peng Liu2019-09-232-10/+12
| | | | | | * [android] Add test branch, navigate to Map Snapshotter activity to reproduce the bug. * [android] Fix the crash when camera position padding is set.
* [android] Migrate Android SDK to GL JS–powered feedback form (#15623)Peng Liu2019-09-232-13/+148
| | | | | | | | | | | | | | * [android] Add debug info. * [android] Generate feedback url. * [android] Add unit test for buildMapFeedbackMapUrl. * [android] Remove debug logging. * [android] Add github issue link to the TODO. * [android] Change getPackageName to application context.
* Add layer_manager.cpp to mbgl-offline on macOSMark Grimes2019-09-201-0/+4
| | | | This is to fix #15358
* [build] Move compression to platformThiago Marcos P. Santos2019-09-2012-2/+9
| | | | It depends on platform specific compression library.
* [build] Fix builds with -pedanticThiago Marcos P. Santos2019-09-201-2/+2
|
* [ios] Copyedit changelog for ios-5.4.0Jason Wray2019-09-191-5/+5
|
* [ios]Add errors reporting (#15391)m-stephen2019-09-207-7/+83
| | | | | | * add errors reporting * [ios] report error if rendering takes > 1 second. (#15633)
* [ios] Release ristretto beta.1 prep (#15684)Julian Rex2019-09-194-14/+6
| | | | | | | | * [ios] Update podspecs to 5.4.0-beta.1 * [ios] Update change log * [ios] Added code ticks.
* [android] Updated Android changelog for 8.4.0-beta.1 ristretto release (#15682)Langston Smith2019-09-191-1/+7
|
* [test] Add unit tests for mbgl::util::Timer covering timer cancellation ↵Maksim Skurydzin2019-09-191-1/+67
| | | | at/after its expiration (#15621)
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-198-68/+89
|
* [core] Immutable/Mutable pattern for PlacementMikhail Pozdnyakov2019-09-194-80/+109
|
* [core] Update buckets in RendererMikhail Pozdnyakov2019-09-196-18/+35
|
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-197-16/+20
| | | | Update buckets methods do not mutate placement, placement methods do not mutate buckets.
* [build] Force failing sanitizer bots to pass (#15661)Thiago Marcos P. Santos2019-09-191-3/+6
| | | | | | | But also mark them as FIXME. Motivation here is we know they are failing and are working on fixing them. We want to keep them running meanwhile, but not making the pull request show as CI failed.
* Prepare for Maps SDK for iOS v5.3.2 (#15670)Jordan Kiley2019-09-181-0/+4
|
* [android] Updated changelog for 8.3.1 patch release-queso (#15664)Langston Smith2019-09-181-0/+6
|
* Add changelog entries from ios-v5.3.1 to master (#15665)Jordan Kiley2019-09-181-2/+11
|
* [ios, macos] Fix MGLOfflinePack invalidate crash (#15582)Julian Rex2019-09-1812-14/+354
|
* [build] Ignore submodules when formatting codeThiago Marcos P. Santos2019-09-181-1/+1
| | | | | We have submodules with names that will match *.hpp and we are not really interested on formatting them.
* [build] updated earcut.hpp submodule filelangsmith2019-09-181-0/+0
|
* [android, build] Generalize docs deployment script and add Android docs ↵Dan Swick2019-09-182-2/+13
| | | | deployment to circle config (#15299)
* [ios, macos] (Re)add tilesize rounding. (#15656)Julian Rex2019-09-181-1/+1
|
* [build] Allow function call and function declaration args to be on same or ↵Alexander Shalamov2019-09-181-0/+2
| | | | multiple lines
* [ios][Android] Add a change log entryMikhail Pozdnyakov2019-09-182-0/+2
|
* [core] Fix formattingMikhail Pozdnyakov2019-09-1812-99/+81
|
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-186-12/+12
|
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-1813-18/+53
|
* [ios] Speculative fix for failing test: ↵Julian Rex2019-09-183-14/+16
| | | | MGLDocumentationExampleTests.testMGLHillshadeStyleLayer()
* [ios] Fix for failing tests:Julian Rex2019-09-181-44/+51
| | | | | - testRemovingLayerBeforeAddingSameLayer - testRemovingSourceInUse
* [ios] Fix testForRaisingExceptionsOnStaleLayerObject testMikhail Pozdnyakov2019-09-181-8/+8
|
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-1817-44/+125
|
* [build] Disable clang-tidyJuha Alanen2019-09-181-4/+0
|
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1853-582/+429
|
* [glfw] Add feature state supportJuha Alanen2019-09-182-0/+82
|