- Sep 17, 2021
-
-
Bastien Nocera authored
-
- Sep 13, 2021
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Closes: #152
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
When libplist-2.0 isn't available, fallback to requiring libplist 1.x to build the iDevice support.
-
- Sep 11, 2021
-
-
Ian Douglas Scott authored
-
- Sep 07, 2021
-
-
Bastien Nocera authored
src/linux/up-device-supply.c: In function ‘up_device_supply_refresh_line_power’: src/linux/up-device-supply.c:89:22: warning: unused variable ‘native_path’ [-Wunused-variable] 89 | const gchar *native_path; | ^~~~~~~~~~~
-
Bastien Nocera authored
We always have a config.h now, and don't rely on autotools setting this cflags for us to know it.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
The Linux integration tests were skipped since we started installing python-dbusmock by hand, which meant that package dependencies like python3-gobject were never installed, and the whole test would be skipped. Fixes: 3acbedca
-
Bastien Nocera authored
We need a higher than default timeout as the test_critical_action_is_taken_repeatedly test takes at least 2 suspend cycles and those take at least UP_DAEMON_ACTION_DELAY (20 seconds).
-
Bastien Nocera authored
They're not needed and might not be available when we're trying to list the included tests.
-
Bastien Nocera authored
-
Bastien Nocera authored
The daemon sources and libupower-glib were built without their historic log domains which meant some debug messages did not appear when running upowerd in verbose mode. This fixes the test_no_poll_batteries test.
-
Bastien Nocera authored
Parse the junit results and check whether there are any skipped tests.
-
Bastien Nocera authored
In case we want to read them even if successful (or skipped).
-
Bastien Nocera authored
It changed when we switched to meson.
-
Bastien Nocera authored
unittest_inspector.py lists the tests in the integration-test.py script, which are then added as individual tests.
-
Bastien Nocera authored
Add the python suffix.
-
-
- Sep 06, 2021
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
-
Otherwise we depend on the C sources being ready rather than the headers for building the rest of upowerd.
-
Bastien Nocera authored
We don't care that the up_exported_kbd_backlight_* symbols and functions were removed from the libupower-glib ABI, they should never have been exported in the first place as this API is only used server-side, in the daemon.
-
- Sep 02, 2021
-
-
Bastien Nocera authored
So we don't need to define UP_COMPILATION
-
-
-
77 is the special value meaning that the test was skipped. Both meson make check will display the information correctly. Note that the test is currently executed directly in check-local. So add a workaround to ignore the 77 error code and exit 0 instead in that case.
-
The functionality that this option was disabling/enabling has been removed.
-
It appears that this option is not used (anymore).
-
Bastien Nocera authored
libgudev got a version bump and libusb isn't used anymore.
-
This was missed in commit 64582256 ("build: Remove libusb dependency in Linux").
-
- Aug 19, 2021
-
-
Bastien Nocera authored
As the daemon API will soon be removed. See upower/upower!66
-
Bastien Nocera authored
As we want to eventually remove them. See upower/upower!5
-
- Aug 17, 2021
-
-
Bastien Nocera authored
-
Bastien Nocera authored
So we can see progress better.
-