summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [build] make Xcode use the correct compiler when it is installed in a non-sta...Konstantin Käfer2017-07-181-4/+0
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-0/+111
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-1814-23/+16
* [core] rename backend to renderer backendIvo van Dongen2017-07-1812-12/+12
* [core] renderer interfaceIvo van Dongen2017-07-1814-237/+372
* [core] split backend from mapobserverIvo van Dongen2017-07-189-75/+67
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-185-7/+17
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-173-3/+3
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-171-1/+1
* [tests] Add test to enforce database not found behaviorThiago Marcos P. Santos2017-07-171-0/+11
* [core] Make sure ThreadLocal will not own the pointer it is managingThiago Marcos P. Santos2017-07-141-10/+18
* [test] Fix undefined behavior warning:Chris Loer2017-07-141-2/+2
* [core] add unused default template parameter to keep Xcode 9's Clang from cra...Konstantin Käfer2017-07-131-0/+6
* [core] Rework attribute binding (again)John Firebaugh2017-07-121-8/+8
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-126-47/+63
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-126-6/+18
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-2/+2
* [test] Add utest to assert our dtoa implementation precisionThiago Marcos P. Santos2017-07-121-0/+24
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-112-26/+12
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-112-567/+565
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-17/+9
* [tests] Add unit test for tile prefetchingThiago Marcos P. Santos2017-07-076-0/+122
* [test] Added bucket feature insertion testsBruno de Oliveira Abinader2017-07-061-0/+50
* [test] Reuse StubGeometryTileFeature in MergeLinesBruno de Oliveira Abinader2017-07-062-34/+14
* [core] Don't upload empty bucketsBruno de Oliveira Abinader2017-07-061-0/+6
* [core] rename getStencils() to getClipIDs() to better reflect what it actuall...Konstantin Käfer2017-07-061-27/+27
* [core] don't use unordered_* collections for things we need to sort anywayKonstantin Käfer2017-07-061-1/+1
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-193/+164
* [test] Added API.ZoomHistoryBruno de Oliveira Abinader2017-07-043-0/+62
* [test] Use test::checkImage in API.RepeatedRenderBruno de Oliveira Abinader2017-07-042-9/+5
* [core] Check if frameZoom is NaN in Transform::flyTo callbackBruno de Oliveira Abinader2017-06-281-0/+5
* [core] Clamp to scale boundaries in TransformState::setLatLngZoomBruno de Oliveira Abinader2017-06-281-0/+16
* [core] fix render doesn’t flag style mutationIvo van Dongen2017-06-261-0/+26
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-261-3/+22
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-229-66/+68
* [all] Promote Style to public APIJohn Firebaugh2017-06-225-58/+19
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-221-0/+4
* [tests] Add tests for MapObserver::on{WillStart,DidFinish}LoadingMapJohn Firebaugh2017-06-221-0/+50
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-2/+1
* [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-213-38/+38
* [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
* [core] Convert AssetFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-16/+9
* [tests] Added tests for ThreadedObjectThiago Marcos P. Santos2017-06-211-0/+277
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-1/+1
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-1/+1
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-0/+25
* [core] Implement "smart setStyle"John Firebaugh2017-06-151-28/+0