Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Do not render symbol layers for pan tilesupstream/pitch-67.5-degrees | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -3/+13 |
| | |||||
* | [core] Remove redundant check in scanLine | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -6/+6 |
| | |||||
* | [core] Increase pitch to 67.5 degrees | Bruno de Oliveira Abinader | 2018-08-08 | 3 | -3/+3 |
| | |||||
* | [core] Limit TileCoordinate-based coverage | Bruno de Oliveira Abinader | 2018-08-08 | 4 | -17/+77 |
| | |||||
* | [core] Remove unused 'rendered' set | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -3/+0 |
| | |||||
* | [core] tileCover zoom is uint8_t | Bruno de Oliveira Abinader | 2018-08-08 | 3 | -20/+23 |
| | |||||
* | [core] Replace unique_any with peer from mapbox-bindgen | Bruno de Oliveira Abinader | 2018-08-08 | 10 | -499/+315 |
| | |||||
* | [core] Replace Boost.Spirit with std::regex in CacheControl::parse() | Bruno de Oliveira Abinader | 2018-08-08 | 2 | -21/+16 |
| | |||||
* | [core] Replace remaining dynamic_cast with static_cast | Bruno de Oliveira Abinader | 2018-08-08 | 15 | -16/+31 |
| | |||||
* | [core] Add lineMetrics to GeoJSONOptions | Mikhail Pozdnyakov | 2018-08-08 | 5 | -2/+17 |
| | | | | | This patch also bumps geojson-vt-cpp version to 6.6.0, which enables the `lineMetrics` option. | ||||
* | Handle >2 branches by switching to split[0] | Jason Wray | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | [build] Fix CI failure when master and release branch are identical | Jason Wray | 2018-08-07 | 1 | -1/+1 |
| | | | | The search for branches containing the previous hash could return multiple matches on different lines, if, for instance, a newly-cut release branch were identical to master. | ||||
* | Rename `EvaluationContext::heatmapDensity` to `colorRampParameter` | Mikhail Pozdnyakov | 2018-08-07 | 3 | -8/+8 |
| | | | | | More generic name as the same class member is to be used by the linear gradient properties. | ||||
* | Update Java Services to v3.4.0 (#12564) | Dan Nesfeder | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | [Qt] Add CMake toolchain for QNX platform | Sudarsana Babu Nagineni | 2018-08-07 | 4 | -0/+141 |
| | | | | | | This adds CMake toolchain for QNX platform. By using this toolchain, we can compile Mapbox GL Plugin for Qt on QNX platform. | ||||
* | [build] Update appveyor config to include msvc 2015 and 2017 | Ivo van Dongen | 2018-08-07 | 1 | -33/+80 |
| | |||||
* | [core] support windows compilation with msvc2017 and clang 6 | Ivo van Dongen | 2018-08-07 | 2 | -3/+24 |
| | |||||
* | [build] Push binary size history to S3 (#12538) | John Firebaugh | 2018-08-06 | 4 | -1/+142 |
| | |||||
* | [android] Enable LTO in release builds (#12546) | John Firebaugh | 2018-08-06 | 1 | -0/+10 |
| | |||||
* | [ios, build] Support prereleases in templated release notes | Jason Wray | 2018-08-06 | 2 | -23/+53 |
| | |||||
* | [Qt] Check if property value is a valid JSON string | Bruno de Oliveira Abinader | 2018-08-06 | 4 | -33/+71 |
| | |||||
* | [iOS] Update Events submodule with crash fix (#12542) | Randall Lee | 2018-08-03 | 2 | -0/+1 |
| | | | | | | | | * Update events submodule fixes bug with location manager delegate in the events manager. * Update changelog | ||||
* | Fix TileJSON conversion to allow single point bounds | Asheem Mamoowala | 2018-08-02 | 2 | -2/+12 |
| | |||||
* | [core] don't prefetch tiles for geojson sources (#12529) | Molly Lloyd | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Relax typing for comparison operators (#12537) | Anand Thakker | 2018-08-02 | 11 | -175/+366 |
| | | | | | | | | | | * Relax typing for comparison operators Ports https://github.com/mapbox/mapbox-gl-js/pull/6961 * Review comments * Lint fixes | ||||
* | [ios] Update podspecs for alpha.2 (#12531)ios-v4.3.0-alpha.2 | Julian Rex | 2018-08-01 | 3 | -3/+3 |
| | |||||
* | [ios] Fix location manager null reset. | Fabian Guerra | 2018-08-01 | 2 | -15/+15 |
| | |||||
* | [android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2 | Łukasz Paczos | 2018-08-01 | 1 | -0/+9 |
| | |||||
* | [Qt] QMapboxGL::set{Paint,Layout}Property should return bool | Bruno de Oliveira Abinader | 2018-08-01 | 2 | -14/+20 |
| | |||||
* | [ios, build] Bump CircleCI to Xcode 9.4.1 | Jason Wray | 2018-07-31 | 1 | -8/+8 |
| | |||||
* | [ios, macos] Enable link-time optimization for iOS release builds (#12502) | John Firebaugh | 2018-07-31 | 5 | -0/+10 |
| | |||||
* | [core] Merge DataDrivenPropertyValue into PropertyValue (#12513) | John Firebaugh | 2018-07-31 | 64 | -981/+802 |
| | |||||
* | [ios] Add preferred FPS setting; vary maximum FPS by device capability | Jason Wray | 2018-07-31 | 6 | -3/+156 |
| | | | | - Add `MGLMapView.preferredFramesPerSecond`, which can be set with the provided `MGLMapViewPreferredFramesPerSecond` enum values or directly with an integer. - Adaptively set the preferred FPS based on the capabilities of the device: the oldest and least powerful devices are now capped at 30 FPS, which results in a more consistent/smoother experience. | ||||
* | [core] update parse_date from cURL 7.61.0 | Konstantin Käfer | 2018-07-31 | 2 | -108/+100 |
| | |||||
* | [node] Update documentation for publishing process (#12500) | John Firebaugh | 2018-07-31 | 1 | -5/+11 |
| | | | | | | * Update node publishing process * publish instruction separated into steps | ||||
* | [core] Tweak conversions to reduce binary size | John Firebaugh | 2018-07-30 | 21 | -418/+440 |
| | | | | | * return {} → return nullopt * error = { "..." } → error.message = "..." | ||||
* | [core] Simplify CompoundExpression implementation | John Firebaugh | 2018-07-30 | 6 | -157/+131 |
| | |||||
* | [core] Avoid unnecessary template instantiations | John Firebaugh | 2018-07-30 | 1 | -32/+23 |
| | |||||
* | [Qt] Fix link to Qt public API headers in README.md | Sudarsana Babu Nagineni | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Update DEVELOPING.md | Sudarsana Babu Nagineni | 2018-07-30 | 1 | -0/+45 |
| | | | | | | Added a section about inheriting constructors (e.g. using Base::Base;) issue on the compilers which has only partial C++11 support. | ||||
* | Update geometry, geojsonvt and vector-tile modules | Sudarsana Babu Nagineni | 2018-07-30 | 1 | -3/+3 |
| | | | | | Update mason modules geometry, geojsonvt and vector-tile to latest. | ||||
* | Remove use of noncopyable in Context | Sudarsana Babu Nagineni | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | Fix compilation errors with libc++ on QNX 7 | Sudarsana Babu Nagineni | 2018-07-30 | 6 | -25/+28 |
| | | | | | | | | | | This patch fixes the compilation errors on QNX 7: 1) QNX 7 compiler (i.e qcc based GCC 5.4.0 with libc++ from LLVM) has a limited c++11 feature support and causing the compilation errors with the inheriting constructors. This fixes the issues by providing the required constructors explicitly. 2) Resolves an ambiguous overload error with optional<T> | ||||
* | VisibleRegion on rotated bounds (#12135) (#12255) | Osana Babayan | 2018-07-27 | 2 | -38/+148 |
| | |||||
* | [ios] Fix file encoding for pt-PT strings file | Jason Wray | 2018-07-27 | 1 | -0/+0 |
| | | | Converted from UTF-16 to UTF-8. | ||||
* | [android] - wait for the initial render to occur before showing the map to ↵ | Tobrun | 2018-07-27 | 9 | -39/+145 |
| | | | | the end-user | ||||
* | [android] - unbound variable with external PR | tobrun | 2018-07-27 | 1 | -3/+0 |
| | |||||
* | [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizer | Kiyong Jung | 2018-07-27 | 3 | -24/+46 |
| | | | | | - Make LocalGlyphRasterizer.drawGlyphBitmap() non-static - Store and reuse Bitmap, Paint & Canvas instances | ||||
* | [android] using @Keep annotation across the project with the help of lint checks | Łukasz Paczos | 2018-07-26 | 66 | -17/+809 |
| | |||||
* | [android] - add minimal touch target to marker click detection | Tobrun | 2018-07-26 | 1 | -3/+18 |
| |