summaryrefslogtreecommitdiff
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-7/+5
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-274-21/+21
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-34/+28
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-252-11/+21
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-5/+7
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-041-2/+1
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+9
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-2818-0/+0
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-6/+6
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-9/+9
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-271-1/+1
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-271-0/+153
* [tests] Remove memory fragmentation test (#6226)Thiago Marcos P. Santos2016-09-201-62/+0
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-0/+18
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-161-24/+25
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-161-1/+1
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-23/+39
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-131-0/+54
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-081-14/+14
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-3/+3
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-221-1/+6
* [tests] Added a PT string on text conversions testsThiago Marcos P. Santos2016-07-221-0/+2
* Merge branch 'release-android-v4.1.1'Brad Leege2016-07-191-1/+0
|\
| * [android] #5725 - Cherry picking 559f3a654b976d41d0f3db3fa958ebcda3e97b1cKonstantin Käfer2016-07-191-18/+54
* | [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+6
* | Revert "[android] Do not create Timers on Default main loops"Thiago Marcos P. Santos2016-07-061-6/+6
* | [android] Do not create Timers on Default main loopsThiago Marcos P. Santos2016-07-051-6/+6
* | mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-041-17/+48
* | [tests] Add memory testsThiago Marcos P. Santos2016-06-211-0/+228
* | [tidy] Check modernize-use-autoBruno de Oliveira Abinader2016-06-131-2/+2
* | [core] fix pedantic warning messagesKonstantin Käfer2016-06-133-11/+11
* | [test] Added Projection testsBruno de Oliveira Abinader2016-06-131-0/+68
* | [core] remove unused codeKonstantin Käfer2016-06-071-9/+0
|/
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+55
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-3/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-1/+1
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-89/+56
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-8/+8
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-411/+0
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-42/+0
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-24/+24
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-154-24/+12
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending AsyncTask...Konstantin Käfer2016-04-121-0/+27
* [test] This "very unlikely" condition in fact happens regularly in CI (#4679)John Firebaugh2016-04-111-1/+1
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-242-3/+3
* [core] Allow the use of special characters in property field namesJohn Firebaugh2016-03-231-4/+4
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-222-9/+9
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-2215-15/+15
* [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-0/+42