summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-193-15/+0
* [linux] Replace PNG with WebP on tile source URLBruno de Oliveira Abinader2016-01-191-0/+7
* [linux] Added WebP tile supportBruno de Oliveira Abinader2016-01-192-0/+8
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-2/+34
* [core] use stale glyphsKonstantin Käfer2016-01-155-6/+70
* [core] use stale sprite dataKonstantin Käfer2016-01-155-0/+64
* [test] ensure static rendering finishes when a tile can't be loadedKonstantin Käfer2016-01-154-0/+103
* [core] use stale and refreshing TileJSON/GeoJSON dataKonstantin Käfer2016-01-153-0/+48
* [core] use stale stylesKonstantin Käfer2016-01-157-0/+94
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-152-0/+35
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+4
* [ios] remove `testCompassTap` testJason Wray2016-01-141-26/+0
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-142-5/+6
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-6/+2
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-143-32/+27
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-3/+3
* [core] Consolidated zoom and angle anchor logicMinh Nguyễn2016-01-141-0/+25