summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-4/+2
* [core] Polyfill std::chrono::absJohn Firebaugh2016-01-221-3/+1
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-1/+0
* [ios] Converted iOS SDK into dynamic frameworkMinh Nguyễn2016-01-225-72/+46
* [ios] Removed testDelegateRegionDidChangeMinh Nguyễn2016-01-211-54/+0
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-2114-81/+81
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-2112-116/+64
* [tests] Added utests for RunLoop refcountingThiago Marcos P. Santos2016-01-202-0/+76
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-203-0/+15
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-197-90/+95
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-193-16/+16