Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Remove #pragma diagnostic for boost | Thiago Marcos P. Santos | 2018-11-01 | 6 | -53/+0 |
| | | | | | Boost is now included as a system header and the compiler should ignore it when issuing warnings. | ||||
* | [build] Add vendored libboost | Thiago Marcos P. Santos | 2018-11-01 | 11 | -9/+10 |
| | | | | Custom extract made using bcp based on 1.65.1 | ||||
* | [build] Use clcache in appveyor build | Ander Conselvan de Oliveira | 2018-11-01 | 2 | -2/+19 |
| | | | | | | clcache is a cache for compiled C and C++ objects similar to ccache but compatible with Microsoft compilers. Using it should result in faster builds. | ||||
* | [build] Parametrize AppVeyor config to avoid duplication | Ander Conselvan de Oliveira | 2018-11-01 | 1 | -68/+53 |
| | | | | | The configuration for VS 2015 and VS 2017 were almost identical. Parametrize the differences to avoid duplication. | ||||
* | [ios] Update changelog for 4.6.0-beta.1 | Jason Wray | 2018-10-31 | 1 | -0/+3 |
| | |||||
* | [ios] Bump podspecs for 4.6.0-beta.1 | Jason Wray | 2018-10-31 | 3 | -3/+3 |
| | |||||
* | [android] - remove deprecated OnMapChange interface and implementation | Tobrun | 2018-10-31 | 8 | -437/+87 |
| | |||||
* | [android] - update changelog for v6.7.0-beta.1 and v6.6.3 | Tobrun | 2018-10-31 | 1 | -0/+14 |
| | |||||
* | [build] Update appveyor | Thiago Marcos P. Santos | 2018-10-31 | 1 | -1/+7 |
| | |||||
* | [build] Add build system for submodules | Thiago Marcos P. Santos | 2018-10-31 | 38 | -193/+231 |
| | | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build. | ||||
* | [build] Add dependencies as submodules | Thiago Marcos P. Santos | 2018-10-31 | 16 | -0/+54 |
| | | | | | Do not use mason and build offline. These are header only deps. | ||||
* | Introduce the style::Layer factory classes | Mikhail Pozdnyakov | 2018-10-31 | 23 | -114/+400 |
| | | | | | | | | | This patch introduces the initial implementation of - A `LayerFactory` abstract class that creates `style::Layer` instances of a certain layer type (line, hillshade, round, ..) - A singleton `LayerManager` class, which is responsible for initializing the `LayerFactory` instances and forwarding the `create()` calls to the corresponding factory. | ||||
* | [android] - optimise imports, fixup small nitpicks | Tobrun | 2018-10-31 | 4 | -42/+11 |
| | |||||
* | [android] consolitdated OfflineRegionDefinitions (#13180) | Osana Babayan | 2018-10-31 | 5 | -59/+80 |
| | |||||
* | [android] option to consume map clicks, consuming location clicks | Łukasz Paczos | 2018-10-31 | 16 | -22/+75 |
| | |||||
* | [android] removed ZoomButtonsController support | Łukasz Paczos | 2018-10-31 | 11 | -249/+4 |
| | |||||
* | [android] remove ILatLng and IProjectedMeteres (#13176) | Osana Babayan | 2018-10-31 | 5 | -60/+5 |
| | |||||
* | [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178) | Osana Babayan | 2018-10-31 | 1 | -5/+5 |
| | |||||
* | [android] - remove java 8 language features | Tobrun | 2018-10-31 | 7 | -54/+52 |
| | |||||
* | [android] - update to mapbox java 4.0.0 | Tobrun | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | [android] cleanup isDismissible flag | Łukasz Paczos | 2018-10-31 | 2 | -25/+2 |
| | |||||
* | [android] - bump snapshot to 7.0.0 | Tobrun | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | Remove style::Layer::is()/as() | Mikhail Pozdnyakov | 2018-10-31 | 42 | -374/+341 |
| | |||||
* | [ios, macos] Added $lineProgress expression variable | Minh Nguyễn | 2018-10-30 | 9 | -0/+40 |
| | |||||
* | [ios, macos] Fixed typo in style authors guide | Minh Nguyễn | 2018-10-30 | 3 | -3/+3 |
| | |||||
* | [macos] Removed redundant sign flip | Minh Nguyễn | 2018-10-30 | 1 | -1/+1 |
| | | | | Fixed an issue where the mbgl::CameraOptions’ heading was misinterpreted as going counterclockwise instead of clockwise. | ||||
* | [iOS] Update mobile events submodule (#13228) | Randall Lee | 2018-10-30 | 3 | -0/+18 |
| | | | | | | | | | | * Update mobile events submodule Updates submodule to the latest release. https://github.com/mapbox/mapbox-events-ios/releases/tag/v0.7.0 I don't think a changelog addition is necessary. * Update core files using script | ||||
* | [android] gestures library v0.3.0 bump | Łukasz Paczos | 2018-10-30 | 2 | -4/+2 |
| | |||||
* | [android] remove isMapInitialized check | Łukasz Paczos | 2018-10-30 | 1 | -28/+7 |
| | |||||
* | [core] upgrade geojsonvt to v6.6.2 (#13231) | Vladimir Agafonkin | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | [build] Fix stale bot | Thiago Marcos P. Santos | 2018-10-30 | 1 | -2/+2 |
| | | | | | | | It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment. | ||||
* | [ios] Update pre-release installation instructionsupstream/fb-pre-release-installation | Jason Wray | 2018-10-29 | 2 | -7/+10 |
| | |||||
* | Fix a crash in MapView intialization | philemonmerlet | 2018-10-29 | 1 | -2/+2 |
| | | | app:srcCompat should be used with AppCompatImageViews. Otherwise the image may not be set, which causes a crash in MapView initialization | ||||
* | [android] - move CameraPositionActivity to use FragmetnActivity above ↵ | tobrun | 2018-10-29 | 6 | -29/+50 |
| | | | | AppCompatActivity | ||||
* | [android] deliver onMapReady only at the end of the initialization block | Łukasz Paczos | 2018-10-29 | 1 | -2/+3 |
| | |||||
* | [ios, macos] Fixed crash on nullary vararg expression function | Minh Nguyễn | 2018-10-27 | 4 | -4/+45 |
| | | | | Equate the nullary and unary forms of vararg-style aftermarket expression functions when converting to JSON objects. | ||||
* | [macos] Added icon for fill extrusion layers to macosapp | Minh Nguyễn | 2018-10-27 | 4 | -0/+215 |
| | |||||
* | [ios, macos] Updated changelogs | Minh Nguyễn | 2018-10-26 | 2 | -0/+6 |
| | |||||
* | [ios, macos] Removed extraneous radian-degree conversions | Minh Nguyễn | 2018-10-26 | 2 | -10/+10 |
| | |||||
* | Add a custom logging for the Mapbox Maps SDK for iOS. | Fabian Guerra | 2018-10-26 | 12 | -3/+217 |
| | |||||
* | [build] Show ccache stats on CircleCI again | Jason Wray | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | [android] Fix order in which repos are being synced (#13202) | Andrey Li | 2018-10-26 | 1 | -2/+2 |
| | |||||
* | [darwin, build] Fix RelWithDebInfo name in cmake Xcode config | Jason Wray | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | [android] bumped telemetry version to 3.5.1 | Łukasz Paczos | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | [macos] add changelog for PR 13019 | Huyen Chau Nguyen | 2018-10-26 | 1 | -1/+2 |
| | |||||
* | [android] remove usage of the deprecated OnMapChange listener | Łukasz Paczos | 2018-10-26 | 7 | -52/+77 |
| | |||||
* | [android] reworks MapCallback to execute correctly when a new style is ↵ | Łukasz Paczos | 2018-10-26 | 2 | -71/+127 |
| | | | | requested before the map is initialized | ||||
* | Consolidate `style::Layer` properties API | Mikhail Pozdnyakov | 2018-10-25 | 30 | -929/+203 |
| | | | | | | | | The `style::Layer` class now exposes all the properties contained at `style::LayerImpl`. This allowed to drop `style::Layer::accept()` method usage, avoid the repeated generated code and thus save some binary size. This patch is a part of the layers modularization effort. | ||||
* | [android] deprecated ZoomButtonsController support | Łukasz Paczos | 2018-10-25 | 2 | -0/+7 |
| | |||||
* | [android] telemetry 3.5.0 bump (#13171) | Łukasz Paczos | 2018-10-25 | 2 | -9/+14 |
| |