summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [tests] Unit tests for clock skew retry timeoutThiago Marcos P. Santos2016-02-262-0/+40
* [tests] Add a test for the retry delay on expired responseThiago Marcos P. Santos2016-02-262-0/+36
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-243-0/+107
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-242-10/+33
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-13/+37
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-7/+7
* [tests] Add utests for HTTP 200 with no dataThiago Marcos P. Santos2016-02-232-0/+29
* [tests] Timer is not needed to keep the main loop aliveThiago Marcos P. Santos2016-02-221-5/+0
* [gyp] Use variant compiler flags when neededBruno de Oliveira Abinader2016-02-211-0/+1
* [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1Bruno de Oliveira Abinader2016-02-211-18/+15
* [tests] Use ENABLE_COVERAGE=1 envvar to enable coverageBruno de Oliveira Abinader2016-02-191-1/+5
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-184-21/+21
* Revert "[gl] Updated CustomLayer tests"John Firebaugh2016-02-181-24/+30
* [osx] Enable coverage support for debug buildBruno de Oliveira Abinader2016-02-181-0/+7
* [gl] Updated CustomLayer testsBruno de Oliveira Abinader2016-02-181-26/+24
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-2/+2
* [tests] Fix compilation error in test/storage/headers.cppBruno de Oliveira Abinader2016-02-161-13/+13
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-44/+0
* [tests] Add test for Map::updatePointAnnotationJohn Firebaugh2016-02-123-3/+21
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-12312-26490/+0
* [tests] Fix buildJohn Firebaugh2016-02-114-4/+4
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-112-18/+38
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-101-8/+18
* [core] Optimize offline database schemaJohn Firebaugh2016-02-101-5/+6
* [core] Retry errors encountered during offline downloadsJohn Firebaugh2016-02-103-13/+48
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-26/+44
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-0/+72
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-0/+32
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-17/+0
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-108-0/+489
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-104-7/+119
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-102-6/+3
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-1026-1074/+486
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-104-100/+68
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-1017-63/+52
* [core] Add a method for statically evaluating font stacks used by a styleJohn Firebaugh2016-02-102-0/+48
* [core] Refactor tileCoverJohn Firebaugh2016-02-102-0/+119
* [core] compute the actual clipping masks that we have to draw with getStencils()Konstantin Käfer2016-02-101-20/+180
* [tests] Add test for AssetFileSource URL encodingJohn Firebaugh2016-02-081-0/+21
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+0
* [tests] Don't call the callback for cancelled responsesJohn Firebaugh2016-02-045-15/+17
* [all] Make #include <mapbox/variant.hpp> universally accessibleJohn Firebaugh2016-02-041-1/+0
* [core] Make bool conversions explicitJohn Firebaugh2016-02-031-2/+1
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-022-25/+101
* [tests] Reorganize tests to match src structureJohn Firebaugh2016-02-0224-23/+24
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-013-0/+44
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-0112-550/+592
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-292-0/+51
* [core] Move rapidjson document creation into StyleParserJohn Firebaugh2016-01-281-6/+1
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-256-26/+25