summaryrefslogtreecommitdiff
path: root/test/miscellaneous
Commit message (Expand)AuthorAgeFilesLines
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-011-2/+2
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-4/+1
* [tests] Add utests for ThreadLocalThiago Marcos P. Santos2015-12-011-0/+95
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-012-13/+14
* [tests] Add utests for TimerThiago Marcos P. Santos2015-12-011-0/+179
* [tests] Add utests for AsyncTaskThiago Marcos P. Santos2015-12-011-0/+129
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-1/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-252-4/+5
* [core] Add image testsJohn Firebaugh2015-11-251-0/+93
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-3/+4
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-1/+1
* Fixed Linux builds; code styleMinh Nguyễn2015-11-191-10/+10
* Ported replaceTokens() tests from GL JSMinh Nguyễn2015-11-181-0/+50
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-181-9/+49
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-61/+0
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-061-33/+33
* [core] Simplify FunctionJohn Firebaugh2015-11-061-14/+15
* [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-281-0/+3
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-9/+1
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-222-2/+3
* [core] Fix swapped lat/lon in geo.cppJohn Firebaugh2015-10-201-21/+21
* Install RapidJSON from masonJohn Firebaugh2015-10-011-26/+26
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-0/+56
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-041-0/+61
* add Point <--> LatLng conversion testsAnsis Brammanis2015-08-271-0/+32
* Fixed missing labels and iconsLucas Wojciechowski2015-08-241-0/+1
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-4/+12
* Support new glyph URL syntaxLucas Wojciechowski2015-08-201-2/+1
* Adding special case for non-fontstack "glyph" resource URLsjakepruitt2015-07-271-0/+1
* Added unit tests for the WorkQueueThiago Marcos P. Santos2015-07-161-0/+63
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-1/+8
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-082-6/+6
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-061-3/+2
* Simplify RunLoopJohn Firebaugh2015-07-011-28/+33
* Convert Worker tests to Thread testsJohn Firebaugh2015-07-012-104/+83
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-011-12/+19
* add assert_always() macro for release build assertionsKonstantin Käfer2015-06-291-0/+9
* Move Transform from MapData to MapJohn Firebaugh2015-06-262-9/+2
* drive map rendering from main threadKonstantin Käfer2015-06-261-12/+1
* Add unit tests for ThreadContextThiago Marcos P. Santos2015-06-251-0/+29
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-252-2/+2
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+61
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-041-0/+1
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-031-16/+12
|\
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-011-16/+12
* | Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-283-3/+103
|\ \ | |/
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-262-3/+1
| * Add Thread tests; get argument transfer working for all casesJohn Firebaugh2015-05-211-0/+102
* | Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-282-103/+103
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-05-196-0/+368
|\ \ | |/