summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [windows][qt] Updated build instructionsupstream/tmpsantos-qt_windowsThiago Marcos P. Santos2017-12-195-15/+33
|
* [windows][deps] Get rapidjson buildingThiago Marcos P. Santos2017-12-191-1/+2
|
* [windows][qt] Build QImage on the compatibility modeThiago Marcos P. Santos2017-12-151-1/+2
| | | | Makes clang for Windows top complaining.
* [windows][qt] Simplify example appThiago Marcos P. Santos2017-12-151-74/+0
| | | | Remove parts that are not building and are not important for now
* [windows][core] Define S_ISDIR when not definedThiago Marcos P. Santos2017-12-151-1/+4
|
* [windows][core] Use Qt's own zlib on WindowsThiago Marcos P. Santos2017-12-152-2/+8
|
* [windows][core] Use an alternative tuple implementationThiago Marcos P. Santos2017-12-1527-5/+1716
| | | | | Tao Tuple is a drop in replacement for std::tuple that works fine with MSVC's STL and our IndexedTuple code.
* [windows][core] Add missing != operator to TilesetThiago Marcos P. Santos2017-12-151-0/+5
|
* [windows][deps] Polyfill for <experimental/optional>Thiago Marcos P. Santos2017-12-154-0/+1068
|
* [windows][deps] Tweak boost to build with clang on WindowsThiago Marcos P. Santos2017-12-151-1/+1
|
* [windows][core] Include what you useThiago Marcos P. Santos2017-12-153-0/+3
|
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2017-12-153-5/+5
| | | | Not available on Windows.
* Updated to qt-v1.2.0upstream/tmpsantos-qt_standaloneThiago Marcos P. Santos2017-11-28102-1272/+3716
|
* Build on Windows with MinGWThiago Marcos P. Santos2017-11-2315-25/+1987
|
* 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
|