summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Fixed typos in expression conversion error messagesupstream/1ec5-stop-quoteMinh Nguyễn2018-07-241-2/+2
|
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2429-64/+138
|
* [core] coveredByChildren is false if at least one child is uncoveredBruno de Oliveira Abinader2018-07-242-5/+55
|
* Remove 'preinstall'Dane Springmeyer2018-07-231-1/+0
| | | | | | | | This is an obsolete workaround for old npm versions that broke with bundling but also did not install deps predictably. Refs: - https://github.com/mapbox/node-pre-gyp/blob/master/README.md#configuring - https://github.com/mapbox/node-pre-gyp/issues/260
* [test] Add native ignore for symbol-cross-fade test.Chris Loer2018-07-231-0/+1
|
* [test] Bump gl-js pin for line-center tests.Chris Loer2018-07-231-0/+0
|
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-237-32/+68
|
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-2311-47/+114
| | | | | - Remove unused/vestigial 'maxCameraDistance' - Create a single collision circle for line labels that are less than half the width of a collision circle
* [build] Attempt to determine a likely base branch without a PRJohn Firebaugh2018-07-231-0/+11
| | | | Walk backward through the history (maximum of 10 commits) until finding a commit on either master or release-*; assume that's the base branch.
* [android] - fix circle ci configuration for building forked PRstobrun2018-07-231-16/+24
|
* [build] Bump benchmark to v1.4.1Bruno de Oliveira Abinader2018-07-232-2/+2
|
* Use Filter::serialize() in QMapboxGL::getFilter()Asheem Mamoowala2018-07-231-8/+1
|
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-233-4/+92
|
* [android] - fix accesstoken validationtobrun2018-07-232-5/+32
|
* [android] - replace deprecated javacompile with getJavaCompiler()tobrun2018-07-231-1/+1
|
* [ios] Mapbox's Location Manager new API. (#12013)Fabian Guerra Soto2018-07-2014-15/+781
| | | | | | * [ios] The new location manager API provides two new protocols MGLLocationManager and MGLLocationManagerDelegate to handle the location cycle and updates respectively. This enables developers to chose the appropriate location provider according to their needs, or transition between outdoors/indoors location updates. It does provide a default implementation based on CLLocationManager.
* [build] Disable binary size checks for fork PRsJohn Firebaugh2018-07-201-1/+7
| | | | We can't run the checks without potentially exposing the Github App private key to malicious PRs.
* [build] See what happened when `npm install` failsJohn Firebaugh2018-07-201-1/+5
|
* [ios, macos, android] Add changelog entriesJohn Firebaugh2018-07-203-0/+10
|
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
|
* [ios, macos] Convert token strings to expressions on inputJohn Firebaugh2018-07-2011-174/+79
| | | | Removes mgl_expressionByReplacingTokensWithKeyPaths and associated code. Converting on output is no longer necessary: from the prior commit, core converts token strings to expressions at parse time; all that's necessary is to ensure that the runtime styling API does so as well.
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-2020-101/+166
|
* [core] Move expression.cpp to expression directoryJohn Firebaugh2018-07-202-3/+1
|
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-2053-951/+702
|
* [build] add nitpick step for verifying that dependencies are up-to-date and ↵upstream/vendor-gtestKonstantin Käfer2018-07-203-2/+45
| | | | unmodified
* [build] vendor Google TestKonstantin Käfer2018-07-2038-8/+31750
|
* [android] - expose getMap on native_map_viewTobrun2018-07-203-1/+7
|
* fixed typo in error messageJustyna Janczyszyn2018-07-191-1/+1
|
* [ios] Reorganize changelog for ios-v4.2.0Jason Wray2018-07-181-2/+5
|
* [ios] Update podspecs for ios-v4.2.0Jason Wray2018-07-183-3/+3
|
* [android] - update changelog for v6.3.0 finalTobrun2018-07-181-3/+8
|
* [android] VisibleRegion instrumentation testsŁukasz Paczos2018-07-181-0/+342
|
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
|
* Correct `MGL_MATCH ` documentation (#12378)Lloyd Sheng2018-07-181-1/+1
|
* [iOS] Fix unbalanced change delimiter crash (#12148)Lloyd Sheng2018-07-182-1/+1
| | | Fixed a crash that occurred when the user started a gesture before the drift animation for a previous gesture was complete.
* [android] Fix possibly race on undefined behaviorThiago Marcos P. Santos2018-07-171-0/+1
| | | | | | | `runnable->iter = runnables.end()` assumes that `::end()` is a `static` or `constxpr` and thread-safe. This is likely to be true for most of the implementations. That said we cannot rely on undefined behavior and we should assume the worse case scenario.
* [build] organize CMake targets in folders for IDEsKonstantin Käfer2018-07-1711-0/+23
|
* [android] bump SNAPSHOT version building on master to 6.4.0Łukasz Paczos2018-07-171-1/+1
|
* [core] update CA bundleKonstantin Käfer2018-07-171-26/+2
|
* [android] harden map events creationŁukasz Paczos2018-07-171-1/+3
|
* [android] - bump used gradle tools versiontobrun2018-07-171-1/+1
|
* Add fuzz tests for TileCover and fix out of bounds access crash.Asheem Mamoowala2018-07-162-1/+60
|
* Better describe the streaming tilecover algorithm in commentsAsheem Mamoowala2018-07-162-22/+57
|
* Fix TileCover asserts. The create_bounds_towards_* methods were treatingAsheem Mamoowala2018-07-162-49/+33
| | | | | all point arrays as rings. Simplify the logic to only compare against the next pt in the bound.
* [core] treat parsedate as C++ file to remove C build rulesKonstantin Käfer2018-07-164-5/+5
| | | | It is already wrapped with #ifdef __cplusplus extern "C", so we can safely compile it as C++ but retain C linkage
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-164-25/+31
|
* [android] - bump kotlin, timber and okhttp to most recent stable versionsTobrun2018-07-161-3/+3
|
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-1322-1190/+774
|
* [build] Use CIRCLE_MERGE_BASE environment variableJohn Firebaugh2018-07-131-22/+5
|
* [build] Show diff to prior sizeJohn Firebaugh2018-07-131-14/+67
|