summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-232-1/+92
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-232-3/+63
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-232-2/+2
* [core] don't use <sstream> and <iomanip> for string constructionKonstantin Käfer2018-10-231-0/+8
* [core] add the ability to stringy numbers as hexKonstantin Käfer2018-10-231-0/+11
* [core] add ability to stringify doubles that are integer with and without tra...Konstantin Käfer2018-10-231-0/+5
* [core] deduplicate dtoa() from RapidJSON and add testsKonstantin Käfer2018-10-231-0/+13
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+28
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-192-8/+8
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-1/+1
* [core, test] Add BiDi unit testChris Loer2018-10-151-0/+90
* [test] Add unit test for TaggedString::trim()Chris Loer2018-10-151-0/+27
* [test] Enable 'format' Expression test.Chris Loer2018-10-151-2/+1
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-151-0/+18
* [core] Initial implementation of 'format' expressionChris Loer2018-10-154-7/+9
* [core,test] Update expression style parsing test fixture.Chris Loer2018-10-151-1/+1
* [test] add test checking that unclipped tiles are not used by ClipIDGeneratorMolly Lloyd2018-10-031-0/+41
* [core] Read style's transition from parserBruno de Oliveira Abinader2018-10-031-0/+8
* [core] Do not constrain on X axis in ConstrainMode::HeightOnlyBruno de Oliveira Abinader2018-10-022-9/+12
* [core] Always request 1x and @2x sprite images for portabilityKonstantin Käfer2018-09-241-5/+7
* [core] don't break ascent in the overscaled tile phaseKonstantin Käfer2018-09-211-0/+50
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-5/+5
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-133-30/+2
* [android] add support for gnustlKonstantin Käfer2018-09-114-19/+23
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-313-31/+37
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-281-0/+31
* Require minimum side-loaded database user_version=6Asheem Mamoowala2018-08-281-1/+1
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-284-0/+203
* [core] add exception for unimplemented expressions in testsMolly Lloyd2018-08-211-1/+5
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-203-91/+81
* [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