summaryrefslogtreecommitdiff
path: root/platform/default/include/mbgl/gl/headless_frontend.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement platform::Factory::sharedFileSource()upstream/map-refactorBruno de Oliveira Abinader2019-03-081-3/+3
|
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-03-081-3/+2
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-141-0/+61