summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-094-15/+0
* [tests] Test that Timer::stop on a stopped timer is a no-opJohn Firebaugh2016-01-081-0/+8
* [core] only cache successful or NotFound responsesKonstantin Käfer2016-01-082-0/+176
* [test] allow aborting rendering after a timeoutKonstantin Käfer2016-01-083-4/+17
* [core] don't consult cache for asset resourcesKonstantin Käfer2016-01-081-0/+42
* [tests] Sleep more than 1s before refreshing accessed timeThiago Marcos P. Santos2016-01-071-3/+11
* Happy new year!Minh Nguyễn2016-01-051-1/+1
* [tests] Added utests for cache versioningThiago Marcos P. Santos2016-01-051-4/+38
* [test] terminate test server when stdin closesKonstantin Käfer2016-01-055-46/+66
* [test] Remove terminate-when-inactive behavior from the test serverJohn Firebaugh2016-01-041-13/+0
* [tests] Add unit tests for SQLiteCache size limitThiago Marcos P. Santos2015-12-284-0/+233
* [tests] Simplify MockFileSourceJohn Firebaugh2015-12-245-157/+59
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-244-366/+222
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-2321-74/+74
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-234-156/+245
* [tests] Moved lazy source loading tests to ResourceLoadingBruno de Oliveira Abinader2015-12-233-187/+139
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-222-122/+99
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-221-1/+0
* [tests] Create less threads on the AsyncTask testsThiago Marcos P. Santos2015-12-211-2/+2
* [core] Add more tests to on-demand source loadBruno de Oliveira Abinader2015-12-172-1/+48
* [core] Tests for style with unused sourcesBruno de Oliveira Abinader2015-12-173-0/+148
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-173-1/+7
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-153-6/+25
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-142-6/+6
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-118-0/+61
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-111-11/+14
* [tests] Force classic locale on toString testsThiago Marcos P. Santos2015-12-101-0/+4
* [core] Custom layersJohn Firebaugh2015-12-096-39/+126
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-073-38/+2
* [core] More efficient layer cloningJohn Firebaugh2015-12-072-0/+25
* [core] add std::move to constructorsKonstantin Käfer2015-12-032-2/+4
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-038-10/+10
* [core] fix various errors reported by clang-tidyKonstantin Käfer2015-12-031-1/+1
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-033-5/+5
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-011-14/+6
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-4/+4
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-1/+3
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-011-2/+2
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-4/+1
* [core] Don't link with libuv on components not using it directlyThiago Marcos P. Santos2015-12-011-3/+0
* [tests] Fix/improve Asset utestsThiago Marcos P. Santos2015-12-016-27/+116
* [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-012-2/+2
* [tests] Add utests for ThreadLocalThiago Marcos P. Santos2015-12-012-0/+96
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-0123-145/+110
* [tests] Add utests for TimerThiago Marcos P. Santos2015-12-012-0/+180
* [tests] Add utests for AsyncTaskThiago Marcos P. Santos2015-12-012-0/+130
* [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-309-19/+14
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-1/+4
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-2714-66/+76
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-258-46/+19