summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tracing entry points in the rendering pipelineupstream/galinelle_mbgl_tracingGali Nelle2020-02-1722-12/+352
* [documentation] Updated README and DEVELOPINGThiago Marcos P. Santos2020-02-073-211/+27
* [build] Run cmake-format on all the CMake filesThiago Marcos P. Santos2020-02-0720-94/+148
* [build] Remove unused filesThiago Marcos P. Santos2020-02-0756-8448/+0
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-0733-2895/+2653
* Add change log entryMikhail Pozdnyakov2020-02-071-0/+7
* Add OfflineDatabase.UpdateDatabaseReadOnlyMode unit testMikhail Pozdnyakov2020-02-071-0/+16
* Add OfflineDatabase.PutResourceReadOnlyMode unit testMikhail Pozdnyakov2020-02-071-0/+27
* Expose READ_ONLY_MODE_KEY property for DatabaseFileSourceMikhail Pozdnyakov2020-02-074-35/+41
* [core] Update changelogAlexander Shalamov2020-02-061-0/+5
* [core] Switch unordered_map to mapAlexander Shalamov2020-02-065-10/+11
* [core] Add hooks for setting experimental thread priorities for mbgl threadsAlexander Shalamov2020-02-0611-31/+88
* [core] Add platform::setCurrentThreadPriority(double)Alexander Shalamov2020-02-065-3/+40
* [core] Add unit test for global settings objectAlexander Shalamov2020-02-063-0/+50
* [core] Add global settings objectAlexander Shalamov2020-02-063-0/+108
* [test] Enable HTTP server on AndroidJuha Alanen2020-02-066-8/+33
* [test] Improve the stability of a test on AndroidJuha Alanen2020-02-061-3/+10
* [android] Implement watch handler in RunLoopJuha Alanen2020-02-062-4/+36
* [build] Add curl-android-ios submoduleJuha Alanen2020-02-062-0/+3
* Made number format work for newer versions of ICU (#16176)Preston A Elder2020-02-041-0/+8
* [core] Prepare changelog for maps-v1.0.1 (2020.01-release-unicorn) patch releaseAlexander Shalamov2020-02-031-0/+2
* [tile mode] Improvements in symbol placement on tile bordersMikhail Pozdnyakov2020-02-035-35/+90
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-0326-156/+184
* Add back ios-test-runner for beseline job (#16167)zmiao2020-02-031-2/+1
* [core] Add getSharedExpression to property expressionAlexander Shalamov2020-02-032-0/+9
* [core] Update changelogAlexander Shalamov2020-02-031-0/+6
* [core] Use std::list instead of std::map for factory instanceAlexander Shalamov2020-02-031-9/+21
* [build] Remove baseline bot dependency on iOS testsThiago Marcos P. Santos2020-02-031-1/+2
* [build] Use all available cores for CI buildsJuha Alanen2020-01-301-2/+2
* [build] Disable TSAN checks for the test HTTP server in CI buildsJuha Alanen2020-01-302-0/+3
* [build] Enable unit tests for Qt MacOS builds in CIJuha Alanen2020-01-302-1/+0
* [build] Fix test linking for MacOS and QtJuha Alanen2020-01-302-3/+29
* [test] Remove node.js based HTTP serverJuha Alanen2020-01-303-263/+0
* [test] Switch to C++ HTTP serverJuha Alanen2020-01-305-6/+232
* [build] Add cpp-httplib as submoduleJuha Alanen2020-01-302-0/+3
* [build] Make it possible to enable RTTI on the new buildsystemThiago Marcos P. Santos2020-01-291-1/+2
* [build] Add WITH_NO_RTTI CMake option to be able to build gl-native with RTTI...Siarhei Fedartsou2020-01-291-1/+4
* [test-runner] Enable rebaseline for next-ios-render-test-runner (#16147)zmiao2020-01-2810-4/+147
* [build] Cleanup CircleCI configurationThiago Marcos P. Santos2020-01-285609-1135/+316
* [core] Prepare changelog for maps-v1.0.0 (2020.01-release-unicorn) releasemaps-v1.0.0Alexander Shalamov2020-01-271-1/+6
* [tile mode] Fix variable symbols placementMikhail Pozdnyakov2020-01-272-9/+4
* [core] Update changelogAlexander Shalamov2020-01-271-0/+4
* [core] Add unit test for pausing & resuming database fsAlexander Shalamov2020-01-273-0/+27
* [metrics] Upbdate baselines for test app binary sizeAlexander Shalamov2020-01-271-3/+3
* [core] Add pause and resume to database filesource implementationAlexander Shalamov2020-01-272-0/+13
* [test-runner] Add iOS RenderTestRunner test metrics (#16139)zmiao2020-01-241118-46/+38881
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-243-14/+33
* [core] Update changelogAlexander Shalamov2020-01-231-0/+4
* [core] Use weak scheduler inside mailboxAlexander Shalamov2020-01-232-15/+19
* [core] Move resource loader to dedicated thread with schedulerAlexander Shalamov2020-01-232-76/+48