summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [build] Remove submodules and Makefileqt-v1.0.0qt-1.0.0Thiago Marcos P. Santos2017-01-246-660/+0
* [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
* [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
* [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
* [core] Use gmtime_s on WindowsThiago Marcos P. Santos2017-01-241-2/+9
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-01-242-1/+13
* [core] Prefer std:: functions over POSIXThiago Marcos P. Santos2017-01-241-4/+2
* [Qt] Make qt.cmake Windows-friendlyThiago Marcos P. Santos2017-01-241-1/+5
* [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
* [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
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-248-19/+8
* [linux] Remove unnecessary rows from Travis CI matrixJohn Firebaugh2017-01-231-24/+0
* [android] Move the simple map activity to a "Basic" section, always listed fi...Antonio Zugaldia2017-01-233-2/+4
* Test app refactor (#7598)Cameron Mace2017-01-23107-3268/+666
* [android] - when updating positon, wait for render call to invalidate updated...Tobrun2017-01-232-3/+4
* [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
* [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
* [core] Move sqlite::Statement::check to pimplBruno de Oliveira Abinader2017-01-232-23/+21
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-234-20/+44
* [core] Private implementation for SQLite interfaceBruno de Oliveira Abinader2017-01-232-118/+149
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-237-109/+69
* [android] - redraw MyLocationView when tilt changes, setTilt after CameraUpda...Tobrun2017-01-232-2/+3
* [core] fix rendering 180° line joinsKonstantin Käfer2017-01-233-5/+13
* [android] - remove redundant log statements in native_map_view.cpp (#7801)Tobrun2017-01-231-58/+1
* [android] - decouple make apackage for measuring execution time (#7771)Tobrun2017-01-221-3/+13
* [core] Include what you useThiago Marcos P. Santos2017-01-201-0/+1
* [Qt] Enable WITH_QT_I18N=1 on a bot to make sure it doesn't breakThiago Marcos P. Santos2017-01-201-1/+1
* [Qt] Fix build with WITH_QT_I18N=1Thiago Marcos P. Santos2017-01-201-6/+6
* [Qt] Do not use c_str() when converting from UTF8Thiago Marcos P. Santos2017-01-201-2/+2
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-208-8/+40
* [Qt] Use Qt's OpenGL headerThiago Marcos P. Santos2017-01-201-0/+3
* [build] Replace OSMesa Tracis CI with EGLBruno de Oliveira Abinader2017-01-191-33/+23
* [android] - deselect marker on infowindow click (#7784)Tobrun2017-01-191-1/+9