Mir

mir:feature/expose_window_manager_tools_implementation

Last commit made on 2024-04-30
Get this branch:
git clone -b feature/expose_window_manager_tools_implementation https://git.launchpad.net/mir

Branch merges

Branch information

Name:
feature/expose_window_manager_tools_implementation
Repository:
lp:mir

Recent commits

a0c5f1d... by Matthew Kosarek <email address hidden>

feature: moving WindowManagerToolsImplementation to a public-facing miral folder

25ade62... by Alan Griffiths

feature: exposing headers for mircommon-internal-dev (#3328)

## What's new?
- Generated internal mircommon symbols with the new script
- Created `libmircommon-internal-dev` to include internal common headers

## To use:
```cmake
pkg_check_modules(MIRCOMMON_INTERNAL mircommon-internal REQUIRED)
target_include_directories(${BINARY_NAME} PUBLIC SYSTEM ... ${MIRCOMMON_INTERNAL_INCLUDE_DIRS})
```

015dff9... by Matthew Kosarek <email address hidden>

bugfix: actually installing the right files

aa89ae7... by Matthew Kosarek <email address hidden>

libmircommon11 -> libmircommon10

345e0d6... by MichaƂ Sawicz

doc: fix discourse link

351b609... by Matthew Kosarek <email address hidden>

Erroneously added some files

2178b6f... by Matthew Kosarek <email address hidden>

Bumping abi version to 11

205835e... by Matthew Kosarek <email address hidden>

Applications on the remote desktop can be run on the client

50e3924... by Matthew Kosarek

feature: exposing headers for libmirsever-internal-dev (#3288)

## What's new?
Exposing a new package called `libmirserver-internal-dev`

## How to use
```CMake
pkg_check_modules(MIRSERVER_INTERNAL mirserver-internal REQUIRED)
...
target_include_directories(${BINARY_NAME} PUBLIC SYSTEM ... ${MIRSERVER_INTERNAL_INCLUDE_DIRS})
```

1652ceb... by Matthew Kosarek <email address hidden>

Final naming nit