summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-164-17/+26
* [core] Compare unsigned int to unsigned int to pass tidy check (#5986)Jesse Bounds2016-08-121-1/+1
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-0/+8
* CJK overflow - update to match gl-shader (#5908)Amy Lee Walton2016-08-117-0/+0
* [build] unify naming of Makefile targetsKonstantin Käfer2016-08-051-0/+1
* [build] switch to CMakeKonstantin Käfer2016-08-054-173/+30
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-2/+3
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-221-1/+6
* [tests] Added a PT string on text conversions testsThiago Marcos P. Santos2016-07-221-0/+2
* [core] don't crash when the version number is not a numberKonstantin Käfer2016-07-202-0/+8
* [core] fix crash when the style JSON doesn't have an object at its rootKonstantin Käfer2016-07-202-0/+8
* [core] Fixed test build errorsmacos-v0.2.1macos-0.2.1Minh Nguyễn2016-07-191-15/+0
* Merge branch 'release-ios-v3.3.0'Minh Nguyễn2016-07-191-0/+15
|\
| * [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+6
| * mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-191-17/+48
| * [core] Restored shape annotation z-orderMinh Nguyễn2016-07-182-0/+15
* | Merge branch 'release-android-v4.1.1'Brad Leege2016-07-191-1/+0
|\ \
| * | [android] #5725 - Cherry picking 559f3a654b976d41d0f3db3fa958ebcda3e97b1cKonstantin Käfer2016-07-191-18/+54
| * | [core] Bring optimized animated annotations to Android release branchJohn Firebaugh2016-06-171-1/+1
* | | [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+6
* | | [core] Restored shape annotation z-orderMinh Nguyễn2016-07-182-0/+15
* | | [core] Add support for $id key to filtersJohn Firebaugh2016-07-181-62/+74
* | | Revert "add supercluster dependency"Vladimir Agafonkin2016-07-181-3/+2
* | | add supercluster dependencyVladimir Agafonkin2016-07-181-2/+3
* | | [core] Use PropertyValue<T> for Annotation line/fillBruno de Oliveira Abinader2016-07-131-6/+6
* | | Quadkey tokens in tile URL templates, limited WMS support (#5628)Minh Nguyễn2016-07-121-0/+56
* | | [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