summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] don't force GL state to be set when calling .reset()Konstantin Käfer2016-07-071-2/+4
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-062-6/+3
* Revert "[android] Do not create Timers on Default main loops"Thiago Marcos P. Santos2016-07-061-6/+6
* [android] Do not create Timers on Default main loopsThiago Marcos P. Santos2016-07-051-6/+6
* mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-041-17/+48
* [test] Added max zoom annotation testsBruno de Oliveira Abinader2016-06-283-0/+10
* [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-271-79/+3
* [core] Increment completedTileCount when appropriate (#5475)John Firebaugh2016-06-241-0/+2
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-242-2/+2
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-2420-20/+20
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-243-73/+72
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-241-1/+2
* [core] Remove TexturePool from style::UpdateParameters (#5442)John Firebaugh2016-06-221-3/+0
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-2/+3
* [core] Rewrite style parsing logic for reuse in node bindingsJohn Firebaugh2016-06-2112-12/+12
* [tests] Add memory testsThiago Marcos P. Santos2016-06-213-0/+229
* [tests] Add resources for rendering offlineThiago Marcos P. Santos2016-06-2112-43/+5
* [tests] Do not re-trigger answered requestsThiago Marcos P. Santos2016-06-212-4/+14
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-173-11/+9
* [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