lp://qastaging/~alan-griffiths/mir/use-cmake-better
- Get this branch:
- bzr branch lp://qastaging/~alan-griffiths/mir/use-cmake-better
Branch merges
- Chris Halse Rogers: Needs Information
- Mir CI Bot: Needs Fixing (continuous-integration)
-
Diff: 91 lines (+19/-5)5 files modifiedCMakeLists.txt (+16/-2)
cmake/MirCommon.cmake (+1/-0)
examples/CMakeLists.txt (+1/-1)
playground/CMakeLists.txt (+0/-1)
src/utils/CMakeLists.txt (+1/-1)
Branch information
Recent revisions
- 3902. By Alan Griffiths
-
Use CMake's CMAKE_CXX_
STANDARD/ CMAKE_C_ STANDARD instead of directly setting the -std= compiler directive - 3901. By Brandon Schaefer
-
Be sure to call the expect call before the real call.
(LP: #1653789). Fixes: https://bugs.launchpad .net/bugs/ 1653789. Approved by Daniel van Vugt, mir-ci-bot.
- 3900. By Brandon Schaefer
-
Add the two of the missing functions needed to remove the old display configuration API.
Approved by mir-ci-bot, Chris Halse Rogers, Alan Griffiths.
- 3899. By Kevin DuBois
-
mesa: propose an gbm_buffer extension to allocate a gbm buffer from the client platform, similar to the android_buffer extension. Native formats and flags can now be used.
Approved by mir-ci-bot, Chris Halse Rogers.
- 3898. By Daniel van Vugt
-
Add ClientLatency tests for mir_buffer_
stream_ swap_buffers, since the
existing ones only test mir_buffer_stream_ swap_buffers_ sync.
.Approved by Cemil Azizoglu, mir-ci-bot.
- 3897. By Daniel van Vugt
-
Enhance ClientLatency acceptance tests to support the possibility that
the server may not render all client frames if it's under heavy load.Instead, in the glorious future the server will just guarantee the
newest frame always reaches the screen. This allows it to catch up in
the face of a loaded system rather than visible lag increasing
indefinitely. It's also a feature of the coming client-side vsync that
the test needs to support in order to avoid spurious failures.
.Approved by mir-ci-bot, Alan Griffiths.
- 3896. By Kevin DuBois
-
frontend: add the rpc call for screencasting to a specific MirBuffer. The current call, screencast_buffer takes a screencast id and returns a buffer, whereas the new rpc call has to take both the buffer id and the screencast id in the request.
Approved by mir-ci-bot, Alan Griffiths, Chris Halse Rogers.
- 3895. By Andreas Pokorny
-
rename a lot of structures from mir::input::... to Mir... to match the c API
The renames are :
mir::input: :InputConfigura tion -> MirInputConfigu ration
mir::input: :DeviceConfigur ation -> MirInputDevice
mir::input: :PointerConfigu ration -> MirPointerConfi guration
mir::input: :KeyboardConfig uratoin -> MirKeyboardConf iguration
mir::input: :TouchpadConfig uration -> MirTouchpadConf iguration
mir::input: :TouchscreenCon figuration -> MirTouchscreenC onfiguration
.Approved by Daniel van Vugt, mir-ci-bot, Alan Griffiths.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/mir