Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | build: new option to build plugins within the daemon binary | Aleksander Morgado | |
Instead of creating libmm-plugin* and libmm-shared* libraries that are dlopen()-ed on runtime, allow incorporating all plugins into the daemon binary itself. This makes the startup of the daemon much faster and also avoids issues with builds that require linker namespace isolation. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/674 | |||
2023-01-03 | plugins: setup new helper macros to define plugins | Aleksander Morgado | |
We also remove the plugin headers completely as they are not really required anywhere. |