summaryrefslogtreecommitdiff
path: root/test/util/mapbox.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-0/+1
|
* [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-111-2/+2
| | | | Upgraded from v9 default styles to v10 wherever the developer expects to get the latest and greatest, as well as in a couple tests where it may be beneficial to ensure that we can handle a two-digit version number in the style URL.
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-0/+27
| | | | | | | | | | | This adds a `convertJSON` template, to be used like: Error error optional<Foo> foo = convertJSON<Foo>(string, error); Internally, it parses the string with RapidJSON and then calls `convert<Foo>(parsed, error)`. While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
* regex is no longer used after 6c91c3eDane Springmeyer2017-02-021-2/+1
|
* [core] refactor URL parsingKonstantin Käfer2016-12-211-1/+4
|
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+9
|
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+201