summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [build] compare clang-tidy with merge base instead of masterupstream/backport-12958-to-espressoKonstantin Käfer2018-09-253-8/+5
|
* [android] - update changelog with fixed security vulnerabilityTobrun2018-08-161-0/+1
|
* [ios, macos] Update podspecs for 4.3.0 and 0.10.0 releases (#12652)macos-v0.10.0ios-v4.3.0Julian Rex2018-08-155-5/+5
| | | (Cherry picks #12651)
* [ios, macos] consolidated cherry-picks for v4.3.0 (#12648)Julian Rex2018-08-1526-237/+29
| | | | | | | Fix pod name within docs #12645 Add info on using a keypath containing a dot to Predicates & Expressions guide #12599 Remove duplicated guides, rename to appendices #12540 Copyedit iOS, macOS changelogs #12641, #12650
* [macos] Cherry picks #12634: Rename Guides to Appendices (#12644)Julian Rex2018-08-151-1/+1
|
* [docs] Cherry-pick #12462: Changelog entries for symbol-placement: ↵Julian Rex2018-08-153-0/+3
| | | | | line-center (#12646) * [docs] Changelog entries for symbol-placement: line-center
* [android] changelog for v6.4.0android-v6.4.0Łukasz Paczos2018-08-151-0/+4
|
* - store release so files with debugging informationtobrun2018-08-151-0/+21
|
* Fix out of range exception for string compareVladimir Kondrashov2018-08-143-4/+4
|
* add test for comparing filter name to idKonstantin Käfer2018-08-141-0/+4
|
* - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-142-1/+33
|
* [macos] Play sound when offline pack completes or errorsMinh Nguyễn2018-08-133-0/+29
| | | | | | Play a sound when an offline pack being added finishes downloading or encounters an error. Cherry-picked from c2f7d8a9fd8d59499379dac20b50dab79be5e2f9.
* [macos] Added zoom level options to Add Offline Pack sheetMinh Nguyễn2018-08-132-29/+223
| | | | Cherry-picked from bd2062f006a13e82e30619e55c77f867b1ed6e0e.
* Add info on using a keypath containing a dot to Predicates & Expressions ↵Jordan Kiley2018-08-131-7/+19
| | | | | | guide (#12599) * [ios, macos] Add examples for using a key path containing a dot
* [android] - changelog for 6.4.0-beta.1android-v6.4.0-beta.1Łukasz Paczos2018-08-091-0/+6
| | | | (cherry picked from commit a378d6f)
* [android] - telemetry bump to 3.1.5Łukasz Paczos2018-08-091-1/+1
| | | | (cherry picked from commit 6c55470)
* [ios] Updated podspecs and changelog for release-espresso (#12579) (#12581)ios-v4.3.0-beta.1Julian Rex2018-08-084-3/+4
|
* [core] Use correct Log::record overload. (#12571) (#12577)Julian Rex2018-08-081-1/+1
|
* [build] Fix CI failure when master and release branch are identicalJason Wray2018-08-081-1/+1
| | | | The search for branches containing the previous hash could return multiple matches on different lines, if, for instance, a newly-cut release branch were identical to master.
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-073-8/+8
| | | | | More generic name as the same class member is to be used by the linear gradient properties.
* Update Java Services to v3.4.0 (#12564)Dan Nesfeder2018-08-071-1/+1
|
* [Qt] Add CMake toolchain for QNX platformSudarsana Babu Nagineni2018-08-074-0/+141
| | | | | | This adds CMake toolchain for QNX platform. By using this toolchain, we can compile Mapbox GL Plugin for Qt on QNX platform.
* [build] Update appveyor config to include msvc 2015 and 2017Ivo van Dongen2018-08-071-33/+80
|
* [core] support windows compilation with msvc2017 and clang 6Ivo van Dongen2018-08-072-3/+24
|
* [build] Push binary size history to S3 (#12538)John Firebaugh2018-08-064-1/+142
|
* [android] Enable LTO in release builds (#12546)John Firebaugh2018-08-061-0/+10
|
* [ios, build] Support prereleases in templated release notesJason Wray2018-08-062-23/+53
|
* [Qt] Check if property value is a valid JSON stringBruno de Oliveira Abinader2018-08-064-33/+71
|
* [iOS] Update Events submodule with crash fix (#12542)Randall Lee2018-08-032-0/+1
| | | | | | | | * Update events submodule fixes bug with location manager delegate in the events manager. * Update changelog
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-022-2/+12
|
* [core] don't prefetch tiles for geojson sources (#12529)Molly Lloyd2018-08-021-1/+1
|
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-0211-175/+366
| | | | | | | | | | * Relax typing for comparison operators Ports https://github.com/mapbox/mapbox-gl-js/pull/6961 * Review comments * Lint fixes
* [ios] Update podspecs for alpha.2 (#12531)ios-v4.3.0-alpha.2Julian Rex2018-08-013-3/+3
|
* [ios] Fix location manager null reset.Fabian Guerra2018-08-012-15/+15
|
* [android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2Łukasz Paczos2018-08-011-0/+9
|
* [Qt] QMapboxGL::set{Paint,Layout}Property should return boolBruno de Oliveira Abinader2018-08-012-14/+20
|
* [ios, build] Bump CircleCI to Xcode 9.4.1Jason Wray2018-07-311-8/+8
|
* [ios, macos] Enable link-time optimization for iOS release builds (#12502)John Firebaugh2018-07-315-0/+10
|
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3164-981/+802
|
* [ios] Add preferred FPS setting; vary maximum FPS by device capabilityJason Wray2018-07-316-3/+156
| | | | - Add `MGLMapView.preferredFramesPerSecond`, which can be set with the provided `MGLMapViewPreferredFramesPerSecond` enum values or directly with an integer. - Adaptively set the preferred FPS based on the capabilities of the device: the oldest and least powerful devices are now capped at 30 FPS, which results in a more consistent/smoother experience.
* [core] update parse_date from cURL 7.61.0Konstantin Käfer2018-07-312-108/+100
|
* [node] Update documentation for publishing process (#12500)John Firebaugh2018-07-311-5/+11
| | | | | | * Update node publishing process * publish instruction separated into steps
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-3021-418/+440
| | | | | * return {} → return nullopt * error = { "..." } → error.message = "..."
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-306-157/+131
|
* [core] Avoid unnecessary template instantiationsJohn Firebaugh2018-07-301-32/+23
|
* [Qt] Fix link to Qt public API headers in README.mdSudarsana Babu Nagineni2018-07-301-1/+1
|
* Update DEVELOPING.mdSudarsana Babu Nagineni2018-07-301-0/+45
| | | | | | Added a section about inheriting constructors (e.g. using Base::Base;) issue on the compilers which has only partial C++11 support.
* Update geometry, geojsonvt and vector-tile modulesSudarsana Babu Nagineni2018-07-301-3/+3
| | | | | Update mason modules geometry, geojsonvt and vector-tile to latest.
* Remove use of noncopyable in ContextSudarsana Babu Nagineni2018-07-301-1/+3
|
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-306-25/+28
| | | | | | | | | | This patch fixes the compilation errors on QNX 7: 1) QNX 7 compiler (i.e qcc based GCC 5.4.0 with libc++ from LLVM) has a limited c++11 feature support and causing the compilation errors with the inheriting constructors. This fixes the issues by providing the required constructors explicitly. 2) Resolves an ambiguous overload error with optional<T>