Sven Püschel

Results 6 issues of Sven Püschel

Macros are powerful, but they make it harder to check that the code compiles in every configuration. Therefore remove some fixed value macros and also macros which remove code parts...

Given that this project is part of the bigbluebutton organization, I'm assuming it is maintained by the BigBlueButton team. But given that the last update is already a year old,...

Building a python wheel for labgrid using `python -m build --wheel --no-isolation` on the current master (2ce9e244a3a0ab9101bfb18f5f12c2d5d87e3f21) with Python 3.13.2 and build 1.2.2 (`python -m build --version`) results in the...

Some conditions (like missing access rights to create the database path) may lead the LocalStorage.openDatabaseSync call to fail. This causes the db variable to point to an undefined value, which...

Don't include build paths in the generated GLib2 source files, as potential source packages generated after build may include all files used for the compilation. With GLib2 adding the full...

Use the GIO target instead of the lib/include variables, as it matches the modern CMake approach. Furthermore it also makes it clear to CMake that we're linking against an external...