summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-133-71/+8
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-133-161/+0
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-1312-11/+13
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-139-122/+37
* [ios] Removed -testCenterSetMinh Nguyễn2016-01-131-24/+0
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-1/+1
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-8/+8
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-131-13/+9
* [tests] Fix how we launch the test serverThiago Marcos P. Santos2016-01-111-2/+2
* [test] Fix test case commentsKonstantin Käfer2016-01-111-2/+2
* [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