summaryrefslogtreecommitdiff
path: root/test/miscellaneous
Commit message (Collapse)AuthorAgeFilesLines
* Add Thread tests; get argument transfer working for all casesJohn Firebaugh2015-05-211-0/+102
|
* Removed unneeded unique_ptrThiago Marcos P. Santos2015-05-151-5/+3
|
* Make the MapContext object run on its own thread on the testsThiago Marcos P. Santos2015-05-151-5/+7
| | | | | | The MapContext can only run on its own thread because it is registering a EnvironmentScope and it is making many assertions on Debug mode if its methods are being called on the Map thread.
* add BinPack testKonstantin Käfer2015-05-121-0/+51
|
* Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-112-11/+70
|\ | | | | Android GL Crash
| * Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-092-11/+70
| | | | | | | | | | | | | | | | | | | | Initialise NativeMapView's EGL variables before Map Fix hang Add check for double pause Add test for double pause
* | ignore Transform changes with NaN parametersKonstantin Käfer2015-05-081-0/+125
| |
* | make WorkRequests cancelableKonstantin Käfer2015-05-081-10/+17
| |
* | add worker cancellation test (failing)Konstantin Käfer2015-05-081-0/+27
| |
* | Added tests for 6292e95f80fa2e0a9a7aa4d4d4e320a207e78d27Minh Nguyễn2015-05-071-0/+7
| |
* | Reference safety for Worker after callbacksJohn Firebaugh2015-05-061-0/+70
|/ | | | | | | Joining a WorkRequest now ensures that either the after callback has already been executed, or will never be executed. Fixes #1438
* Don't crash if ResourceLoader::_sprite is nullJohn Firebaugh2015-05-051-0/+22
|
* Move ClipID to clip_id.hpp/cppJohn Firebaugh2015-04-091-1/+1
|
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-062-104/+105
| | | | This allows making both Tile and TileID private.
* add style URL testsJustin R. Miller2015-03-311-0/+5
|
* support wrapped bilinear scalingAnsis Brammanis2015-03-261-11/+11
| | | | | | to get rid of seams in repeating patterns. https://github.com/mapbox/mapbox-gl-styles/issues/50#issuecomment-86159351
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-0/+53
| | | | | | - OpenGL ES 2 doesn't allow NPOT textures with wrap-around - The Sprite object reported the map's pixelRatio, even though it loaded @2x assets - Copying icons from the sprite into the atlas now uses bilinear scaling to scale up to the actual size
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-12/+16
| | | | This reverts commit bffee0715458530c6c86f440f757a4de667278a2.
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-16/+12
| | | | | | This follows gl-js and just makes sense -- whenever the style changes the atlases should be blown away. Refs #957
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-15/+15
| | | | | | | Use our logging system that will route the message accordingly on the target platform. Fixes #613
* Update the FixtureLogThiago Marcos P. Santos2015-03-121-5/+7
| | | | | | Now the FixtureLog is an Log::Observer instead of a backend. The observer can sniff and filter log messages, that can be used for fail a test if it emits a warning for example.
* Fix conditional in normalizeSourceURLJohn Firebaugh2015-03-061-2/+2
| | | | | | The existing conditional would always be false, since it was comparing a url that begins with "mapbox://". In fact no conditional is necessary; the secure TileJSON resource should always be requested.
* Insert {ratio} before extension, not inside access tokenMinh Nguyễn2015-03-061-0/+4
| | | | Fixes #959.
* Only add {ratio} to raster tile URLsMinh Nguyễn2015-03-061-6/+10
| | | | Thanks to @mb12 for the suggestion.
* Ported util::mapbox tests from mapbox-gl-jsMinh Nguyễn2015-03-061-0/+61
| | | | Left out several tests that were redundant because mapbox.cpp only looks at the passed in access token.
* remove unused filesKonstantin Käfer2015-02-041-26/+0
|
* rearrange tests and make more robustKonstantin Käfer2015-02-049-9/+9
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-0411-0/+1321