summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Filter.AnyExpression and Filter.AllExpression tests to correctly use ↵upstream/expression-filters-2Asheem Mamoowala2018-05-092-14/+21
| | | | expression syntax, and port Fiter.EqualsNull test to match gl-js
* Adress review: Comments + TestsAsheem Mamoowala2018-05-094-6/+37
|
* Fix Android buildAsheem Mamoowala2018-05-091-1/+1
|
* Add string overrides for <, >, <=, >= filter operators.Asheem Mamoowala2018-05-094-58/+151
|
* Fix Android compillationLucas Wojciechowski2018-05-091-1/+1
|
* Fix Darwin appsLucas Wojciechowski2018-05-091-1/+1
|
* Refactor `Filter` to use an optionalLucas Wojciechowski2018-05-094-34/+39
|
* Ensure `property` is a string in legacy `has` filtersLucas Wojciechowski2018-05-091-6/+11
|
* Use `Literal::parse`Lucas Wojciechowski2018-05-091-13/+18
|
* Made suggested formatting tweaksLucas Wojciechowski2018-05-092-12/+7
|
* Fix GLFW appLucas Wojciechowski2018-05-091-1/+2
|
* Remove unnused macroLucas Wojciechowski2018-05-091-6/+0
|
* Fix CILucas Wojciechowski2018-05-092-2/+2
|
* Revive all testsLucas Wojciechowski2018-05-094-43/+52
|
* Use convenience constructors in `glfw_view.cpp`Lucas Wojciechowski2018-05-091-5/+4
|
* Add `createLiteral` convenience methodLucas Wojciechowski2018-05-093-2/+16
|
* Add convienience overload of `createCompoundExpression` which doesn't need ↵Lucas Wojciechowski2018-05-093-4/+29
| | | | an arg vector
* Create convieneice Filter constructorLucas Wojciechowski2018-05-092-1/+5
|
* Revive `Stringify.Filter` testLucas Wojciechowski2018-05-091-5/+9
|
* Misc code cleanupLucas Wojciechowski2018-05-095-108/+89
|
* Fix Android CILucas Wojciechowski2018-05-091-7/+5
| | | | Fix android compillation
* Try to fix `linux-gcc4.9-debug`Lucas Wojciechowski2018-05-092-2/+10
|
* Comment out failing macOS testsLucas Wojciechowski2018-05-092-40/+43
|
* Fix segfaults in iOS testsLucas Wojciechowski2018-05-091-2/+6
|
* Remove outdated iOS testsLucas Wojciechowski2018-05-091-4/+0
|
* Remove outdated iOS testsLucas Wojciechowski2018-05-091-204/+0
|
* Update macOS appAsheem Mamoowala2018-05-0910-212/+13
|
* Fix `make check`Lucas Wojciechowski2018-05-091-5/+0
|
* Fix GLFW compilationLucas Wojciechowski2018-05-091-1/+8
|
* Eliminate `Filter` variantLucas Wojciechowski2018-05-0915-135/+23
|
* Remove filter types other than `ExpressionFilter`Lucas Wojciechowski2018-05-094-580/+8
|
* Eliminate "stringAsFeatureType"Lucas Wojciechowski2018-05-091-9/+1
|
* Fix render testsLucas Wojciechowski2018-05-092-8/+10
|
* Make filter tests pass!Lucas Wojciechowski2018-05-093-77/+50
|
* Make it compile!Lucas Wojciechowski2018-05-091-2/+6
|
* WIPLucas Wojciechowski2018-05-091-216/+151
|
* Port the specialized filter-* expressions from GL JS, adding them to ↵Lucas Wojciechowski2018-05-091-0/+169
| | | | src/mbgl/style/expression/compound_expression.cpp
* [ios] Fix MGLAnnotationView.rotatesToMatchCamera clobbering other transformsJason Wray2018-05-082-8/+19
|
* [android] - update changelog to v6.1.1android-v6.1.1Tobrun2018-05-071-0/+3
|
* [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-0710-9/+87
| | | | | | | | | | | | | | | | | | | | * [ios, macos] Add expression support to to-rgba operator. * [ios, macos] Update style docs. * [ios, macos] Refactored to-rgba to to-color. * [ios, macos] Add support for to-rgba expression operator. * [ios, macos] Add multiple parameters support to to-color operand. * [ios, macos] Enable to-rgba operator for MGLColor or key path expressions. * [ios, macos] Update predicates and expressions guide to reflect cast changes. * [ios, macos] Update changelogs. * [ios, macos] Clarify color casting usage.
* [android] - update telemetry to 3.1.0Tobrun2018-05-071-1/+1
|
* [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-0425-86/+149
|
* [ios, macos] Add support for subscripting in expressions. (#11770)Fabian Guerra Soto2018-05-044-1/+45
| | | | | | | | * [ios, macos] Add support for subscripting in expressions. * [ios, macos] Update changelogs. * [ios, macos] Refactor LAST subscripting expression.
* [android] - bump snapshot versiontobrun2018-05-042-2/+2
|
* [android] - update changelog for release v6.1.0tobrun2018-05-041-2/+11
|
* [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-043-27/+10
|
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-044-19/+18
|
* [android] - null check source before removingŁukasz Paczos2018-05-042-1/+19
|
* [ios, macos] Fix overlay bounds that span the antimeridian. (#11783)Fabian Guerra Soto2018-05-047-2/+56
| | | | | | | | | | * [ios, macos] Fix overlay bounds that span the antimeridian. * [ios, macos] Update changelogs. * [ios, macos] Make MGLLocationCoordinate2DIsValid private. * [ios, macos] Update changelogs.
* [ios, macos] Update migration guides in jazzy table (#11808)Jordan Kiley2018-05-042-2/+2
| | | | | | * [macos] update jazzy for macos * [ios] moved migration guide