summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* disable leak checking for nowupstream/clang-3.9Dane Springmeyer2017-02-081-0/+2
|
* adapt to mason changes in masterDane Springmeyer2017-02-081-11/+5
|
* enable clang 3.9 + sanitizersDane Springmeyer2017-02-082-10/+76
|
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-088-6/+10
|
* [ios, macos] Fixed runtime styling deprecation warningsMinh Nguyễn2017-02-084-98/+110
|
* [ios, macos] Update documentation examples to use new style functions (#7960)Jesse Bounds2017-02-083-16/+16
|
* [ios, macos] Document DDS enumerations (#7931)Jesse Bounds2017-02-081-4/+56
| | | | [ios, macos] Document DDS enumerations
* Add back MGLStyleFunction and re-document MGLStyleValue (#7943)Jesse Bounds2017-02-084-87/+428
| | | | [ios, macos] Add back MGLStyleFunction and re-document MGLStyleValue
* removed make android-lib-x86-64 from bitrise script so snapshots build (#7986)Cameron Mace2017-02-081-1/+0
|
* [build] Remove Mason submodule in favor of CMake masonKonstantin Käfer2017-02-0818-134/+294
|
* [node] Remove unused dependencyJohn Firebaugh2017-02-081-1/+0
|
* [android] Node not requiredJohn Firebaugh2017-02-081-8/+4
|
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-0812-126/+34
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-083-3/+44
|
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-084-9/+147
|
* [Qt] Moved GeoJSON-related conversion functions to qt_geojson.hppBruno de Oliveira Abinader2017-02-083-59/+66
|
* [Qt] Added QMapboxGL::layerExistsBruno de Oliveira Abinader2017-02-082-1/+10
|
* [android] fix reference table overflow in query rendered featuresIvo van Dongen2017-02-082-20/+37
|
* [core] Use cpp files for shader sourceJohn Firebaugh2017-02-0728-2039/+2265
|
* [core] Check in generated shader codeJohn Firebaugh2017-02-0727-122/+2293
| | | | One step toward eliminating the node/npm dependency for platforms other than node.
* fix unable to find developer-config xml when building the project (#7963)Pablo Guardiola2017-02-071-1/+1
|
* hold a weak reference of the context to avoid leaks (#7964)Pablo Guardiola2017-02-071-5/+7
|
* [test] Added a test to make sure 404 does not trigger a retryThiago Marcos P. Santos2017-02-071-0/+5
|
* [test] Added unit test for style request failuresThiago Marcos P. Santos2017-02-072-0/+79
|
* [core] Do not consider error'ed responses freshThiago Marcos P. Santos2017-02-071-1/+1
| | | | | It has the unwanted side effect of not retrying anymore in case of error.
* 7798-ObjectAnimator-rotation (#7907)Tobrun2017-02-074-79/+18
|
* [ios, macos] 7955 fix MGLMapView leaks MGLReachability objects (and threads) ↵danielmatzke2017-02-064-6/+19
| | | | | | | | | | (#7956) * fix MGLMapView leaks MGLReachability objects (and threads) * fix leak of MGLReachability objects and threads in MGLMapView.commonInit * update changelogs
* [node] Temporary: exit(0) on exception in Painter::renderJohn Firebaugh2017-02-061-4/+10
| | | | Hope to get complete apitrace with a clean exit rather than an abort.
* Make `MGLOfflinePack` instances post notificationsEimantas Vaiciunas2017-02-065-85/+30
| | | | | | | This commit also gets rid of private `MGLOfflinePackDelegate` protocol. `userInfo` dictionary in notification objects retain the `state` and `progress` values for backwards compatibility. They can be removed in later major release.
* Bump Xcode version for schemesEimantas Vaiciunas2017-02-067-7/+7
|
* [android] - wrap longitude values from core (#7852)Tobrun2017-02-045-20/+13
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-0482-539/+236
|
* Disable double tap gesture to zoom in (#7879)srabenja2017-02-046-1/+113
|
* [android] - update SDK exposed attributes in public.xml (#7912)Tobrun2017-02-041-1/+16
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-0329-1736/+283
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [ios, macos] Implement default value for identity functionsJesse Bounds2017-02-032-25/+22
|
* [ios, macos] Automated pulling translations from TransifexMinh Nguyễn2017-02-034-8/+58
|
* [ios, macos] Traditional Chinese localizationMinh Nguyễn2017-02-038-2/+407
|
* regex is no longer used after 6c91c3eDane Springmeyer2017-02-022-4/+1
|
* [ios, macos] Add support for data-driven property functionsJesse Bounds2017-02-0228-1926/+3891
|
* [android] data driven style implementationIvo van Dongen2017-02-0258-5175/+7453
|
* [core] default value support in categorical function conversionIvo van Dongen2017-02-0219-64/+243
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-02149-1275/+3451
|
* [tests] Exclude test that causes valgrind assertion failureJohn Firebaugh2017-02-021-1/+1
|
* [core] Move fill-outline special case to FillLayer::Impl::evaluateJohn Firebaugh2017-02-022-5/+5
|
* [node] awscli doesn't support globsJohn Firebaugh2017-02-011-2/+2
|
* [build] Use style-spec from gl-js monorepoJohn Firebaugh2017-02-015-4/+3
|
* [build] Satisfy 'brew link node@4' conditionBruno de Oliveira Abinader2017-02-011-1/+1
|
* [Qt] Guarantee QSqlDatabase connection name uniquenessBruno de Oliveira Abinader2017-02-011-1/+8
| | | | | Guarantee QSqlDatabase connection name uniqueness by using a static counter together with the current thread.
* [node] Run tests under apitraceJohn Firebaugh2017-01-312-2/+8
| | | | This may help diagnose the intermittent CI failures.