summaryrefslogtreecommitdiff
path: root/include/mbgl/util/string.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+25
| | | | Specifically when building Android with GCC 4.9 (which Qt still does :-/)
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-13/+3
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+14
|
* [core] Replace boost::lexical_cast with std::to_stringJohn Firebaugh2016-05-021-25/+7
| | | | This removes the only boost dependency from public headers.
* [core] Assert and guard against null std::exception_ptr in toStringJohn Firebaugh2016-03-161-0/+6
| | | | We don't expect toString to be called with a null std::exception_ptr. But if it is, we'd prefer not to terminate the process in release builds.
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-011-0/+5
| | | | Plus type change for zoom and removed redundant inlines.
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-221-0/+9
| | | | Make it more readable and easier to debug.
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
|
* fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+1
|
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-0/+18
| | | | std::to_string calls sprintf() internally, which is really slow
* rename llmr => mbglKonstantin Käfer2014-07-161-0/+24