summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [tidy] Added misc-use-after-moveupstream/clang-tidy-nolintBruno de Oliveira Abinader2017-05-152-3/+4
|
* [tidy] Fix previously silenced lintsBruno de Oliveira Abinader2017-05-159-9/+11
|
* [tidy] Use NOLINT instead of per-folder .clang-tidyBruno de Oliveira Abinader2017-05-1587-490/+488
|
* [tidy] run-clang-tidy.py reads source files from compile_commands.jsonBruno de Oliveira Abinader2017-05-151-5/+3
|
* [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-136-38/+34
| | | | It doesn't need to inherit from SpriteLoaderObserver and GlyphAtlasObserver.
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-1254-117/+123
| | | Move renderer/* files into sub-folders
* [build] Rotate AWS credentialsJohn Firebaugh2017-05-121-2/+2
|
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-1233-414/+678
|
* [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-123-2/+7
|
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-1243-117/+91
| | | | | * Eliminates the need for EnableImmutableFromThis * Eliminates the dependency of {Source,Layer}::Impl on corresponding Render class (circular dependency)
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-124-4/+4
| | | | | | | | | | Avoid dangling references in the following sequence: auto& id = layer->getID(); layer->setMaxZoom(2); std::cout << id; The reference would be dangling because mutating the layer allocates a new Immutable impl, and there may be no references to the prior impl, which held the id.
* [core] Remove unused RenderLayer::cloneJohn Firebaugh2017-05-1217-51/+0
|
* [core] Immutable ImplsJohn Firebaugh2017-05-12124-1485/+2590
|
* [build] Don't run Travis 'check' build on masterBruno de Oliveira Abinader2017-05-122-1/+4
|
* [build] Explicitely set Clang as compiler in 'check' Travis CI buildBruno de Oliveira Abinader2017-05-121-3/+4
|
* [tidy] modernize-make-uniqueBruno de Oliveira Abinader2017-05-121-1/+1
|
* [tidy] modernize-loop-convertBruno de Oliveira Abinader2017-05-123-9/+9
|
* [tidy] modernize-deprecated-headersBruno de Oliveira Abinader2017-05-123-3/+3
|
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-128-25/+25
|
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-126-13/+19
|
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-122-3/+3
|
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-126-12/+7
|
* [tidy] modernize-use-nullptrBruno de Oliveira Abinader2017-05-123-16/+16
|
* [tidy] modernize-use-bool-literalsBruno de Oliveira Abinader2017-05-121-1/+1
|
* [tidy] modernize-use-overrideBruno de Oliveira Abinader2017-05-124-4/+4
|
* [tidy] modernize-use-default-member-initBruno de Oliveira Abinader2017-05-123-13/+10
|
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-1213-38/+67
|
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-1225-50/+49
|
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-1213-14/+14
|
* [core] Removed unused namedColorCountBruno de Oliveira Abinader2017-05-121-3/+0
| | | | warning: unused variable 'namedColorCount' [clang-diagnostic-unused-const-variable]
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-122-7/+9
| | | | warning: deleted member function should be public [modernize-use-equals-delete]
* [core] Explicitly use mbgl::optional in IdentityStops::evaluateBruno de Oliveira Abinader2017-05-121-2/+3
| | | | | | error: call to constructor of 'optional<std::array<float, 2> >' (aka 'std::experimental::fundamentals_v1::optional<std::array<float, 2> >') is ambiguous [clang-diagnostic-error]
* [core] Avoid calling virtual GeometryTile::cancel() on dtorBruno de Oliveira Abinader2017-05-122-1/+7
| | | | | warning: Call to virtual function during destruction will not dispatch to derived class [clang-analyzer-optin.cplusplus.VirtualCall]
* [tidy] Disable clang-analyzer-core.{NullDereference,NonNullParamChecker}Bruno de Oliveira Abinader2017-05-121-1/+1
| | | | This caused unrelated issues coming from rapidjson headers.
* [tidy] Added test/.clang-tidyBruno de Oliveira Abinader2017-05-121-0/+2
| | | | | Disabled some clang-tidy tests that were erroneously catching errors from gtest header macros.
* [build] Bump clang-{tidy,format} to 4.0.0Bruno de Oliveira Abinader2017-05-121-37/+41
|
* [android] Update attribution wordmark (#8774)Eric Wolfe2017-05-1213-58/+62
| | | | | | | | * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin
* [core] allow filesource url transform resetIvo van Dongen2017-05-121-6/+10
|
* [android] Fix gradle developer config creation task with discussed ↵Pablo Guardiola2017-05-123-6/+59
| | | | | | | | suggestions (#8897) * fix gradle developer config creation task with discussed suggestions * fix access token not set error message
* [core, android, ios, macos] Added Traffic Day/Night to default stylesMinh Nguyễn2017-05-1114-39/+170
| | | | | | The Styles API section of the Mapbox API Documentation site now lists Traffic Day v2 and Traffic Night v2, so this change adds those styles to all the places where styles are listed. Also switched iosapp and macosapp to unversioned style factory methods since MGLStyleDefaultVersion is no longer applicable for all styles.
* [ios, macos] Undeprecated unversioned style URL factory methodsMinh Nguyễn2017-05-117-59/+124
| | | | | | Undeprecated the unversioned style URL factory methods in MGLStyle for consistency with the Android and Qt SDKs. Added warnings about using them with the runtime styling API. Refactored mbgl::util::default_styles to track different versions for different styles.
* [ios, macos] Updated documented default style versionMinh Nguyễn2017-05-112-19/+6
| | | | MGLStyleDefaultVersion is just for Streets now. Deleted style version documentation tests because not all styles are on the same version.
* [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-1111-21/+22
| | | | Upgraded from v9 default styles to v10 wherever the developer expects to get the latest and greatest, as well as in a couple tests where it may be beneficial to ensure that we can handle a two-digit version number in the style URL.
* [ios] remove Secure Transport exception from demo appKonstantin Käfer2017-05-112-15/+1
|
* [android] - build SNAPSHOT from release branch (#8958)Tobrun2017-05-111-1/+1
|
* [Qt] Add example of adding a layer before other layerThiago Marcos P. Santos2017-05-111-2/+5
|
* [Qt] Make it possible to add a layer before another layerThiago Marcos P. Santos2017-05-112-7/+9
|
* [android] fix ui test filter in makefileIvo van Dongen2017-05-111-1/+1
|
* [android] url getter on sourcesIvo van Dongen2017-05-1110-2/+92
|
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-112-15/+16
|