summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* [Qt] Add a qmake project fileThiago Marcos P. Santos2017-01-243-0/+620
|
* [Qt] Added standalone buildThiago Marcos P. Santos2017-01-243-0/+137
| | | | No external deps, only Qt and header only libs.
* [build] Prefix files so the root directory can be changedThiago Marcos P. Santos2017-01-244-488/+490
|
* [core] Do not use S_ISDIRThiago Marcos P. Santos2017-01-241-2/+1
| | | | Seems like Windows can do `stat()` but not S_ISDIR.
* [core] Use gmtime_s on WindowsThiago Marcos P. Santos2017-01-241-2/+9
| | | | gmtime_r is POSIX
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-01-242-1/+13
| | | | Clang on Window's can't parse rapidjson's dtoa.
* [core] Prefer std:: functions over POSIXThiago Marcos P. Santos2017-01-241-4/+2
| | | | s/unlink/std::remove
* [Qt] Make qt.cmake Windows-friendlyThiago Marcos P. Santos2017-01-241-1/+5
| | | | | - Do not build headless view. - Add no-op thread implementation.
* [Qt] Add a no-op thread helper for other platformsThiago Marcos P. Santos2017-01-241-0/+19
|
* [Qt] Use QThreadStorage for thread localThiago Marcos P. Santos2017-01-242-1/+44
| | | | Portable.
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-01-248-51/+80
|
* [core] Do not use pthreads on ClassDictionaryThiago Marcos P. Santos2017-01-241-12/+4
| | | | Use our own tls abstraction instead.
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-248-19/+8
| | | | Not really needed.
* [linux] Remove unnecessary rows from Travis CI matrixJohn Firebaugh2017-01-231-24/+0
| | | | Building a debug build with both GCC and clang is sufficient.
* [android] Move the simple map activity to a "Basic" section, always listed ↵Antonio Zugaldia2017-01-233-2/+4
| | | | | | | | first (#7817) * move the simple map activity to a basic section, always listed first * category_first -> category_basic
* Test app refactor (#7598)Cameron Mace2017-01-23107-3268/+666
|
* [android] - when updating positon, wait for render call to invalidate ↵Tobrun2017-01-232-3/+4
| | | | updated marker position, correct camera invalidation for all moveCamera method invocations (#7794)
* [linux] mesa 13.0.3John Firebaugh2017-01-236-27/+93
|
* [build] Update Travis Qt{4,5} bot dependenciesBruno de Oliveira Abinader2017-01-231-2/+2
|
* [Qt] Check for Qt SQLite database driverBruno de Oliveira Abinader2017-01-231-20/+21
|
* [Qt] Explicitly map the `bool` binder to `int`Thiago Marcos P. Santos2017-01-231-1/+5
| | | | On Qt4 and Qt5 the QVariant conversion from bool behaves differently.
* [Qt] Save a copy when using binary data if possibleThiago Marcos P. Santos2017-01-231-9/+10
|
* [Qt] Implement mapbox::sqlite::{Database,Statement} using QtSqlBruno de Oliveira Abinader2017-01-238-22/+444
|
* [core] Replace sqlite3.h dependency in offline databaseBruno de Oliveira Abinader2017-01-232-4/+9
|