summaryrefslogtreecommitdiff
path: root/platform/qt/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [build] switch to CMakeKonstantin Käfer2016-08-051-92/+0
| | | | This is very much a work in progress.
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-0/+2
| | | | | | | | | | | | | | | | * add supercluster dependency * prepare GeoJSONTile for Supercluster * prepare GeoJSONSource for accepting options * try removing mbgl::GeoJSON * fix setGeoJSON types * add GeoJSONSource getURL * add geojson to include path * add Supercluster index in GeoJSONSource * fix GeoJSONSource getZoomRange * bring back mbgl::GeoJSON header * fix tidy warnings hopefully * try test-suite with enabled cluster test * fix formatting in clustering-related files
* [build] Upgrade geojson-vt-cpp@6.1.2Bruno de Oliveira Abinader2016-07-261-1/+1
|
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-221-3/+5
| | | | | | Remove one extra dependency. Qt has some bugs on the text codec it seems, but it is also important to keep the behavior aligned with the client API.
* Revert "add supercluster dependency"Vladimir Agafonkin2016-07-181-2/+0
| | | | This reverts commit f84e9fdb2bb25d88f4dbe6f269ca66c7eee8eeb2.
* add supercluster dependencyVladimir Agafonkin2016-07-181-0/+2
| | | | [skip ci]
* [qt] if `qmake` isn't available, try `qmake-qt5` (#5658)Aki Koskinen2016-07-121-1/+6
|
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [build] Don't override CXX11ABI if already setBruno de Oliveira Abinader2016-06-171-1/+1
|
* [Qt] Install valgrind on-demandBruno de Oliveira Abinader2016-06-161-2/+0
|
* [Qt][build] Updated valgrind supression and make it a target for QtThiago Marcos P. Santos2016-06-091-0/+2
|
* [build] Added unique_resource as dependencyBruno de Oliveira Abinader2016-06-011-0/+1
|
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-0/+1
|
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-231-1/+1
|
* [build] Avoid variable name coupling between main.mk and configure.shJohn Firebaugh2016-05-231-0/+2
|
* [core] Update to geometry.hpp 0.5.0John Firebaugh2016-05-131-1/+1
|
* [build] Fix broken build on OSXThiago Marcos P. Santos2016-05-101-2/+2
|
* [Qt] Use C++11 ABI packagesThiago Marcos P. Santos2016-05-101-2/+2
| | | | | | These were causing linking errors on more recent Linux distros. Fixes #3123.
* [core] Update geometry to 0.3.0John Firebaugh2016-05-061-1/+1
|
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-1/+1
|
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-0/+1
| | | | Pull less dependencies.
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-0/+1
|
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-0/+1
|
* [Qt] Add QtLocation to the buildsystemThiago Marcos P. Santos2016-05-021-0/+2
| | | | Needed by the next patch.
* [core] Upgrade to boost 1.60.0 (#4899)John Firebaugh2016-04-281-1/+1
|
* [Qt] Expose center and zoom propertiesThiago Marcos P. Santos2016-04-271-0/+2
|
* [build] Move Qt version define to configure.shBruno de Oliveira Abinader2016-04-271-1/+3
|
* [Qt] Added QQuickMapboxGL{,Renderer}Bruno de Oliveira Abinader2016-04-271-0/+8
|
* [Qt] Split Qt flagsThiago Marcos P. Santos2016-04-261-2/+9
| | | | | The shared library won't link with things that we don't use, like QtOpenGL anymore.
* [Qt] Add toolchain supportThiago Marcos P. Santos2016-04-252-0/+27
| | | | Enables cross-compilation.
* [Qt] Set default visibility to hidden for QtThiago Marcos P. Santos2016-04-251-0/+4
| | | | | | Expose less symbols on the shared library. Fixes #4809
* Merge pull request #4773 from mapbox/travis-qt5Bruno de Oliveira Abinader2016-04-211-1/+4
| | | [build] Added Qt 5 build for Travis CI
* [Qt] use libjpeg-turbo rather than Qt's built-in JPEG decodingKonstantin Käfer2016-04-201-0/+1
| | | | libjpeg-turbo is typically 2-4x faster than the built-in decoding.
* [Qt] WebP supportBruno de Oliveira Abinader2016-04-201-0/+1
|
* [Qt] Use Qt resources for bundling the certificatesThiago Marcos P. Santos2016-04-201-0/+2
|
* [Qt] Build the Qt portThiago Marcos P. Santos2016-04-201-0/+37