summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Link to Mapbox Maps SDKupstream/1ec5-cmake-darwin-cleanupMinh Nguyễn2020-02-271-5/+9
| | | | For historical reasons, developers may come here when looking for the Mapbox Maps SDK. Direct them to the right repository so they don’t get confused thinking Mapbox only provides a C++ library.
* [ios, macos] Redirect documentation to mapbox-gl-native-iosMinh Nguyễn2020-02-279-2561/+13
|
* [ios, macos] Deleted iOS/macOS map SDK sources, resources, scriptsMinh Nguyễn2020-02-27853-306893/+0
|
* [ios, macos] Cleaned up iOS, macOS CMake configurationMinh Nguyễn2020-02-272-94/+27
|
* [build] Add license file for mbgl-core.aThiago Marcos P. Santos2020-02-272-0/+703
| | | | | Also make sure it will be always up to date by using the nitpick bot to enforce it.
* [build] Make csscolorparser and parsedate vendorsThiago Marcos P. Santos2020-02-2711-22/+114
| | | | | | They have a different license from the rest of the code and this will make it explicit. Also the script for generating the license will dectect them correctly.
* [build] Generate the LICENSE.md for mbgl-coreThiago Marcos P. Santos2020-02-2714-860/+260
| | | | | | | Add a script that for everything we link against mbgl-core, it will check the license and generate a file all the dependencies listed with the respective authors, project urls and license.
* [build][ios] Upload updated metrics to CI artifactsJuha Alanen2020-02-271-1/+2
|
* [build][ios] Refactor iOS test runner CI job configsJuha Alanen2020-02-274-140/+87
|
* [build][ios] Move iOS test runners to a separate cmake fileJuha Alanen2020-02-272-244/+218
|
* [build][ios] Move iOS specific ccache scripts to platform directoryJuha Alanen2020-02-275-20/+28
|
* [build] Build files related to OpenGL renderer only when the flag is enabledJuha Alanen2020-02-272-17/+28
|
* Add Pass.NoCopy unit testMikhail Pozdnyakov2020-02-262-0/+17
|
* Add change log entryMikhail Pozdnyakov2020-02-261-0/+24
|
* [core] OnlineFileSource is never accessed directlyMikhail Pozdnyakov2020-02-2610-154/+144
|
* [core] Fix mbgl::Pass constructorMikhail Pozdnyakov2020-02-261-1/+1
|
* [core] Move setResourceTransform() to FileSource interfaceMikhail Pozdnyakov2020-02-262-6/+5
|
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-2615-48/+69
|
* [core] Move mbgl::Pass and mbgl::PassRefPtr to a separate headerMikhail Pozdnyakov2020-02-263-17/+27
|
* [core] Update changelogAlexander Shalamov2020-02-261-0/+4
|
* [core] Update baselines for gl-native toolsAlexander Shalamov2020-02-261-3/+3
|
* [core] Update Map.UniversalStyleGetter testAlexander Shalamov2020-02-261-10/+19
|
* [core] Add unit test for layer serializationAlexander Shalamov2020-02-261-1/+95
|
* [core] Fix TransitionOptions serializationAlexander Shalamov2020-02-262-8/+16
|
* [core] Fix Color serializationAlexander Shalamov2020-02-264-13/+19
|
* [core] Generate layer codeAlexander Shalamov2020-02-2618-461/+659
|
* [core] Add layer serialization methodAlexander Shalamov2020-02-265-22/+100
|
* Update Changelogzmiao2020-02-261-0/+4
|
* Backport https://github.com/mapbox/mapbox-gl-js/pull/9333zmiao2020-02-266-449/+427
|
* Bump GL JSzmiao2020-02-261-0/+0
|
* [glfw] Add option to test pitch boundsJuha Alanen2020-02-261-0/+13
|
* [test] Verify pitch boundsJuha Alanen2020-02-261-0/+4
|
* [core] Return pitch bounds in degreesJuha Alanen2020-02-262-4/+4
|
* Add a changelog entryMikhail Pozdnyakov2020-02-251-0/+10
|
* Add OfflineDownload.NoFreezingOnCachedTilesAndNewStyle unit testMikhail Pozdnyakov2020-02-253-0/+49
|
* [core] Consolidate file source keys in the generic FileSource headerMikhail Pozdnyakov2020-02-257-28/+28
| | | | | Thus we do not need to include specific headers to use `{set|get}Property` API with key constants.
* [core] Fix offline region download freezingMikhail Pozdnyakov2020-02-252-16/+26
| | | | | | | | | | Downloaded resources are put in the buffer and inserted in the database in batches. Before this change, the buffer was flushed only at the network response callback and thus it never got flushed if the last required resources were present locally and did not initiate network requests -> it caused freezing. Now the buffer is flushed every time the remaining resources container gets empty.
* [test] Add test for min and max pitch optionsJuha Alanen2020-02-252-0/+93
|
* [core] Add min and max pitch optionsJuha Alanen2020-02-256-5/+95
|
* [build] Bump mapbox-baseThiago Marcos P. Santos2020-02-247-34/+2
| | | | | This will move geojson-vt-cpp and shelf-pack-cpp to mapbox-base collection of libraries.
* [core] Dismiss actors from sprite loaderMikhail Pozdnyakov2020-02-245-89/+40
| | | | and get rid of `SpriteLoaderWorker`, use `scheduleAndReplyValue()` API instead.
* [android] add jni binding for source zoom delta (#16221)Kevin Li2020-02-242-4/+27
| | | | | | | | * [android] and jni interface for source zoom delta * handle nullopt in setter and getter * Use jni::Integer
* Update changelogzmiao2020-02-211-0/+4
|
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-214-41/+144
|
* [test-runner] Add new metricszmiao2020-02-215-1/+141
|
* [core] Remove unnecessary includes, fix commentszmiao2020-02-214-10/+5
| | | | This reverts commit b5c386ad7708ca9fe14f219b0ffc94cf6ce8fc88.
* Bump gl-js versionzmiao2020-02-211-0/+0
|
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-215-177/+132
|
* [core] Move geometry within algorithm to utilzmiao2020-02-214-147/+170
|
* [core] Add support for "line within polygon"zmiao2020-02-212-13/+200
|