summaryrefslogtreecommitdiff
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-262-62/+37
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-182-3/+3
* [core] rename backend to renderer backendIvo van Dongen2017-07-182-2/+2
* [core] renderer interfaceIvo van Dongen2017-07-181-13/+35
* [core] split backend from mapobserverIvo van Dongen2017-07-181-7/+9
* [core] Make sure ThreadLocal will not own the pointer it is managingThiago Marcos P. Santos2017-07-141-10/+18
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-33/+40
* [test] Add utest to assert our dtoa implementation precisionThiago Marcos P. Santos2017-07-121-0/+24
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-17/+9
* [test] Reuse StubGeometryTileFeature in MergeLinesBruno de Oliveira Abinader2017-07-061-34/+7
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-3/+4
* [core] add MBGL_CHECK_ERROR to some locations where it was missingKonstantin Käfer2017-06-211-2/+2
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-212-34/+34
* [core] Remove util::ThreadThiago Marcos P. Santos2017-06-211-296/+0
* [tests] Port the ThreadLocalStorage test to the actor modelThiago Marcos P. Santos2017-06-211-16/+29
* [tests] Port the AsyncTask test to the actor modelThiago Marcos P. Santos2017-06-211-30/+29
* [tests] Added tests for ThreadedObjectThiago Marcos P. Santos2017-06-211-0/+277
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-16/+32
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+10
* [test] Lower memory ceilingJohn Firebaugh2017-05-261-1/+1
* [core] leave Image objects in a valid state after premultiply/unpremultiplyKonstantin Käfer2017-05-191-0/+4
* [core] Remove WorkQueueJohn Firebaugh2017-05-171-59/+0
* [tidy] modernize-deprecated-headersBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-3/+4
* [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-111-2/+2
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-0/+27
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-0/+15
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-272-2/+52
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-182-16/+15
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-142-5/+74
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-33/+33
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-11/+6
* [core] Remove private header includes from CLI utilitiesKonstantin Käfer2017-03-281-18/+0
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+2
* [test] Increase memory test ceiling slightlyJohn Firebaugh2017-03-081-2/+2
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-50/+86
* [core] Log Memory.Footprint test results (#8170)Anand Thakker2017-02-281-29/+25
* [tests] Added unit tests for Thread::pause/resumeThiago Marcos P. Santos2017-02-251-0/+78
* [core] Eliminate manual HeadlessBackend activation managementJohn Firebaugh2017-02-201-45/+43
* [core] Make Image saferJohn Firebaugh2017-02-141-0/+29
* [core] add tests for user/password, port, trailing dot, and IPv4/IPv6 address...Konstantin Käfer2017-02-131-0/+20
* [test] Added a test to make sure 404 does not trigger a retryThiago Marcos P. Santos2017-02-071-0/+5
* regex is no longer used after 6c91c3eDane Springmeyer2017-02-022-4/+1
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-26/+26
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-4/+4
* [core] Clean up merge_lines.cpp and add bounds checkingJohn Firebaugh2017-01-181-0/+24
* [test] add tests for paths with leading slashesKonstantin Käfer2017-01-171-0/+34
* [core] include leading slash in URL.pathKonstantin Käfer2017-01-171-25/+25
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-0/+2
* [core] refactor URL parsingKonstantin Käfer2016-12-212-1/+186