Commit Graph

7 Commits (0f9f7540d3508904327343da02b7c0eeb1fe9419)

Author SHA1 Message Date
M4rFri 0f9f7540d3
fixed some rebase errors 2 months ago
Felix Heitmann c8596c05ce
Test attributes: fixing wrongful lambda capture
constexpr doesn't need to be captured. failed ci/cd
2 months ago
Felix Heitmann 25cfceca04
fixing signed/unsigned in test attributes 2 months ago
Felix Heitmann 25ee4f3ffb
Attribute tests: remove fmtlib from tests
Use the spdlog::fmt_lib wrapper instead.
2 months ago
Felix Heitmann 976af140b0
Attributes include unit-tests 2 months ago
Felix Heitmann b63b652d6c
Attributes: Removing impact on logger
The logger interface should not be bloated by additional functionality. Reducing it to a nested call to `.attrs().put()` achieves the same nesting as `.put_attribute()` but requires a smaller interface change on the logger class.
2 months ago
M4rFri d17331ec26
Added some unit tests 2 months ago