summaryrefslogtreecommitdiff
path: root/test/map/map.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Color class (#5361)Young Hahn2016-06-151-2/+3
| | | | | | * Color class * Switch to list initialization
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-4/+4
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+2
|
* [tests] Add basic tests for Map::{add,remove}LayerJohn Firebaugh2016-06-021-10/+38
|
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-1/+1
|
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-251-10/+10
| | | Place them in a directory corresponding to the test .cpp file name.
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+1
|
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-151-0/+13
|
* [core] Render from the main threadJohn Firebaugh2016-04-141-45/+3
| | | | Do not create a thread for the MapContext anymore.
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-111-8/+37
|
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-1/+1
|
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-4/+4
| | | | This results in OnlineFileSource containing precisely the logic we want for reuse by OfflineFileSource, and no more.
* [tests] Reorganize tests to match src structureJohn Firebaugh2016-02-021-0/+59