summaryrefslogtreecommitdiff
path: root/test/style/source.test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-1/+3
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-1/+2
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-1/+1
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-1/+1
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-19/+87
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-1/+1
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+40
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+9
* [core] Immutable ImplsJohn Firebaugh2017-05-121-48/+48
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-121-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-11/+11
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-118/+108
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-1/+1
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-9/+16
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-2/+2
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-0/+24
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-4/+4
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-1/+1
* [core] fixup formattingIvo van Dongen2016-10-211-11/+11
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-1/+1
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+34
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+383