40 Commits

Author SHA1 Message Date
Robin Krahl
03709e1800 Release v0.1.8 0.1.8 2025-08-20 18:33:05 +02:00
Robin Krahl
f739833004 Add optional support for portable-atomic
Fixes: https://github.com/trussed-dev/delog/issues/9
2025-08-20 18:32:26 +02:00
Robin Krahl
56157c9a17 Add CI job for thumbv6m-none-eabi 2025-08-20 18:31:50 +02:00
Robin Krahl
405ad61d6c Fix or allow new clippy lints 2025-08-20 18:28:19 +02:00
Robin Krahl
647409aacf ci: Use ubuntu-latest instead of ubuntu-20.04 2025-08-20 18:25:12 +02:00
Nicolas Stalder
bdb2b12160 Release 0.1.7 0.1.7 2023-08-17 17:02:48 +02:00
Sosthène Guédon
4295a880ed Remove use of internal log macros
These macros where removed in https://github.com/rust-lang/log/pull/570.
Since 0.4.20, they have been replaced by the ones from the standard library.
We can also use the ones from the standard library.
2023-08-17 15:50:34 +02:00
Sosthène Guédon
6e50779833 Remove short-circuit for logging without any format arguments
Fix #13
2023-08-17 09:20:47 +02:00
Michiel van Slobbe
0c03ffc3ae StdErrFlusher actually prints to stderr 2023-01-16 16:13:20 +01:00
Nicolas Stalder
bd5bb6cc27 Rename disable->std-log, bump version 0.1.6 2022-08-22 13:18:58 +02:00
Robin Krahl
da3e708f30 Add disable feature to fall back to log
This patch adds a disable feature that replaces the deferred logging
infrastructure with log’s upstream logging mechanism.  This makes it
possible to use other logger implementations in unit tests and
simulations.
2022-08-22 13:18:58 +02:00
Nicolas Stalder
6711ae1a3b Fix copyright, reassign to Trussed 0.1.5 2022-06-24 17:21:05 +02:00
Nicolas Stalder
3a57130a6a Fix regression 0.1.4 2022-03-05 20:43:10 +01:00
Nicolas Stalder
c56ed69b59 Cargo fmt 0.1.3 2022-03-05 20:25:09 +01:00
Nicolas Stalder
0910028454 Changelog for 0.1.2 0.1.2 2021-04-23 13:34:08 +02:00
Conor Patrick
5f5d8fe92f allow local render buffer size to be changed 2021-04-23 13:32:36 +02:00
Nicolas Stalder
4863f19529 Release v0.1.1 0.1.1 2021-04-13 21:56:22 +02:00
Conor Patrick
ac477dbbef fix typo 2021-04-13 21:52:05 +02:00
Conor Patrick
5b632083ae prevent self.used being greater than the buffer which can cause panics 2021-03-05 01:02:20 +01:00
Conor Patrick
bb289e3432 replace deprecated method 2021-03-05 01:02:20 +01:00
Nicolas Stalder
d38cd82616 Release 0.1.0 2021-02-27 02:00:19 +01:00
Nicolas Stalder
67ed594fb1 The actual fix - swap out the entire delog::delog! macro 2021-01-13 22:59:15 +01:00
Nicolas Stalder
cd6407cf35 Patch out more for level_off, following discussion with Conor 2021-01-13 22:59:15 +01:00
Nicolas Stalder
abb6c779fe (Try to) clarify documentation 2021-01-13 22:59:15 +01:00
Nicolas Stalder
1ca9e52a11 Expose the static global level features, respect the dynamic global level filters 2021-01-13 22:59:15 +01:00