summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [linux] Run valgrind against debug build; trim supressionsupstream/valgrind-debugJohn Firebaugh2017-01-253-104/+24
|
* [docs] add changelog entry for #7834Konstantin Käfer2017-01-251-0/+1
|
* [macos] align HeadlessDisplay with SDK OpenGL context creation optionsKonstantin Käfer2017-01-252-2/+9
|
* [macos] allow using the integrated GPU on dual-GPU machinesKonstantin Käfer2017-01-253-0/+5
|
* [Android] Make spinner under Add Markers in Bulk readable (#7836)Austin O'Neil2017-01-251-0/+11
|
* [core] replace encodePNG() with a version that doesn't use libpngKonstantin Käfer2017-01-255-70/+104
| | | | rationale: encodePNG is only used in tests + sample apps, but shouldn't actually be part of the core library. In #7828, we're removing the libpng dependency for Android, and using a libpng-free version of encodePNG allows us to run the core unit tests on Android without pulling in libpng just for the test suite. In a next step, we should remove encodePNG() from the image.hpp header, which is a public header.
* [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
|
* [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] - zoom to at least 2 when tracking is enabled, introduce interface for zoom invalidation, simplify example * fixup unit test, added test for new interface + focal point interface
* [android] - redraw MyLocationView when tilt changes, setTilt after ↵Tobrun2017-01-232-2/+3
| | | | CameraUpdate has finished animating (#7799)
* [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
|
* [Qt] Fix build when using Qt namespacesThiago Marcos P. Santos2017-01-195-13/+13
| | | | | | Fix when building with namespaces enabled. http://wiki.qt.io/Qt_In_Namespace
* [core] Remove unused includeThiago Marcos P. Santos2017-01-191-2/+0
| | | | pthread is not used directly, but per platform basis.
* [ios, macos] Updated changelogsMinh Nguyễn2017-01-192-8/+44
| | | | Updated changelogs to mention #7446, #7356, #7465, #7616, #7445, #7444, #7526, #7586, #7574, and #7770. Also corrected the blurb about #7711.
* [Qt] Use system defaults CAThiago Marcos P. Santos2017-01-196-33/+1
| | | | The CA certificate we are bundling will expire in Aug/2018.
* [build] Run submodule update on every build, and npm install when the ↵Konstantin Käfer2017-01-193-21/+61
| | | | | | package.json changed We're now running a submodule update as part of every build, and when the project files are generated. We also run an npm install whenever the package.json was updated, both during project generation and as part of every build.
* [core] Evict cached resources and tiles equally by access time (#7770)Eric Wolfe2017-01-181-4/+29
|
* [android] Removed conflict marker from changelogMinh Nguyễn2017-01-181-1/+0
|
* refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-1816-24/+205
|
* [core] Clean up merge_lines.cpp and add bounds checkingJohn Firebaugh2017-01-182-37/+51
|
* [Qt] Avoid QApplication duplication via test main()Bruno de Oliveira Abinader2017-01-185-34/+33
|
* [core] Remove platform-specific main.cpp from MBGL_TEST_FILESBruno de Oliveira Abinader2017-01-184-7/+4
|
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-186-39/+6
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* [build] Avoid creating a recursively symlinked node_modulesJohn Firebaugh2017-01-181-1/+1
| | | | With the previous command, the second time it would run generated a node_modules symlink inside the top-level node_modules directory.
* [core] Fix calculation of delayed transitionsJohn Firebaugh2017-01-173-0/+99
|
* [core] Disable debug groups in release buildsJohn Firebaugh2017-01-172-36/+38
|
* [core] Restore GL_KHR_debug messages in release buildsJohn Firebaugh2017-01-173-17/+8
| | | | This reverts commit 8c4da72d09e585bd10d030129c99e1e609a2d2f9.