summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with clangupstream/qt-staging-5.11.0Allan Sandfeld Jensen2018-04-261-0/+1
| | | | | | The code uses both deprecated C++98 std::auto_ptr and C++14 TR std::experimental::optional and thus depends rather heavily on being compiled with an exact C++ version.
* Bump Mapbox GL NativeBruno de Oliveira Abinader2017-11-2912-108/+66
| | | | mapbox-gl-native @ 8757164ac8f2b033b2b12d4baf075ed18cfeb2b4
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-285-7/+17
| | | | mapbox-gl-native @ 5da5ba7706eb28b359b5d781bd2c769e336ca5ca
* Bump Mapbox GL Nativeqt-v1.2.0Thiago Marcos P. Santos2017-11-2799-1726/+3705
| | | | mapbox-gl-native @ cf3357ea4517e74ba3a63434c330a1506064b130
* Bump Mapbox GL NativeBruno de Oliveira Abinader2017-11-142-8/+12
| | | | mapbox-gl-native @ 3bef7593a64a51e86dd5a2ed9fd36b4a143350b0
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-132-0/+10
| | | | mapbox-gl-native @ 10a9b25928bd8cd28f0c459de1f083e206e473e5
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-1273-189/+5131
| | | | mapbox-gl-native @ 92608f58858d77c17a65ae9b29758e74bb2da7d2
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-023-14/+6
| | | | mapbox-gl-native @ 13ec2cc562ce98a089b47dee2987b5e58a0384e2
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-0169-2883/+2437
| | | | mapbox-gl-native @ 0ef7b7154f6d4498077a83db5c486c61bc34938c
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-10-18153-1027/+2658
| | | | mapbox-gl-native @ 10f7af19ce1ec61f37459f9cd75e2a0c89a0c790
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-08-2236-168/+172
| | | | mapbox-gl-native @ bd15e273dce767458d335aeb1f50aa081390d593
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-0914582-2164408/+175473
| | | | mapbox-gl-native @ edd7948893fcd40a24d96b790e21d3dd028cecbe
* [Qt] More details on qt_attribution.jsonThiago Marcos P. Santos2017-05-221-13/+234
|
* [Qt] Make it possible to add a layer before another layerThiago Marcos P. Santos2017-05-112-7/+9
|
* [Qt] Fix build on Android with clangThiago Marcos P. Santos2017-05-081-1/+1
| | | | | Qt builds Android with Clang but using GNU stdc++, that is missing some classes we need.
* [gcc4.9] Fix build on OpenSuSE 13.2Thiago Marcos P. Santos2017-05-031-2/+2
| | | | SuSE uses GCC 4.9.0, the minimum we should support.
* [core] Suppress "stencil mask overflow" warningThiago Marcos P. Santos2017-05-021-1/+6
| | | | | When it starts, we get a log warning for every frame, which is expensive. Now we get only one warning.
* [Qt] Added qt_attribution.jsonThiago Marcos P. Santos2017-04-271-0/+13
| | | | Show Mapbox attribution on the Qt docs
* [Qt] Fix build on Windows with Dynamic OpenGLThiago Marcos P. Santos2017-04-211-0/+6
| | | | | We can build for Windows with MinGW and ANGLE (OpenGL ES), but we need to force OpenGL ES.
* [Qt] Fix build when zlib is compiled with -DZ_PREFIXqt-v1.0.2Thiago Marcos P. Santos2017-04-071-1/+1
| | | | Proper fix this time.
* [Qt] Fix Qt static buildBruno de Oliveira Abinader2017-04-071-7/+3
|
* [Qt] Fix typo in gl.hppBruno de Oliveira Abinader2017-04-061-1/+1
|
* compare polygon ring areas absolutelyqt-v1.0.1Dane Springmeyer2017-03-152-1/+47
| | | | | - This ensures we actually keep the largest polygons - Adds testcase that fails without this patch
* [build] Fix build when using a Z_PREFIX zlibThiago Marcos P. Santos2017-03-141-0/+5
| | | | | It will redefine mbgl::util::compress to mbgl::util::z_compress and cause a link error. Aka pre-processor hell.
* Use $$MODULE_BASE_OUTDIR/lib as DESTDIRBruno de Oliveira Abinader2017-03-061-0/+4
|
* [Qt] Remove opengl module dependency from QMake buildsystemThiago Marcos P. Santos2017-03-041-1/+1
|
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-045-6/+17
| | | | OpenGL on Qt5 is offered via QtGui.
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-022-7/+25
|
* [Qt] Use ICU whenever availableBruno de Oliveira Abinader2017-03-011-1/+8
|
* [Qt] Repo cleanup for Qt packagingThiago Marcos P. Santos2017-02-2029-522/+0
| | | | | QTBUG-59027 QTBUG-58864
* [Qt] Fix lupdate slowing down when parsing mapbox-gl-nativeThiago Marcos P. Santos2017-02-201-0/+3
| | | | QTBUG-59035
* [Qt] Added missing conversion helpersBruno de Oliveira Abinader2017-02-133-0/+32
|
* [Qt] Added QMapboxGL::sourceExistsBruno de Oliveira Abinader2017-02-132-0/+9
|
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-133-3/+73
|
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-084-9/+158
|
* [Qt] Moved GeoJSON-related conversion functions to qt_geojson.hppBruno de Oliveira Abinader2017-02-083-41/+49
|
* [Qt] Added QMapboxGL::layerExistsBruno de Oliveira Abinader2017-02-082-1/+10
|
* [Qt] Guarantee QSqlDatabase connection name uniquenessBruno de Oliveira Abinader2017-02-011-1/+8
| | | | | Guarantee QSqlDatabase connection name uniqueness by using a static counter together with the current thread.
* [Qt] Avoid using brace-list init ctor in QMapboxGLBruno de Oliveira Abinader2017-01-314-29/+56
|
* [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-266-48/+222
|
* [build] Remove submodules and Makefileqt-v1.0.0qt-1.0.0Thiago Marcos P. Santos2017-01-246-660/+0
| | | | | They are crashing the Qt Windows CIs because of long filenames and Qt CI will try to run the Makefile.
* [gcc4.9] OSX build fix for GCC 4.9Thiago Marcos P. Santos2017-01-241-1/+1
|
* [gcc4.9] Only do bracket initialization where GCC4.9 can handle itThiago Marcos P. Santos2017-01-2415-52/+69
| | | | | GCC 4.9 cannot do bracket initialization when one of the attributes already has a default value.
* [gcc4.9] std:: namespace issuesThiago Marcos P. Santos2017-01-2410-6/+40
|
* [gcc4.9] Make constexpr usage compatible with GCC 4.9Thiago Marcos P. Santos2017-01-2411-25/+36
|
* [gcc4.9] Make geometry.hpp GCC4.9 compatibleThiago Marcos P. Santos2017-01-242-16/+25
|
* [gcc4.9] Make supercluster.hpp GCC 4.9 compatibleThiago Marcos P. Santos2017-01-241-5/+13
|
* [gcc4.9] Make geojson-vt-cpp GCC4.9 compatibleThiago Marcos P. Santos2017-01-242-4/+55
|
* [gcc4.9] Make geojson.cpp GCC4.9 compatibleThiago Marcos P. Santos2017-01-241-0/+5
|
* [build] Include deps, make build offlineThiago Marcos P. Santos2017-01-2411856-0/+2170824
|