summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When CircleCI says 9.2.0 they mean itupstream/fb-circleci-xcode-9.2Jason Wray2018-01-101-7/+7
|
* [build] Update to Xcode 9.2 on CircleCIJason Wray2018-01-101-7/+7
|
* [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
|\
| * Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-04125-655/+3945
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| | * [ios, macos] Updates documentation with default CJK font recommendationsAndrew Kitchen2018-01-034-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Also updates the font to use for rendering CJK ideographs in our sample apps to `PingFang TC`, as simply specifying `PingFang` was always triggering iOS's font fallback behavior. [Fixes #10675]
| | * [ios, macos] Update mode.hpp file pathFabian Guerra2018-01-031-1/+1
| | |
| | * [ios,macos] Revert ideographic->ideograph name change.Chris Loer2018-01-035-6/+6
| | | | | | | | | | | | Original GL JS name was meant to represent "font family to use for locally generating ideographs", but "ideographic font family" communicates a similar intent more concisely.
| | * [ios,macos] Update docs to use Apple-friendly "PingFang" font example.Chris Loer2018-01-034-4/+4
| | |