summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Account for circle-stroke-width in queryRenderedFeaturesupstream/fix-10307John Firebaugh2018-01-103-7/+6
|
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-104-12/+20
|
* [qt][build] Use ninja for compiling Qt for WindowsThiago Marcos P. Santos2018-01-102-5/+9
| | | | Faster builds.
* [qt] Make example app build on WindowsThiago Marcos P. Santos2018-01-101-12/+36
|
* [qt] Fix import/export symbols declarationsThiago Marcos P. Santos2018-01-105-16/+26
| | | | Fixes #10875
* [build] Make the appveyor build less verboseThiago Marcos P. Santos2018-01-101-1/+0
|
* [build] Do not override CMake build configuration flagsThiago Marcos P. Santos2018-01-101-3/+3
| | | | These flags are set, for instance, by Ninja on Windows.
* [ios, macos, android] Commit accumulated `make style-code` updatesJohn Firebaugh2018-01-109-73/+47
| | | | Manually ignoring all heatmap and hillshade related changes.
* [ios, macos] Add documentation overrides for icon-image and text-fieldJohn Firebaugh2018-01-101-0/+6
|
* [build] Special case heatmap-color so it doesn't crash `make style-code`John Firebaugh2018-01-102-1/+9
|
* [ios, macos] Fixed inconsistent indentationMinh Nguyễn2018-01-101-11/+11
|
* [ios, macos] Qualify references to properties in enum docsMinh Nguyễn2018-01-101-0/+7
| | | | jazzy requires these property references to be qualified by class names in order to auto link them.
* [ios, macos] Update cross-refs to properties in doc commentsMinh Nguyễn2018-01-101-4/+6
|
* [ios] Make all headers members of both dynamic and static targets (#10851)Jason Wray2018-01-101-7/+89
| | | Many headers were not members of the static target, while all already belonged to the dynamic target.
* [android] - update changelog for 5.3.1 releaseTobrun2018-01-101-0/+12
|
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-103-24/+16
|
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-094-35/+60
|
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-094-10/+10
|
* [core] Enable implicit type assertions for array typesJohn Firebaugh2018-01-092-3/+2
|
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-096-30/+119
|
* [core] Use separate shaders for background and clippingLauren Budorick2018-01-0920-40/+387
|
* [core] Update debug collision circle shader.Chris Loer2018-01-093-1/+2
| | | | Fixes issue #10876.
* [core] blacklist binary program loading for Vivante GC4000 GPUsKonstantin Käfer2018-01-091-1/+4
|
* [android] - include request urls when logging out failed http requestsTobrun2018-01-094-23/+59
|
* [android] - fix code generation, remove lamda, fixup color conversion localetobrun2018-01-0919-6433/+7585
|
* [ios, macos] Removed redundant typedefMinh Nguyễn2018-01-081-5/+0
| | | Fixed a jazzy warning.
* [qt] Refreshed build documentationThiago Marcos P. Santos2018-01-082-17/+60
|
* [windows] Build on AppVeyor CIThiago Marcos P. Santos2018-01-082-0/+64
|
* [windows][core] Add std::tuple replacement for WindowsThiago Marcos P. Santos2018-01-082-5/+24
| | | | Windows STL + Clang can't build our IndexedTuple class.
* [windows][qt] Add build defines to build Mapbox GL + Qt on WindowsThiago Marcos P. Santos2018-01-082-0/+29
|
* [windows][build] Make nodejs/npm optionalThiago Marcos P. Santos2018-01-083-82/+88
|
* [windows][core] Define S_ISDIR when not definedThiago Marcos P. Santos2018-01-081-1/+4
|
* [windows][core] Use Qt's own zlib on WindowsThiago Marcos P. Santos2018-01-081-0/+4
|
* [windows][core] Add missing != operator to TilesetThiago Marcos P. Santos2018-01-081-0/+4
|
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-083-0/+3
|
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2018-01-082-3/+3
| | | | Not available on Windows.
* [ios] Ignore Boost's 'implicit conversion loses integer precision' warningBruno de Oliveira Abinader2018-01-081-0/+3
|
* [core] Bump Boost version to 1.65.1Thiago Marcos P. Santos2018-01-081-1/+1
| | | | Fixes a build error when building for Windows with clang.
* [qt] Removed unused headersThiago Marcos P. Santos2018-01-082-2/+0
|
* [qt] Use add_definitions instead of resetting CXXFLAGSThiago Marcos P. Santos2018-01-081-2/+1
|
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-088-66/+80
|
* [test] Only use our SQLite3 wrapper in testsBruno de Oliveira Abinader2018-01-082-47/+2
|
* [android] fix sending more than once double tap event on a single double tap ↵Pablo Guardiola2018-01-081-4/+3
| | | | gesture (#10854) (#10855)
* [ios, macos] Updated changelogsMinh Nguyễn2018-01-052-12/+22
|
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-0520-84/+339
| | | | | | | | * [core] Parse TileJSON bounds property * [core] Add TileRange and LatLngBounds::contains(CanonicalTileID) Move LatLngBounds::contains impl to cpp file * [core] Skip tile creation outside of tileset bounds * [core] Fix TileRange for wrapped bounds and use for CustomTileLoader instead of LatLngBounds comparisons for tiles.
* [android] - detect genymotion virtual machines when determening attributes ↵Tobrun2018-01-051-2/+10
| | | | for eglConfig
* added parameter validation LatLngBounds.from() (#10831)Osana Babayan2018-01-052-1/+109
| | | closes #10730
* [android] - RTL supportTobrun2018-01-053-4/+12
|
* [core] fix #10833 loading overscaled tilesAnsis Brammanis2018-01-051-3/+7
| | | | | | | | This reverts a regression in ed5438fc21672e838947c06669dd44051ce24c81 which set `tileZoom = idealZoom` for all types of tiles. The second change makes it so that panTiles get loaded only if they have a lower *data zoom* (only if they cover a larger area).
* Merge branch 'release-agua' back to master.Fabian Guerra2018-01-04125-655/+3945
|\