dc54f51c | 01-Sep-2023 |
Patrick Williams <patrick@stwcx.xyz> |
watchdog_timeout: add CLI11 dependency
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ida8dbe1a5dad28273b211fa57f7ce4918bc37228 |
40fccd52 | 17-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
switch fmt::format to use std::format
The fmt::format is supported directly in std now. Swap it out and remove the unnecessary dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Chang
switch fmt::format to use std::format
The fmt::format is supported directly in std now. Swap it out and remove the unnecessary dependency.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie278c6328239928198fd87f5007468d401e44a21
show more ...
|
eebcf900 | 13-Sep-2022 |
Patrick Williams <patrick@stwcx.xyz> |
yaml: move to subdirectory
A pending sdbusplus change (I38b69bc67b6a3d80cda1b508a76e106a50d8ab93) is going to require YAML to be in a specific subdirectory and not in the root. Move here in prep fo
yaml: move to subdirectory
A pending sdbusplus change (I38b69bc67b6a3d80cda1b508a76e106a50d8ab93) is going to require YAML to be in a specific subdirectory and not in the root. Move here in prep for that change.
Also add in the regenerate-meson script as a helper to regenerate the sdbusplus meson files for this repository.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2c9e74b85550e3e8f0f5cb56a82e85c5b13c6d00
show more ...
|
4bb6d327 | 26-Jul-2021 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Add fmtlib support
Call fmtlib functions while adding log to journal to display additional parameters in the journal.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I357
Add fmtlib support
Call fmtlib functions while adding log to journal to display additional parameters in the journal.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I3579529919ee6599fca3499e2e12ad656f8c402a
show more ...
|
222131cc | 02-Jun-2021 |
Shantappa Teekappanavar <sbteeks@yahoo.com> |
Build: Add support building with meson
Testing: - Verified all code build as expected in CI and unit tests passed - Done docker Unit testing
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.co
Build: Add support building with meson
Testing: - Verified all code build as expected in CI and unit tests passed - Done docker Unit testing
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: Iaa296f85353ceddfd40cd860d41e0a6e3abfac49
show more ...
|