summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [build] Reuse precomputed WITH_CXX11ABI definition in Qt buildsupstream/gcc-4.9Bruno de Oliveira Abinader2017-07-121-2/+2
* [Qt] Do not return a valid mbgl::Annotation if conversion failsBruno de Oliveira Abinader2017-07-121-7/+7
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-1214-53/+72
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-1214-21/+167
* [core] Added missing header includesBruno de Oliveira Abinader2017-07-121-0/+1
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-127-18/+32
* [core] GCC 4.9 does not provide <codecvt>Bruno de Oliveira Abinader2017-07-121-0/+10
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-126-25/+25
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-128-24/+24
* [core] GCC 4.9 does not allow using another member in a constexpr ctorBruno de Oliveira Abinader2017-07-121-4/+4
* [build] OSX build fix for GCC 4.9Bruno de Oliveira Abinader2017-07-121-1/+1
* [build] Added Linux GCC 4.9 CI botBruno de Oliveira Abinader2017-07-122-4/+46
* [test] Add utest to assert our dtoa implementation precisionThiago Marcos P. Santos2017-07-122-0/+25
* [benchmark] Add a benchmark for our dtoa implementationThiago Marcos P. Santos2017-07-123-0/+69
* [core] Do not use S_ISDIRThiago Marcos P. Santos2017-07-121-2/+1
* [core] Use gmtime_s on WindowsThiago Marcos P. Santos2017-07-121-2/+9
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-07-122-1/+14
* [core] Prefer std:: functions over POSIXThiago Marcos P. Santos2017-07-121-4/+2
* [android] - run style instrumentation tests on CI (#9353)Tobrun2017-07-121-1/+2
* [test] Bump mapbox-gl-js version to re-enable pitched testsupstream/cloer_text_pitch_scalingChris Loer2017-07-111-0/+0
* [core] add static asserts for more gl constantsAnsis Brammanis2017-07-114-6/+53
* [core] port pitch-label collision hackAnsis Brammanis2017-07-114-20/+50
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-1132-742/+728
* [core] fix transformMat4Ansis Brammanis2017-07-111-4/+5
* [core] Hold on to tile yStretch value for rendering old symbolBuckets while w...Chris Loer2017-07-112-2/+10
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-115-593/+588
* [core] Limit symbol re-placement on changed tile distance to pitch > 25.Chris Loer2017-07-111-1/+7
* [core] Re-generate shaders.Chris Loer2017-07-113-89/+184
* [core] Use fade texture in collision debug boxes so that they agree more clos...Chris Loer2017-07-114-3/+5
* [core] Set "max_camera_distance" to 1.5 for viewport-aligned road labels.Chris Loer2017-07-113-3/+19
* [core] Enable tile clipping for collision boxes.Chris Loer2017-07-111-1/+1
* [core] Extend collision feature boxes to accommodate potential pitch-scaling.Chris Loer2017-07-111-8/+49
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-119-21/+53
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-1111-25/+82
* [build] Don't fail hard for unknown warning groupsKonstantin Käfer2017-07-111-1/+4
* [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si...Konstantin Käfer2017-07-112-0/+4
* [build] add -fvisibility=hidden for all macOS targets to avoid linker warningsKonstantin Käfer2017-07-111-0/+9
* [benchmark] Fix build on GCC 5Thiago Marcos P. Santos2017-07-111-1/+1
* [darwin] Include polylabel via cmakeJason Wray2017-07-115-41/+12
* [android] fix javadoc comment for public setOfflineMapboxTileCountLimit metho...Antonio Zugaldia2017-07-091-4/+5
* [android] - build SNAPSHOT from master (#9452)Tobrun2017-07-071-1/+1
* [benchmark] add render benchmarksIvo van Dongen2017-07-074-1/+81
* [Qt] Make qt.cmake Windows-friendlyThiago Marcos P. Santos2017-07-071-1/+5
* [Qt] Add a no-op thread helper for other platformsThiago Marcos P. Santos2017-07-071-0/+19
* [Qt] Use QThreadStorage for thread localThiago Marcos P. Santos2017-07-072-1/+45
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-078-51/+88
* [benchmark] update cache db and styleIvo van Dongen2017-07-072-11309/+3989
* [core] Fix conditional unitialized jump on RenderGeoJSONSourceThiago Marcos P. Santos2017-07-071-1/+1
* [core] Fix sorting order for render tilesThiago Marcos P. Santos2017-07-071-0/+3
* [tests] Add unit test for tile prefetchingThiago Marcos P. Santos2017-07-077-0/+123