summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] Source-driven attributionMinh Nguyễn2016-09-262-1/+45
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-2/+15
* [tests] Add tests for Map::[add|remove]ImageThiago Marcos P. Santos2016-09-224-0/+58
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+13
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-204-0/+61
* [tests] Remove memory fragmentation test (#6226)Thiago Marcos P. Santos2016-09-201-62/+0
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-201-0/+20
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-1/+1
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-20/+20
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-193-323/+274
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-0/+18
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-165-25/+201
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-0/+11
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-161-24/+25
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-161-1/+1
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-23/+50
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-152-6/+7
* [test] use recursive wrapper for recursive variant typesKonstantin Käfer2016-09-151-6/+10
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-2/+2
* [tests] Add v3 & v4 database migration testsJason Wray2016-09-145-0/+58
* [core] Revert SQLite WAL journalingJason Wray2016-09-141-5/+5
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-133-0/+109
* [test] Added Map class accessors testsBruno de Oliveira Abinader2016-09-131-0/+34
* [core] - move wrap test (#6311)Tobrun2016-09-121-0/+26
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-081-14/+14
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-071-13/+25
* [core] change bool wrap/repeating to enum class SpritePatternModeKonstantin Käfer2016-09-071-6/+6
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-072-7/+7
* [core] Observe visibility changesJohn Firebaugh2016-09-062-0/+19
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-061-0/+4
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-062-0/+72
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-3/+3
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-051-1/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-18/+18
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-295-0/+68
* [core] Rename data ⇢ tile; use Resource::NecessityJohn Firebaugh2016-08-261-121/+116
* [tests] Make it possible to disable tests on the CIThiago Marcos P. Santos2016-08-261-0/+6
* [tests] Removed dead codeThiago Marcos P. Santos2016-08-241-8/+0
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-241-0/+32
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-243-4/+9
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-3/+3
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-231-5/+5
* [tests] Test that style mutations due to annotations don't cancel style reval...John Firebaugh2016-08-231-0/+26
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-232-0/+124
* [tests] Fix a subtle ordering bug in StubFileSourceJohn Firebaugh2016-08-231-2/+10
* [tests] Merge single test in set_style.cpp with other Map testsJohn Firebaugh2016-08-232-33/+19
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-232-0/+179
* [core] set correct depth values for CustomLayer so compositing worksKonstantin Käfer2016-08-223-11/+34
* [tests] Include what we useThiago Marcos P. Santos2016-08-222-0/+2
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+34