summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/darwin
Commit message (Collapse)AuthorAgeFilesLines
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-27/+0
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-1/+1
| | | | | Map debug options are now cycled up to all debug options enabled, then back to none.
* iOS perspective gesture supportJason Wray2015-08-261-0/+1
| | | | | | Drag two fingers upward to tilt the map. Implements #2116
* Namespaced reachability notification constantMinh Nguyễn2015-06-121-1/+1
| | | Fixes #1717.
* prefix Reachability with "MGL" to avoid linking conflicts and app store ↵Konstantin Käfer2015-05-261-4/+4
| | | | rejections
* update Reachability with latest versionKonstantin Käfer2015-05-261-25/+8
|
* closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-0/+5
|
* Make the logging system staticThiago Marcos P. Santos2015-03-121-18/+0
| | | | | | | No initialization is needed anymore and we can use the logging functions safely at any point of the code (threading is not handled though, so you might get multiplexed messages if you log from two threads simultaneously).
* Simplify the logging mechanismThiago Marcos P. Santos2015-03-121-3/+0
| | | | | | | | | Move the implementation of the more specialized methods to the base class and let the platform implement only the most generic method that takes all the possible arguments. These specialized methods will then map to the generic implementation that must be provided by the platforms we support.
* restructure gyp filesKonstantin Käfer2014-10-243-0/+157