summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [ios, build] Log raw xcodebuild output for package commandsJason Wray2018-07-031-2/+3
|
* [ios, macos] Try to make darwin "resolvedLocale" BCP 47 compliantChris Loer2018-07-032-7/+13
|
* [test] Remove "collator" ignoresChris Loer2018-07-031-15/+1
|
* [android] Android "collator" implementationChris Loer2018-07-034-1/+264
| | | | | | | | | - Uses java.text.Collator for comparison - Uses java.util.Locale for locale loading - Uses LanguageTag for BCP 47 parsing - Falls back to non-locale-aware nunicode/default comparison for case-sensitive/diacritic-insensitive. - Testing these changes depends on running Android render tests - "collator" is not yet exposed in the SDK bindings.
* [ios, macos] Darwin "collator" implementationChris Loer2018-07-033-0/+66
| | | | | - Uses NSString for comparison - Uses NSLocale for loading locales
* [core] Default "collator" implementationChris Loer2018-07-036-2/+143
| | | | | | - Based on nunicode - Not locale-aware - Used by linux and Qt builds
* [core] Introduce "collator" expressionsChris Loer2018-07-0315-16/+297
| | | | Cross platform parsing and evaluation code.
* [core] Introduce LanguageTag for parsing BCP 47 tagsChris Loer2018-07-035-0/+329
|
* [core, vendor] Create vendored nunicode 1.8.Chris Loer2018-07-0339-9/+12183
| | | | | - Version bump to 1.8 necessary for "unaccent" functionality - Qt now depends on nunicode, ruling out use of precompiled binaries
* [ios, macos] Autolocalize into Japanese, KoreanMinh Nguyễn2018-07-033-2/+6
| | | | Added Japanese and Korean to the list of languages for which the Mapbox Streets source has dedicated name fields.
* [macos] Removed errant space from changelogMinh Nguyễn2018-07-031-1/+1
|
* [glfw] Update route demo to use expressions DSLBruno de Oliveira Abinader2018-07-031-1/+1
|
* [github] Combined iOS, macOS issue templatesMinh Nguyễn2018-07-032-38/+4
|
* [github] Added per-platform issue templatesMinh Nguyễn2018-07-034-1/+107
|
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-029-21/+181
|
* [ios, macos] Updated build status buttonsMinh Nguyễn2018-07-022-2/+2
| | | | Bitrise has been replaced by CircleCI in this repository.
* [ios] Add per-commit ios-release CircleCI buildJason Wray2018-07-021-7/+33
| | | | Renames the previous tag-based package-deploy job from `ios-release` to `ios-release-tag`.
* [linux] Documentation update to reflect Ubuntu 18.04 packages (#12272)Antonio Zugaldia2018-07-021-3/+1
| | | | | | * [linux] update libllvm version for ubuntu 18.04 * [linux] cmake 3.x is now bundled with ubuntu 18.04
* Change error message with invalid render usage (#12265)Dane Springmeyer2018-06-292-2/+2
| | | | | | | | * Change error message with invalid render usage This change disambiguates this error condition with a different error with the same error message at https://github.com/mapbox/mapbox-gl-native/blob/789baf4c1f252071bf58e689e050b34eb2656363/src/mbgl/map/map.cpp#L157-L160 * fix test expectation
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-299-28/+47
|
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-297-155/+122
|
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-2914-979/+1386
|
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-2918-362/+435
|
* [core] A filter expression that errors should be treated as false, not trueJohn Firebaugh2018-06-291-1/+1
|
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-292-0/+9
| | | | Legacy filters aren't part of the style specification, but you can generate them by parsing a legacy filter in a stylesheet, and obtaining the parsed Filter and serializing it.
* [android] - update changelog for release android-v6.3.0-alpha.1Tobrun2018-06-291-1/+4
|
* [android] - update changelog for release android-v6.3.0-alpha.1Tobrun2018-06-291-0/+7
|
* [android] - changelog for v6.2.0Łukasz Paczos2018-06-291-0/+10
|
* [tests] Replaced the ZoomHistory test with a render testJohn Firebaugh2018-06-285-72/+2
|
* [ios] Preserve bcsymbolmap files when using CocoaPodsJason Wray2018-06-284-0/+10
| | | | Bitcode symbol map files (`bcsymbolmap`) are used in conjunction with dSYMs to symbolicate crashes. CocoaPods doesn't yet preserve these or add them to an app's `xcarchive`, so the developer needs to do this themselves (typically as an install-only build copy phase).
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-287-25/+25
|
* [core] Privatize Interpolate<T>John Firebaugh2018-06-283-109/+118
|
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-282-19/+17
|
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-285-46/+53
|
* [tests] Remove ignores for implemented featuresJohn Firebaugh2018-06-271-27/+3
|
* [core] Simplify parseInterpolateJohn Firebaugh2018-06-271-38/+14
| | | | | * Merge type checking into match arms * No need to use interpolator->match(...)
* [macos, ios] Commit IDEWorkspaceChecks.plist filesJohn Firebaugh2018-06-272-0/+16
|
* [ios] Update changelog and podspecs for 4.2.0-alpha.1ios-v4.2.0-alpha.1Jason Wray2018-06-274-4/+14
|
* [ios] Update changelogs and bump podspec.Fabian Guerra2018-06-272-0/+10
|
* updated MAS version to 3.3.0 (#12236)Osana Babayan2018-06-271-1/+1
|
* [ios] Update Events Library submodule to include china endpoint (#12233)Randall Lee2018-06-271-0/+0
| | | Brings in changes from mapbox/mapbox-gl-native#11860 and mapbox/mapbox-gl-native#11845
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-275-18/+53
|
* [build] GLFW version 2018-06-27-0be4f3fBruno de Oliveira Abinader2018-06-272-2/+2
|
* [qt] Add QMapboxGL::getFilter()Asheem Mamoowala2018-06-272-7/+89
|
* [node] Build and publish for node 6.x, 8.x, and 10.xJohn Firebaugh2018-06-265-30/+37
| | | | Note that we're still only testing the 6.x ABI (48).
* [node] Drop node 4.x supportJohn Firebaugh2018-06-263-63/+5
|
* [build] Exit with nonzero status if file does not existJohn Firebaugh2018-06-261-0/+1
|
* [build] Update libmapbox-gl.so locationJohn Firebaugh2018-06-261-4/+4
|
* [build] Remove unusedJohn Firebaugh2018-06-261-2/+0
|
* [node] add compatibility with node-pre-gyp binary publishingKonstantin Käfer2018-06-263-5/+5
|