summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [tests] Add test to enforce database not found behaviorThiago Marcos P. Santos2017-07-171-0/+11
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-261-3/+22
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-4/+4
* [core] Convert AssetFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-16/+9
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-012-3/+15
* [tidy] modernize-deprecated-headersBruno de Oliveira Abinader2017-05-121-1/+1
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-20/+9
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-011-0/+16
* [test] add unit test for DefaultFileSource::setResourceTransform()Konstantin Käfer2017-02-201-0/+30
* [test] Added unit test for style request failuresThiago Marcos P. Santos2017-02-071-0/+31
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-274-15/+15
* [Qt] Implement mapbox::sqlite::{Database,Statement} using QtSqlBruno de Oliveira Abinader2017-01-232-19/+27
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-231-0/+19
* [android][build] core tests - initial setup for rendering testsIvo van Dongen2016-11-271-1/+1
* [core] fix up online file source test so it compiles on androidIvo van Dongen2016-11-271-5/+5
* [build] move logging to utilKonstantin Käfer2016-11-222-2/+2
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-171-0/+53
* [build] add back -WerrorKonstantin Käfer2016-09-301-1/+1
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-301-0/+124
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-289-0/+0
* [core] Don't allow OfflineDownload to flood the request queueJohn Firebaugh2016-09-261-0/+25
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+13
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-0/+11
* [tests] Add v3 & v4 database migration testsJason Wray2016-09-141-0/+58
* [core] Revert SQLite WAL journalingJason Wray2016-09-141-5/+5
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-132-0/+55
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-231-5/+5
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-163-16/+25
* Quadkey tokens in tile URL templates, limited WMS support (#5628)Minh Nguyễn2016-07-121-0/+56
* [core] Increment completedTileCount when appropriate (#5475)John Firebaugh2016-06-241-0/+2
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-16/+8
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-133-63/+63
* [test] Rename Stress test to LoadThiago Marcos P. Santos2016-06-091-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-16/+16
* [core] allow creating optional requestsKonstantin Käfer2016-05-181-0/+252
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-133-10/+10
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-30/+19
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-0/+34
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-252-225/+79
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+1
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+1
* [tests] Rationalize storage testsJohn Firebaugh2016-04-1417-899/+639
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-6/+2
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-072-22/+0
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-302-4/+96
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+8
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-171-4/+60
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-171-0/+28
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-2411-38/+38