Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update change log for the maps-v1.4.1 releasemaps-v1.4.1upstream/release-v1.4.0upstream/debug-qt-cmake37-2 | Alexander Shalamov | 2020-03-16 | 1 | -0/+10 |
| | |||||
* | Update map_snapshotter.cpp (#16308) | Kevin Li | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16305 from mapbox/mikhail_change_log_for_maps-v1.3.0maps_v1.4.0maps-v1.4.0upstream/maps_v1.4.0 | Mikhail Pozdnyakov | 2020-03-13 | 1 | -5/+9 |
| | | | Update change log for the maps-v1.4.0 release | ||||
* | [core] Fix crash at Placement::getSymbolPlacement() | Mikhail Pozdnyakov | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | Update Changelog | zmiao | 2020-03-13 | 1 | -0/+5 |
| | |||||
* | Add change log entry | Mikhail Pozdnyakov | 2020-03-12 | 1 | -0/+4 |
| | |||||
* | Update metrics | Mikhail Pozdnyakov | 2020-03-12 | 2 | -2/+2 |
| | |||||
* | [core] Binary size fixup | Mikhail Pozdnyakov | 2020-03-12 | 1 | -38/+46 |
| | |||||
* | [core] Collision index uses doubled padding with the tilted view | Mikhail Pozdnyakov | 2020-03-12 | 3 | -3/+11 |
| | |||||
* | [core] Variable labels stick to latest anchor if the view is tilted | Mikhail Pozdnyakov | 2020-03-12 | 2 | -22/+29 |
| | | | | This is done in order to improve labels stability and for the performace reasons. | ||||
* | [core] Do not squeeze placement period if the view is tilted | Mikhail Pozdnyakov | 2020-03-12 | 3 | -14/+17 |
| | | | | | | If the view is not tilted, we want the new symbols to show up faster, so we squeeze the placement period. On contrary, with the tilted view it's more important to make placement rarely for performance reasons and as the new symbols are normally "far away" and the user is not that interested to see them ASAP. | ||||
* | [core] Place already visible symbols first and hidden symbols last | Mikhail Pozdnyakov | 2020-03-12 | 2 | -1/+29 |
| | |||||
* | Update baselines | Mikhail Pozdnyakov | 2020-03-12 | 4 | -0/+140 |
| | |||||
* | [tests] Enable left-top-right-bottom-offset-tile-map-mode test | Mikhail Pozdnyakov | 2020-03-12 | 3 | -1/+35 |
| | | | | Rebase its results after https://github.com/mapbox/mapbox-gl-native/commit/3ca26ed2a609ed2eec03be0e712c29ce83a99235 | ||||
* | [test][ios] Update iOS render test data setup script | Juha Alanen | 2020-03-12 | 3 | -17/+32 |
| | |||||
* | [glfw] Add OpenGL files only when the flag is enabled | Juha Alanen | 2020-03-12 | 1 | -2/+14 |
| | |||||
* | [test] Run Annotations DebugSparse test only with OpenGL renderer | Juha Alanen | 2020-03-12 | 1 | -0/+4 |
| | |||||
* | [core] Follow-up on the platform integration callback PR | Thiago Marcos P. Santos | 2020-03-12 | 1 | -5/+6 |
| | | | | Addressing review comments that arrived after the PR was merged. | ||||
* | [metrics] Updated baselines | Thiago Marcos P. Santos | 2020-03-11 | 4 | -0/+140 |
| | |||||
* | Bump mapbox-gl-js | kevin | 2020-03-11 | 1 | -0/+0 |
| | |||||
* | [core] Not filter express `in` in `filter`. | kevin | 2020-03-11 | 1 | -1/+6 |
| | |||||
* | Update baselines | Mikhail Pozdnyakov | 2020-03-11 | 134 | -378/+658 |
| | |||||
* | [core] Adjust mapbox-gl-native for the updated debug shader semantics | Mikhail Pozdnyakov | 2020-03-11 | 8 | -23/+39 |
| | |||||
* | Bump mapbox-gl-js | Mikhail Pozdnyakov | 2020-03-11 | 20 | -353/+365 |
| | |||||
* | [core] Add a callback for platform RunLoop integration | Thiago Marcos P. Santos | 2020-03-11 | 2 | -0/+61 |
| | | | | | | | | Platform integration callback for platforms that do not have full run loop integration or don't want to block at the Mapbox GL Native loop. It will be called from any thread and is up to the platform to, after receiving the callback, call RunLoop::runOnce() from the same thread as the Map object lives. | ||||
* | Add change log entry | Mikhail Pozdnyakov | 2020-03-10 | 1 | -0/+4 |
| | |||||
* | [core][tile mode] Fix assertion at `line-center` placement handling | Mikhail Pozdnyakov | 2020-03-10 | 1 | -6/+8 |
| | | | | The `symbolIntersectsTileEdges` algorithm should not be applied to the symbols with `line-center` placement | ||||
* | [ios] Disable ccache | Thiago Marcos P. Santos | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | [build] Include an internal/internal.cmake if exists | Thiago Marcos P. Santos | 2020-03-09 | 1 | -0/+4 |
| | | | | Useful for including extra modules in forks. | ||||
* | [build] Make curl for Android a vendor package | Thiago Marcos P. Santos | 2020-03-09 | 2 | -8/+21 |
| | | | | This will make it easier to add it as dependencies of different targets. | ||||
* | [build] Do not do license check on core only builds (#16276) | Thiago Marcos P. Santos | 2020-03-08 | 1 | -3/+5 |
| | | | Users will add more dependencies and the script will break the build. | ||||
* | [core] Update baselines | Alexander Shalamov | 2020-03-07 | 1 | -1/+1 |
| | |||||
* | [core] Update changelog | Alexander Shalamov | 2020-03-07 | 1 | -0/+5 |
| | |||||
* | [core] Add unit tests for ambient cache size | Alexander Shalamov | 2020-03-07 | 2 | -8/+52 |
| | |||||
* | [core] Calculate size of an ambient cache without offline resources | Alexander Shalamov | 2020-03-07 | 2 | -25/+147 |
| | |||||
* | [render tests] Temporarily ignore tile-mode/streets-v11 | Mikhail Pozdnyakov | 2020-03-06 | 1 | -1/+2 |
| | | | | Due to flaky metrics results | ||||
* | Add change log entry | Mikhail Pozdnyakov | 2020-03-06 | 1 | -1/+7 |
| | |||||
* | [render tests] Add resources for tile-mode/streets-v11 | Mikhail Pozdnyakov | 2020-03-06 | 5 | -0/+140 |
| | |||||
* | Bump mapbox-gl-js | Mikhail Pozdnyakov | 2020-03-06 | 2 | -1/+2 |
| | | | | so that it includes `tile-mode/streets-v11` test | ||||
* | [core] CollisionIndex::intercectsTileEdges -> intersectsTileEdges | Mikhail Pozdnyakov | 2020-03-06 | 3 | -5/+5 |
| | |||||
* | [core] Tile mode placement algorithm must consider icons bounding boxes | Mikhail Pozdnyakov | 2020-03-06 | 1 | -36/+42 |
| | | | | | | Tile mode placement algorithm now checks if bounding boxes for both label text and icon are intersecting the edges of the tiles. Before, it checked only text bounding boxes and thus label icons might have got cut off. | ||||
* | [build] Removed unused misc code | Thiago Marcos P. Santos | 2020-03-06 | 8 | -176/+0 |
| | | | | This BUCK code is not used by our CI. | ||||
* | [build] Collect code coverage from macOS builds | Juha Alanen | 2020-03-06 | 2 | -1/+12 |
| | | | | | Collect coverage from development builds and add a nightly build to collect metrics. | ||||
* | Update changelog | zmiao | 2020-03-05 | 1 | -0/+4 |
| | |||||
* | [core] Remove unnecessary intermediate PolygonFeature | zmiao | 2020-03-05 | 2 | -42/+10 |
| | |||||
* | [core] Fix within expression serialization + fix within expression equal ↵ | zmiao | 2020-03-05 | 3 | -18/+34 |
| | | | | operator | ||||
* | [core] Fix within case when point is on polygon boundary | zmiao | 2020-03-05 | 2 | -0/+13 |
| | |||||
* | [core] Make within expression support generic geoJSON data | zmiao | 2020-03-05 | 1 | -22/+51 |
| | |||||
* | [core] Change GeoJSONOptions.clusterProperties to std::map | Alexander Shalamov | 2020-03-05 | 1 | -2/+2 |
| | | | | The clusterProperties contain only few elements at most. | ||||
* | [core] Update changelog | Alexander Shalamov | 2020-03-05 | 1 | -5/+20 |
| |