lp://qastaging/mir/0.24
Created by
Kevin DuBois
and last modified
- Get this branch:
- bzr branch lp://qastaging/mir/0.24
Members of
Mir development team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Cemil Azizoglu (community): Approve
- Mir CI Bot: Approve (continuous-integration)
- Daniel van Vugt: Approve
-
Diff: 462 lines (+220/-20)19 files modifiedCMakeLists.txt (+1/-1)
debian/changelog (+20/-0)
src/client/buffer_factory.cpp (+1/-1)
src/client/input/xkb_mapper.cpp (+2/-1)
src/client/rpc/mir_protobuf_rpc_channel.cpp (+0/-5)
src/common/dispatch/CMakeLists.txt (+1/-0)
src/common/dispatch/legacy_readable_fd.cpp (+34/-0)
src/common/symbols.map (+9/-0)
src/platforms/eglstream-kms/client/client_platform.cpp (+1/-2)
src/platforms/eglstream-kms/client/client_platform.h (+1/-4)
src/platforms/eglstream-kms/server/platform.cpp (+1/-2)
src/platforms/eglstream-kms/server/platform.h (+0/-1)
src/server/graphics/nested/display_buffer.cpp (+1/-0)
src/server/shell/abstract_shell.cpp (+3/-1)
tests/unit-tests/client/input/test_xkb_mapper.cpp (+9/-0)
tests/unit-tests/graphics/mesa/test_ipc_operations.cpp (+4/-0)
tests/unit-tests/graphics/nested/CMakeLists.txt (+1/-0)
tests/unit-tests/graphics/nested/test_nested_display_buffer.cpp (+105/-0)
tests/unit-tests/scene/test_abstract_shell.cpp (+26/-2)
Superseded
for merging
into
lp://qastaging/mir
- Daniel van Vugt: Needs Resubmitting
- Mir CI Bot: Needs Fixing (continuous-integration)
-
Diff: 164 lines (+54/-7) (has conflicts)8 files modifiedCMakeLists.txt (+2/-2)
debian/changelog (+18/-0)
src/common/symbols.map (+3/-0)
src/platform/symbols.map (+1/-1)
src/platforms/CMakeLists.txt (+5/-0)
src/server/symbols.map (+4/-0)
tests/CMakeLists.txt (+19/-2)
tests/acceptance-tests/test_prompt_session_client_api.cpp (+2/-2)
Branch information
Recent revisions
- 3644. By Daniel van Vugt
-
Fix zesty build failures: Structures which contain variable-length
arrays can only be instantiated correctly using dynamic memory
allocation (LP: #1638774) - 3639. By Daniel van Vugt
-
Cherry pick r3656 from lp:mir to fix CI failures (and a potential
crash) (LP: #1612012)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/mir