summaryrefslogtreecommitdiff
path: root/include/mbgl/util/util.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-051-1/+1
| | | | | CMake defines 'NDEBUG' by default for release build, so we can check if that's not defined instead of using 'DEBUG' for debug build.
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-2/+4
|
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+15