summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-192-2/+2
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-8/+8
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-141-4/+4
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-19/+20
* [test] add test for pending offline download when the disk is fullKonstantin Käfer2018-08-141-1/+77
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-148-192/+850
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-0/+13
* [core] add test for comparing filter name to idKonstantin Käfer2018-08-141-0/+4
* [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary sizeJohn Firebaugh2018-08-101-6/+10
* Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()"Bruno de Oliveira Abinader2018-08-081-9/+0
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-082-218/+194
* [core] Replace Boost.Spirit with std::regex in CacheControl::parse()Bruno de Oliveira Abinader2018-08-081-0/+9
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-081-1/+1
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-1/+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