summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-1/+1
* [core] Collection-level immutabilityJohn Firebaugh2017-06-052-1/+16
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-052-0/+8
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-12/+11
* [core] Render Image SourceAsheem Mamoowala2017-06-011-1/+1
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-2/+4
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-012-5/+6
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-014-1/+128
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-011-2/+2
* [core] ensure layer::accept works with non-void return values on gccIvo van Dongen2017-05-301-0/+7
* [core] default file source - ensure thread safety for cached valuesIvo van Dongen2017-05-271-2/+7
* [core] default file source - ensure thread safety for local file and asset re...Ivo van Dongen2017-05-271-2/+2
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-1/+1
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-0/+1
* [core] Block in Mailbox::close() until neither receive nor push are in progressJohn Firebaugh2017-05-241-2/+4
* [core] forward visitor in layer::acceptIvo van Dongen2017-05-231-8/+8
* [core] Make ExponentialStops behavior consistent; add testsJohn Firebaugh2017-05-192-4/+2
* [core] Eliminate round-trip through Value in CameraFunction::evaluateJohn Firebaugh2017-05-193-16/+22
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+2
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-171-3/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-162-3/+7
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1513-386/+352
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-152-2/+2
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-6/+3
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-5/+12
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+0
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-122-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-1218-79/+336
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-2/+4
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-3/+3
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-121-2/+4
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-101-9/+1
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-082-4/+12
* [core] delegate light changes to render lightIvo van Dongen2017-05-083-15/+17
* [core] generated accessor methods on lightIvo van Dongen2017-05-083-46/+77
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-081-3/+1
* [core] Remove unused declarationJohn Firebaugh2017-05-051-5/+0
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-022-1/+16
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-022-19/+1
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-024-27/+12
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2712-35/+408
* [core] split off render layersIvo van Dongen2017-04-2510-31/+41
* [all] Rationalize style::ImageJohn Firebaugh2017-04-242-15/+11
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-0/+3
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-3/+0
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-182-29/+28
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-3/+0