lp://staging/~robertcarr/mir/disable-sequences-and-add-terminate-handler
- Get this branch:
- bzr branch lp://staging/~robertcarr/mir/disable-sequences-and-add-terminate-handler
Branch merges
- Alan Griffiths: Needs Fixing
- Alexandros Frantzis (community): Needs Fixing
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 278 lines (+118/-3)9 files modifiedexamples/demo-shell/demo_shell.cpp (+33/-2)
include/test/mir_test_doubles/null_virtual_terminal.h (+1/-0)
src/server/graphics/gbm/gbm_display.cpp (+1/-0)
src/server/graphics/gbm/gbm_platform.cpp (+14/-0)
src/server/graphics/gbm/linux_virtual_terminal.cpp (+11/-0)
src/server/graphics/gbm/linux_virtual_terminal.h (+2/-0)
src/server/graphics/gbm/virtual_terminal.h (+1/-0)
tests/unit-tests/graphics/gbm/test_gbm_display.cpp (+4/-1)
tests/unit-tests/graphics/gbm/test_linux_virtual_terminal.cpp (+51/-0)
Branch information
Recent revisions
- 687. By Robert Carr
-
Allow access to the internal egl native display without usage of a surface.
Approved by PS Jenkins bot, Kevin DuBois.
- 685. By Alexandros Frantzis
-
shell: Close all open sessions when destroying the SessionManager
We need to do this manually to break the cyclic dependency between msh::Session
and msh::InputTargetListener, since our implementations of these interfaces
keep strong references to each other. This change fixes LP:#1170643. Fixes: https://bugs.launchpad .net/bugs/ 1170643. Approved by Robert Carr, Alan Griffiths, PS Jenkins bot.
- 684. By Alan Griffiths
-
Remove MIR_GCC_VERSION variable.
This was useful when the Android SDK wasn't up to date. We're now building
on a full Raring/Saucy image, so we don't want to use a non-default compiler.Approved by Kevin DuBois, Alexandros Frantzis, PS Jenkins bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mir-team/mir/trunk