Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] null check | Asheem Mamoowala | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | [core] Mark custom geometry tiles stale without clearing data | Asheem Mamoowala | 2017-12-06 | 5 | -20/+41 |
| | |||||
* | Updated README for Arch Linux users | LukasPaczos | 2017-12-06 | 1 | -0/+3 |
| | |||||
* | [android] - build boba snapshots from master | Tobrun | 2017-12-06 | 3 | -4/+4 |
| | |||||
* | [android] - add FileSource activation/deactivation to MapSnapshotter, handle ↵ | Tobrun | 2017-12-06 | 5 | -33/+49 |
| | | | | multiple deactivate scenario in FileSource (#10556) | ||||
* | [core] don't include .cpp file | Konstantin Käfer | 2017-12-05 | 1 | -13/+13 |
| | |||||
* | [ios, macos] Rename the iOS and macOS SDKs (#10610) | Jordan Kiley | 2017-12-04 | 36 | -113/+119 |
| | |||||
* | Android SDK renaming (#10609) | Langston Smith | 2017-12-04 | 6 | -10/+10 |
| | | | | | | | | * changes in various markdown files * more tweaks * Updated attribution title | ||||
* | Update gl-js submodule | John Firebaugh | 2017-12-01 | 2 | -2/+14 |
| | |||||
* | [build] Lint iOS and macOS plists on CIupstream/fb-circleci-lint-plists | Jason Wray | 2017-12-01 | 2 | -0/+15 |
| | |||||
* | [android] - handle destroying activity programmatically as part of theme ↵ | Tobrun | 2017-11-30 | 1 | -2/+6 |
| | | | | switching (#10589) | ||||
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 19 | -142/+36 |
| | | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c | ||||
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 20 | -120/+117 |
| | |||||
* | [core] fold HeadlessDisplay into the headless RenderBackend implementation | Konstantin Käfer | 2017-11-29 | 17 | -442/+285 |
| | |||||
* | [build] Clang-3.8: Explicit mbgl::PlacedGlyph default+copy+move ctor | Bruno de Oliveira Abinader | 2017-11-29 | 1 | -0/+8 |
| | |||||
* | [build] Added mbgl-filesource to 'linux-core' target | Bruno de Oliveira Abinader | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | [android] - use concurrent lists for camera change listeners (#10542) | Tobrun | 2017-11-29 | 1 | -26/+25 |
| | |||||
* | [darwin] Fixes CGImageRef leak when creating a map snapshot (#10585) | Andrew Kitchen | 2017-11-28 | 1 | -2/+6 |
| | |||||
* | [darwin] Adjusts initializer body to avoid premature ivar usage (#10582) | Andrew Kitchen | 2017-11-28 | 1 | -10/+15 |
| | |||||
* | [darwin, macos, ios] Renames CGImage creation function to imply +1 retain ↵ | Andrew Kitchen | 2017-11-27 | 4 | -6/+6 |
| | | | | count (#10570) | ||||
* | [core, ios, qt, android] Close race condition in RunLoop (issue #9620) | Chris Loer | 2017-11-27 | 4 | -8/+16 |
| | | | | | Because a message we queue from the foreground may cause the background to complete, exit, and tear down the AsyncTask, we have to block queue processing until we've finished our call to AsyncTask::send(). Broadening the scope of a mutex is scary, but I audited the code of our four implementations of AsyncTask and I don't see any way this could cause a deadlock. | ||||
* | [core] Android + old libstdc++ build fix | Thiago Marcos P. Santos | 2017-11-27 | 2 | -2/+3 |
| | |||||
* | [core] Fix Qt4 on macOS | Bruno de Oliveira Abinader | 2017-11-27 | 1 | -1/+6 |
| | |||||
* | [qt] Use qWarning() for logging | Thiago Marcos P. Santos | 2017-11-24 | 2 | -3/+13 |
| | | | | This is the Qt default and it is thread-safe. | ||||
* | [core] Fix crash on Qt + Windows + ANGLE | Thiago Marcos P. Santos | 2017-11-24 | 1 | -1/+6 |
| | | | | Support for VAO extensions is broken. | ||||
* | [build] refresh Circle CI docker images | Konstantin Käfer | 2017-11-23 | 1 | -14/+27 |
| | |||||
* | [Qt] Update documentation | Bruno de Oliveira Abinader | 2017-11-23 | 2 | -6/+12 |
| | |||||
* | [build] Added CircleCI macos-release-node{4,6} jobs | Bruno de Oliveira Abinader | 2017-11-23 | 3 | -83/+81 |
| | |||||
* | [android] - update bottom sheet example with popable fragment backstack (#10506) | Tobrun | 2017-11-23 | 1 | -12/+15 |
| | |||||
* | [android] Use inherited javaPeer in CustomGeometrySource C++ peer | Asheem Mamoowala | 2017-11-22 | 3 | -21/+32 |
| | |||||
* | [android] Reuse Java Source objects by holding on to a strong reference in ↵ | Asheem Mamoowala | 2017-11-22 | 21 | -193/+183 |
| | | | | the C++ peer. | ||||
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 12 | -21/+469 |
| | |||||
* | [core] Use Actors for CustomTileLoader invocation from bindings. | Asheem Mamoowala | 2017-11-22 | 5 | -22/+13 |
| | |||||
* | [android] Add Grid source sample for Custom Geometry Source | Asheem Mamoowala | 2017-11-22 | 5 | -2/+182 |
| | |||||
* | [android] Bindings for Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 9 | -1/+448 |
| | |||||
* | [ios,macos] Add MGLComputedShapeSource example to demo apps | Jesse Crocker | 2017-11-22 | 3 | -4/+203 |
| | |||||
* | [ios, macos] Implement MGLComputedShapeSource binding for CustomGeometrySource | Asheem Mamoowala | 2017-11-22 | 13 | -6/+377 |
| | |||||
* | [darwin] Abstract ShapeSource interface | Jesse Crocker | 2017-11-22 | 14 | -133/+235 |
| | |||||
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 22 | -1/+907 |
| | |||||
* | [android] - harden MarkerView integration by checking for null bitmap (#10532) | Tobrun | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | [android] - activate filesource to list offline regions (#10531) | Tobrun | 2017-11-22 | 1 | -2/+5 |
| | |||||
* | [android] - use TextureView for ViewPager carousel (#10519) | Tobrun | 2017-11-21 | 1 | -0/+1 |
| | |||||
* | [ios] update constraints when updating content inset | Fredrik Karlsson | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | [build] Added CircleCI macos-debug-qt5 job | Bruno de Oliveira Abinader | 2017-11-20 | 3 | -74/+49 |
| | |||||
* | [android] Enable map rendering when app is paused | Ivo van Dongen | 2017-11-20 | 4 | -4/+21 |
| | |||||
* | [core] Symbol cross-fading. | Chris Loer | 2017-11-17 | 8 | -4/+112 |
| | | | | Hold onto tiles after they've been removed from the render tree long enough to run a fade animation on their symbols. | ||||
* | [core] Add unit test for CrossTileSymbolIndex | Ansis Brammanis | 2017-11-17 | 4 | -7/+91 |
| | |||||
* | [core] Cleanup in response to review comments. | Chris Loer | 2017-11-17 | 16 | -211/+229 |
| | |||||
* | [core] Remove ignores for passing tests. | Chris Loer | 2017-11-17 | 2 | -8/+5 |
| | | | | | Update ignore links to specific issues. Bump mapbox-gl-js version to get latest text-pitch-spacing test. | ||||
* | [core] Sort child symbol tiles before parent symbol tiles | Ansis Brammanis | 2017-11-17 | 1 | -1/+1 |
| | | | | This is necessary so that when there are mixed zoom levels, child symbols get placed before parent symbols. |