| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Fix stylistic issues in unique_anyupstream/unique_any_style | John Firebaugh | 2018-06-18 | 2 | -14/+42 |
* | [android] - telemetry bump to v3.1.3 | Łukasz Paczos | 2018-06-15 | 1 | -1/+1 |
* | Use a shared scheduler on threads without a default scheduler | Thiago Marcos P. Santos | 2018-06-15 | 5 | -39/+115 |
* | [macos] Tweaked change log for PR #12123 (#12146) | Julian Rex | 2018-06-14 | 1 | -1/+1 |
* | [android] - added Android licenses make target | Łukasz Paczos | 2018-06-14 | 6 | -82/+177 |
* | [android] - changelog for 6.2.0-beta.2 | Łukasz Paczos | 2018-06-14 | 1 | -0/+5 |
* | [ios, macos] Look more widely for IBDesignablesAgent | Minh Nguyễn | 2018-06-13 | 2 | -7/+2 |
* | [core] Use a getter for the BackendScope static variable | Thiago Marcos P. Santos | 2018-06-13 | 1 | -7/+15 |
* | [android] Remove support for Fabric (#12126) | Antonio Zugaldia | 2018-06-12 | 3 | -12/+1 |
* | [android] - move match stops conversion to Stop.toExpressionArray | tobrun | 2018-06-12 | 2 | -12/+21 |
* | [core] consolidate database opening workflow | Konstantin Käfer | 2018-06-12 | 5 | -84/+69 |
* | [core] remove unused flags from SQLite header | Konstantin Käfer | 2018-06-12 | 2 | -8/+0 |
* | [core] support moving Database object during a Transaction | Konstantin Käfer | 2018-06-12 | 5 | -21/+72 |
* | [test] verify log messages of OfflineDatabase tests | Konstantin Käfer | 2018-06-12 | 2 | -20/+128 |
* | [core] send all SQLite log messages to the Info bucket and add error codes | Konstantin Käfer | 2018-06-12 | 1 | -77/+1 |
* | [core] allow logging error codes and formatting strings at the same time | Konstantin Käfer | 2018-06-12 | 2 | -4/+10 |
* | [test] add partial message matching support to FixtureLog | Konstantin Käfer | 2018-06-12 | 2 | -9/+28 |
* | [test] standardize on database file name and move I/O functions to util | Konstantin Käfer | 2018-06-12 | 4 | -86/+68 |
* | [test] pull out using namespace mbgl to reduce verbosity | Konstantin Käfer | 2018-06-12 | 1 | -66/+3 |
* | [Qt] Add QMapboxGL::layerIds() | Bruno de Oliveira Abinader | 2018-06-12 | 2 | -0/+19 |
* | [core] fix undefined behavior in LineAtlas::addDash | Konstantin Käfer | 2018-06-12 | 3 | -0/+39 |
* | [ios,macos] Fixed crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS 9.3... | Julian Rex | 2018-06-11 | 3 | -1/+13 |
* | [build] Xcode 10 no longer exposes DEVELOPER_DIR to the compiler launcher | Konstantin Käfer | 2018-06-11 | 2 | -2/+2 |
* | [android] - ceil map dimensions | Łukasz Paczos | 2018-06-11 | 1 | -2/+2 |
* | [qt] Fix asMapboxGLFeatureIdentifier iterator traversal | Bruno de Oliveira Abinader | 2018-06-11 | 1 | -5/+2 |
* | [android] - show amount failed tests and executed tests, integrate pixelratio... | tobrun | 2018-06-11 | 3 | -7/+43 |
* | [android] - bump snapshots building on master to 6.3.0 | Łukasz Paczos | 2018-06-11 | 1 | -1/+1 |
* | [android] - cleanup attrs | Łukasz Paczos | 2018-06-11 | 2 | -35/+4 |
* | [android] - added AnimatedSymbolLayerActivity back to the TestApp | Łukasz Paczos | 2018-06-11 | 2 | -1/+439 |
* | [ios] Support safe area in iosapp | Jason Wray | 2018-06-08 | 2 | -105/+102 |
* | [ios, build] Bump CircleCI to Xcode 9.4 | Jason Wray | 2018-06-08 | 1 | -8/+8 |
* | [ios] Add custom events library start-up delay (#12088) | Randall Lee | 2018-06-08 | 3 | -15/+39 |
* | [android] - ignore render tests from ignores.json | tobrun | 2018-06-08 | 3 | -17/+66 |
* | [core] always commit placement to fix #11795 | Ansis Brammanis | 2018-06-07 | 3 | -20/+14 |
* | [android] - automate tag release | Łukasz Paczos | 2018-06-07 | 1 | -4/+109 |
* | [android] - parsing fragment's xml attributes | Łukasz Paczos | 2018-06-07 | 3 | -22/+51 |
* | [core] Fix crash due to mixing legacy filters and expressions (#12065) | Anand Thakker | 2018-06-06 | 2 | -33/+63 |
* | [test,ios] Disable multiple mapsnapshotter test. | Chris Loer | 2018-06-04 | 1 | -11/+9 |
* | [docs,ios,macos] Changelog entries for MGLMapSnapshotter fix. | Chris Loer | 2018-06-04 | 2 | -0/+2 |
* | [ios, macos] Use NSCAssert instead of assert. | Chris Loer | 2018-06-04 | 1 | -1/+1 |
* | [ios, macos] Raise exception if MGLMapSnapshotter is used from thread without... | Julian Rex | 2018-06-04 | 1 | -0/+5 |
* | [ios, test] Add MGLMapSnapshotter integration tests. | Chris Loer | 2018-06-04 | 3 | -0/+257 |
* | [ios, macos] Fix MGLMapSnapshotter concurrency bugs (issue #11827). | Chris Loer | 2018-06-04 | 1 | -153/+162 |
* | [core] offline database - batch region resource inserts | Ivo van Dongen | 2018-06-04 | 5 | -20/+131 |
* | [core] offline database - move transaction scope to public api level | Ivo van Dongen | 2018-06-04 | 1 | -14/+4 |
* | [build] cache Node + Nan headers globally, not build-specific | Konstantin Käfer | 2018-06-04 | 1 | -0/+1 |
* | [node] hide all symbols from the Node.js addons | Konstantin Käfer | 2018-06-04 | 4 | -2/+10 |
* | [core] fix bogus unused variable with GCC 7 | Konstantin Käfer | 2018-06-04 | 1 | -3/+3 |
* | [core] don't use floating point versions of pow/log | Konstantin Käfer | 2018-06-04 | 14 | -31/+20 |
* | [linux] link EGL backend against SwiftShader to avoid Mesa dependency | Konstantin Käfer | 2018-06-04 | 1 | -7/+2 |