summaryrefslogtreecommitdiff
path: root/src/mbgl/util/dtoa.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] remove special case for WindowsKonstantin Käfer2018-10-231-16/+0
* [core] add ability to stringify doubles that are integer with and without tra...Konstantin Käfer2018-10-231-2/+2
* [core] deduplicate dtoa() from RapidJSON and add testsKonstantin Käfer2018-10-231-90/+7
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+2
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-07-121-0/+14
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-1/+9
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+97