summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core] Added BidiImpl to avoid ICU types exposureBruno de Oliveira Abinader2016-12-121-14/+17
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-121-0/+125
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-033-0/+0
|\
| * [ios, android] Move der files to ios platformJesse Bounds2016-11-303-0/+0
| * [ios] Use new pinning cert for stagingJesse Bounds2016-11-302-0/+0
| * [linux] Added OSMesa headless backendBruno de Oliveira Abinader2016-11-131-0/+47
* | [build] move logging to utilKonstantin Käfer2016-11-2211-12/+12
* | [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-227-5/+115
* | [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-222-1/+28
* | [build] move GLFW-related files to platform/glfwKonstantin Käfer2016-11-222-670/+0
* | [build] move default_styles to platform/defaultKonstantin Käfer2016-11-222-0/+47
* | [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-172-2/+2
* | [linux] Implement EGL headless backendTiago Vignatti2016-11-171-0/+2
* | [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-082-31/+54
* | [core] Refactor HeadlessDisplayBruno de Oliveira Abinader2016-11-082-138/+4
* | [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-14/+1
* | [linux] Added OSMesa headless backendBruno de Oliveira Abinader2016-11-041-0/+47
* | [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-0/+2
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-276-33/+26
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-254-153/+69
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-256-122/+148
* [glfw] Added queryPointAnnotations shortcutBruno de Oliveira Abinader2016-10-251-1/+5
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-201-3/+1
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-0/+55
* [glfw] add map change callback methods to glfw_viewIvo van Dongen2016-10-201-0/+10
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-173-9/+77
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-302-1/+71
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+1
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-271-9/+10
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-274-9/+12
* [core] Extract some GlyphRange-related constantsJohn Firebaugh2016-09-261-3/+3
* [core] Provide rationale for blocking queue while errors resolveJohn Firebaugh2016-09-261-0/+17
* [core] Don't allow OfflineDownload to flood the request queueJohn Firebaugh2016-09-262-80/+67
* [core] Avoid some copiesJohn Firebaugh2016-09-261-1/+1
* [core] OnlineFileSource - prevent double scheduling of requestsIvo van Dongen2016-09-231-1/+13
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-203-0/+31
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-5/+21
* [build] add specific .clang-tidy file for things that use RapidJSON writersKonstantin Käfer2016-09-151-0/+2
* [core] Remove schema v4 migration pathJason Wray2016-09-142-7/+6
* [core] Revert SQLite WAL journalingJason Wray2016-09-142-5/+13
* [linux] HTTPFileSource - rate limitIvo van Dongen2016-09-131-0/+12
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-131-26/+6
* [glfw] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-2/+3
* [core] Move SQLite logging setup to before database initializationJason Wray2016-09-092-8/+10
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-082-2/+2
* [core] Implement SQLite error logging (#6291)Jason Wray2016-09-082-0/+14
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-2/+2
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-241-0/+6
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-1/+1