Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 2528892ac1986870ad891f32350c6532ca773cb5 https://github.com/openSUSE/wicked/commit/2528892ac1986870ad891f32350c6532ca... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-06-08 (Wed, 08 Jun 2022) Changed paths: M testing/wunit.h Log Message: ----------- testing/wunit: Add prefix to TESTCASE() generated functions Commit: 272a88b5392fc75a9d0fb1671d38a12d447fed2d https://github.com/openSUSE/wicked/commit/272a88b5392fc75a9d0fb1671d38a12d44... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-06-09 (Thu, 09 Jun 2022) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- util: Add bitmask utility functions Commit: f3ce38bb201022e055149c08733903ee1018125f https://github.com/openSUSE/wicked/commit/f3ce38bb201022e055149c08733903ee10... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-06-09 (Thu, 09 Jun 2022) Changed paths: M testing/Makefile.am A testing/bitmask-test.c Log Message: ----------- testing: Add tests for bitmask utility functions Commit: 89f58074d16d659d7ac5666a86b26d01d25a4b63 https://github.com/openSUSE/wicked/commit/89f58074d16d659d7ac5666a86b26d01d2... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-06-09 (Thu, 09 Jun 2022) Changed paths: M testing/Makefile.am M testing/bitmap-test.c Log Message: ----------- testing: Transform bitmap-test.c to unittest Commit: c02538e5339877659844321ec05c9ffab8444392 https://github.com/openSUSE/wicked/commit/c02538e5339877659844321ec05c9ffab8... Author: Marius Tomaschewski <mt@suse.com> Date: 2022-06-15 (Wed, 15 Jun 2022) Changed paths: M include/wicked/util.h M src/util.c M testing/Makefile.am M testing/bitmap-test.c A testing/bitmask-test.c M testing/wunit.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/917 util: Add bitmask utility functions Compare: https://github.com/openSUSE/wicked/compare/cff372a7b770...c02538e53398