summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-258-46/+19
* [test] Add pixelmatch; use in annotation testsJohn Firebaugh2015-11-2515-21/+96
* [core] Add image testsJohn Firebaugh2015-11-258-0/+94
* [core] Rewrite image handlingJohn Firebaugh2015-11-256-40/+31
* [iOS] Wait for didChange notifications instead of timerMinh Nguyễn2015-11-251-15/+28
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-1/+1
* [core] more robust max-age parsingKonstantin Käfer2015-11-202-0/+72
* [core] Force style-sourced annotations to be visibleJohn Firebaugh2015-11-191-0/+3
* Fixed Linux builds; code styleMinh Nguyễn2015-11-191-10/+10
* Ported replaceTokens() tests from GL JSMinh Nguyễn2015-11-182-0/+51
* Rewrite CustomSpriteImages testJohn Firebaugh2015-11-184-88/+14
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-182-10/+50
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-2/+4
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-1616-136/+137
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-1614-47/+36
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-1616-70/+178
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-124-182/+177
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-127-42/+42
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-7/+6
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-1/+1
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-061-33/+33
* [core] Simplify FunctionJohn Firebaugh2015-11-061-14/+15
* [iOS] Wait for style loading, then rotation, then compass fadingMinh Nguyễn2015-11-041-6/+14
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-6/+6
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-022-1/+10
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-022-3/+57
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-0219-103/+124
* [core] Don't crash when removing a shape annotation whose layer was never cre...John Firebaugh2015-10-301-0/+12
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-292-2/+2
* [core] Fudge numbers to get a timing-based test to pass more oftenJohn Firebaugh2015-10-291-1/+1
* [core] refactor test server startupKonstantin Käfer2015-10-282-16/+26
* [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-281-0/+3
* Don't create libuv objects on the stackJohn Firebaugh2015-10-271-8/+6
* remove metrics testsJustin R. Miller2015-10-272-276/+0
* remove heading tests as unreliableJustin R. Miller2015-10-279-350/+5
* adjust enabled testsJustin R. Miller2015-10-271-22/+5
* test in DebugJustin R. Miller2015-10-271-1/+1
* tighten up non-location testsJustin R. Miller2015-10-271-12/+9
* [http] don't retry when there's already a request in progressKonstantin Käfer2015-10-272-0/+53
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-0/+5
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-2616-67/+80
* [core] set a timer and auto-refresh requests when they expireKonstantin Käfer2015-10-262-0/+38
* [core] add support for stale responsesKonstantin Käfer2015-10-2612-24/+265
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-2613-35/+70
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-9/+1
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-223-3/+4
* [core] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-222-0/+34
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-222-27/+15
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-8/+8
* Test metrics on staging endpointMinh Nguyễn2015-10-201-0/+2