summaryrefslogtreecommitdiff
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
...
* [core] refactor URL parsingKonstantin Käfer2016-12-212-1/+186
* [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-201-24/+26
* [core] add util::isURL() for checking whether a string starts with a URL schemeKonstantin Käfer2016-12-071-0/+25
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-301-24/+24
* [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-222-4/+4
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-171-24/+24
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-2/+2
* [linux] Ensure EGL uses OpenGL ES 2.0 client APIBruno de Oliveira Abinader2016-11-171-0/+12
* [test] Use shared headless displayBruno de Oliveira Abinader2016-11-172-3/+3
* [linux] Use OSMesa when running Node testsBruno de Oliveira Abinader2016-11-041-1/+1
* [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