summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add test for comparing filter name to idKonstantin Käfer2018-08-141-0/+4
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-0/+10
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-313-17/+16
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-1/+1
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-242-0/+49
* [core] coveredByChildren is false if at least one child is uncoveredBruno de Oliveira Abinader2018-07-241-1/+43
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-0/+55
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-1/+19
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-209-110/+78
* Add fuzz tests for TileCover and fix out of bounds access crash.Asheem Mamoowala2018-07-161-1/+58
* Fix TileCover asserts. The create_bounds_towards_* methods were treatingAsheem Mamoowala2018-07-161-0/+14
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-132-40/+0
* [core] Harden Projection::project()Bruno de Oliveira Abinader2018-07-091-0/+43
* [core] Fix sort order for queryRenderedFeatures when features are filtered.Chris Loer2018-07-031-1/+1
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-032-16/+144
* [core] Introduce "collator" expressionsChris Loer2018-07-031-1/+1
* [core] Introduce LanguageTag for parsing BCP 47 tagsChris Loer2018-07-031-0/+45
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-2/+30
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-291-1/+1
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-298-223/+143
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-291-0/+4
* [tests] Replaced the ZoomHistory test with a render testJohn Firebaugh2018-06-282-71/+0
* [core] Fix issues in unique_anyJohn Firebaugh2018-06-251-4/+36
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-253-3/+3
* [core] consolidate database opening workflowKonstantin Käfer2018-06-122-27/+4
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-122-2/+30
* [test] verify log messages of OfflineDatabase testsKonstantin Käfer2018-06-121-19/+127
* [test] add partial message matching support to FixtureLogKonstantin Käfer2018-06-122-9/+28
* [test] standardize on database file name and move I/O functions to utilKonstantin Käfer2018-06-121-76/+47
* [test] pull out using namespace mbgl to reduce verbosityKonstantin Käfer2018-06-121-66/+3
* [core] fix undefined behavior in LineAtlas::addDashKonstantin Käfer2018-06-121-0/+31
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-0/+12
* [core] offline database - batch region resource insertsIvo van Dongen2018-06-041-0/+54
* [build] disable parts of the build that require node when WITH_NODEJS=OFF is setKonstantin Käfer2018-05-242-14/+12
* [core] wrap glGetString in `MBGL_CHECK_ERROR` tooKonstantin Käfer2018-05-241-1/+1
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-231-0/+21
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-1/+1
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-181-0/+3
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-175-12/+84
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-105-12/+84
* | [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-3/+3
* | Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-092-16/+13
* | [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-032-11/+16
* | [core] Port is-supported-script to native.Chris Loer2018-04-271-1/+1
* | [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-262-17/+223
* | Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+4
* | Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-235-70/+44
|\ \ | |/
| * Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-3/+13
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-22/+16
| * [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-021-33/+0