| Commit message (Expand) | Author | Age | Files | Lines |
* | [build] use plain text files for file lists to simplify integration with othe... | Konstantin Käfer | 2018-08-20 | 1 | -155/+0 |
* | [core] harden OfflineDatabase | Konstantin Käfer | 2018-08-14 | 1 | -0/+2 |
* | [core] Replace unique_any with peer from mapbox-bindgen | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -1/+1 |
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 1 | -5/+1 |
* | [core] Convert legacy functions directly to expressions | John Firebaugh | 2018-07-13 | 1 | -2/+0 |
* | [core] Introduce LanguageTag for parsing BCP 47 tags | Chris Loer | 2018-07-03 | 1 | -0/+1 |
* | [tests] Replaced the ZoomHistory test with a render test | John Firebaugh | 2018-06-28 | 1 | -1/+0 |
* | [core] fix undefined behavior in LineAtlas::addDash | Konstantin Käfer | 2018-06-12 | 1 | -0/+1 |
* | Accept constant expressions in non-dds properties (#11960) | Anand Thakker | 2018-05-23 | 1 | -0/+1 |
* | [test] Update Map.PrefetchTiles | Bruno de Oliveira Abinader | 2018-02-28 | 1 | -0/+1 |
* | [build] convert CMake file list generation code to JavaScript | Konstantin Käfer | 2018-01-24 | 1 | -31/+28 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 1 | -0/+4 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 1 | -1/+3 |
* | [core, macos, ios] Unit tests for LocalGlyphRasterizer | Chris Loer | 2017-12-11 | 1 | -0/+1 |
* | [core] Enable local glyph generation using TinySDF. | Chris Loer | 2017-12-11 | 1 | -1/+1 |
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 1 | -0/+1 |
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 1 | -0/+2 |
* | [core] Add unit test for CrossTileSymbolIndex | Ansis Brammanis | 2017-11-17 | 1 | -1/+2 |
* | [core] Update unit tests for viewport collision. | Chris Loer | 2017-11-17 | 1 | -1/+1 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 1 | -0/+4 |
* | [test] Added GLContextMode.Shared utest | Bruno de Oliveira Abinader | 2017-11-01 | 1 | -0/+1 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 1 | -1/+0 |
* | [test] Re-added API.ZoomHistory | Bruno de Oliveira Abinader | 2017-08-22 | 1 | -0/+1 |
* | [test] Added API.RecycleMapUpdateImages test | Bruno de Oliveira Abinader | 2017-08-14 | 1 | -0/+1 |
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 1 | -2/+0 |
* | [core] Remove API tests that are covered by node tests | John Firebaugh | 2017-07-26 | 1 | -2/+0 |
* | [core] add algorithm for computing masks for raster tiles | Konstantin Käfer | 2017-07-24 | 1 | -0/+1 |
* | [core] BackendScope prevent double (de-)activation | Ivo van Dongen | 2017-07-18 | 1 | -0/+1 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 1 | -0/+2 |
* | [test] Add utest to assert our dtoa implementation precision | Thiago Marcos P. Santos | 2017-07-12 | 1 | -0/+1 |
* | [tests] Add unit test for tile prefetching | Thiago Marcos P. Santos | 2017-07-07 | 1 | -0/+1 |
* | [core] Rename ThreadedObject to Thread | Thiago Marcos P. Santos | 2017-06-21 | 1 | -1/+1 |
* | [core] Remove util::Thread | Thiago Marcos P. Santos | 2017-06-21 | 1 | -1/+0 |
* | [tests] Added tests for ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -0/+1 |
* | [core] Remove unused binpack.hppp | John Firebaugh | 2017-06-13 | 1 | -3/+0 |
* | [core] Per-bucket icon atlases | John Firebaugh | 2017-06-13 | 1 | -1/+1 |
* | [core] Per-bucket glyph atlases | John Firebaugh | 2017-06-13 | 1 | -1/+1 |
* | Fix undefined memory access in getCoveringRanges() (#9227) | Anand Thakker | 2017-06-09 | 1 | -0/+1 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 1 | -1/+0 |
* | [core] Make ExponentialStops behavior consistent; add tests | John Firebaugh | 2017-05-19 | 1 | -0/+2 |
* | [core] Remove WorkQueue | John Firebaugh | 2017-05-17 | 1 | -1/+0 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 1 | -1/+1 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -0/+2 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 1 | -1/+1 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 1 | -0/+2 |
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 1 | -1/+3 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -1/+1 |
* | Fix edge case in composite function interpolation (#8613) | Anand Thakker | 2017-04-03 | 1 | -0/+1 |
* | [core] cache binary shaders on Android | Konstantin Käfer | 2017-03-22 | 1 | -0/+3 |
* | [core] don’t query rendered features until all data is available | Ivo van Dongen | 2017-03-14 | 1 | -0/+1 |