summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] Runtime source API: private implsJohn Firebaugh2016-06-163-46/+47
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-31/+6
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-152-0/+268
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-154-56/+64
* Color class (#5361)Young Hahn2016-06-153-7/+10
* [tidy/linux] modernize-use-defaultBruno de Oliveira Abinader2016-06-141-3/+2
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-2/+2
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-142-0/+2
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-144-73/+61
* [core] Vector source tileSize is constantJohn Firebaugh2016-06-141-6/+6
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-10/+10
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-11/+14
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-132-3/+6
* [tidy] Check modernize-use-autoBruno de Oliveira Abinader2016-06-133-4/+4
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-132-3/+3
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-133-5/+5
* [tidy] Check modernize-use-nullptrBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-134-5/+5
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-133-7/+7
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-1319-160/+160
* [test] Added Projection testsBruno de Oliveira Abinader2016-06-132-0/+69
* [test] Added style layer properties testsBruno de Oliveira Abinader2016-06-101-8/+200
* [core] load parents of missing tiles as optionalKonstantin Käfer2016-06-101-363/+648
* [core] TileData objects now store whether an optional load attempt was performedKonstantin Käfer2016-06-101-1/+7
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-3/+3
* [core] createTile callback can load optional and required tilesKonstantin Käfer2016-06-101-174/+176
* [test] Rename Stress test to LoadThiago Marcos P. Santos2016-06-091-1/+1
* [core] s/SharedTexture/PooledTexture/Bruno de Oliveira Abinader2016-06-071-4/+4
* [core] remove unused codeKonstantin Käfer2016-06-072-10/+0
* [core] Use RAII for TexturePool texturesBruno de Oliveira Abinader2016-06-071-26/+19
* [test] Added mbgl::gl::TexturePool testsBruno de Oliveira Abinader2016-06-031-6/+85
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-027-26/+26
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0210-64/+69
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-37/+38
* [tests] Add basic tests for Map::{add,remove}LayerJohn Firebaugh2016-06-023-10/+38
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-2/+2
* [core] Runtime style layer APIJohn Firebaugh2016-06-023-19/+11
* [tests] Tweak LineAnnotation test so that it reveals a bug; fix the bugJohn Firebaugh2016-06-022-1/+1
* [tests] Clean up annotation testsJohn Firebaugh2016-06-021-168/+90
* [all] Rationalize annotation APIJohn Firebaugh2016-06-012-30/+30
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-11/+11
* [test] Added GL objects testsBruno de Oliveira Abinader2016-06-012-0/+122
* [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-312-0/+62
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-0/+1
* [core] refactor updateRenderables algorithmKonstantin Käfer2016-05-272-230/+795
* [core] remove unused template definitionKonstantin Käfer2016-05-271-1/+1
* [core] AnnotationTileLayer vends its own name (#5163)Minh Nguyễn2016-05-261-0/+20
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-251-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-255-21/+6
* [core] move *Observers to their own filesKonstantin Käfer2016-05-232-3/+4