Commit Graph

42 Commits

Author SHA1 Message Date
muellerr bbd66a6a8b added a lot of inline attrs
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-04-03 21:56:26 +02:00
muellerr 538548b05e Merge branch 'main' into start-adding-defmt-support
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-03-29 13:50:01 +01:00
muellerr 3045a27d8c just add support for everything
Rust/spacepackets/pipeline/head This commit looks good
2024-03-29 13:42:02 +01:00
muellerr ef37a84edc Make API more inline with other time API out there
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-03-25 16:08:30 +01:00
muellerr 8b151d942d Merge remote-tracking branch 'origin/main' into more-granular-error-handling
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-03-25 13:43:19 +01:00
muellerr 85a8eb3f4a more granular error handling
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head This commit looks good
2024-03-25 13:42:18 +01:00
muellerr 3e62d7d411 introduce doc_auto_cfg
Rust/spacepackets/pipeline/head This commit looks good
2024-03-24 12:22:08 +01:00
muellerr 59c7ece126 Major refactoring of the time API
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-03-18 15:14:40 +01:00
muellerr 0ab69b3ddc add missing doc_cfg attr
Rust/spacepackets/pipeline/head Build started...
2024-03-04 12:55:16 +01:00
muellerr d14f532f62 improve the time API
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2024-02-27 15:59:04 +01:00
muellerr d01309cccf extended time writer trait
Rust/spacepackets/pipeline/head This commit looks good
2024-02-05 15:04:29 +01:00
muellerr 71e043e159 more time module tests
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-12-05 15:05:00 +01:00
muellerr 8cbfef4a1c clippy fix
Rust/spacepackets/pipeline/head This commit looks good
2023-10-10 10:00:14 +02:00
muellerr 94c378fa3b Merge branch 'main' into invalid-time-code-struct-variant
Rust/spacepackets/pipeline/pr-main There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-08-28 17:11:32 +02:00
muellerr e78f196a42 invalid time code struct variant
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-08-28 17:10:45 +02:00
muellerr 3206af690c well that was a lot
Rust/spacepackets/pipeline/head This commit looks good
2023-08-18 10:09:32 +02:00
muellerr 784564a20e now its a proper re-export
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-10 00:00:20 +02:00
muellerr 4969d6c33c moved re-export
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-09 16:48:53 +02:00
muellerr 581b51c61c improve std timestamp error further
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-07-09 16:46:25 +02:00
muellerr b5bea3e1c6 implement thiserror::Error for StdTimestampError 2023-07-09 16:43:45 +02:00
muellerr 16bd0f0956 use regular UnixTimestamp ctor
Rust/spacepackets/pipeline/head This commit looks good
2023-02-05 20:27:50 +01:00
muellerr ac2936460f minor fix for UnixTimestamp
Rust/spacepackets/pipeline/head This commit looks good
2023-02-05 18:47:46 +01:00
muellerr 6a9bd8135d fixes for clippy 1.67
Rust/spacepackets/pipeline/head This commit looks good
2023-01-26 21:57:45 +01:00
muellerr f54cf69d87 use ISO8601 format in docs
Rust/spacepackets/pipeline/head This commit looks good
2023-01-22 13:18:51 +01:00
muellerr c59b015a20 added additional tests
Rust/spacepackets/pipeline/head This commit looks good
2023-01-22 12:53:39 +01:00
muellerr 51d0a08e7b better document panics and tweak Add/AddAssign impl
Rust/spacepackets/pipeline/head There was a failure building this commit
for UnixTimestamp
2023-01-22 01:54:41 +01:00
muellerr fc76a975c1 add Add<Duration> for &UnixTimestamp
Rust/spacepackets/pipeline/head This commit looks good
2023-01-21 14:28:29 +01:00
muellerr 74e489bd07 add basic tests and update changelog
Rust/spacepackets/pipeline/head This commit looks good
2023-01-21 13:17:38 +01:00
muellerr 1e90793072 cargo fmt
Rust/spacepackets/pipeline/head This commit looks good
2023-01-21 11:37:57 +01:00
muellerr ef55bc4a6e Improve time module
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-01-21 01:25:05 +01:00
muellerr 368331cc60 some more doc fixes
Rust/spacepackets/pipeline/head This commit looks good
2023-01-20 19:46:26 +01:00
muellerr 80e1be676e that should do it
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-01-17 01:16:07 +01:00
muellerr c8d442690b changelog should be complete
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good
2023-01-15 21:47:35 +01:00
muellerr 708b68a5cb use new struct in API 2023-01-15 21:30:31 +01:00
muellerr 6f795690fd start updating changelog
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2023-01-15 20:48:39 +01:00
muellerr 73575bd00f reaching target coverage
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-01-15 17:42:23 +01:00
muellerr 8da93443b9 now to test it..
Rust/spacepackets/pipeline/head There was a failure building this commit
2023-01-14 15:37:18 +01:00
muellerr 1761bdd33f add first Add<Duration> impl for TimeProvider<DaysLen16Bits> 2023-01-13 23:04:53 +01:00
muellerr 6341cf35d3 added doc test / example as well
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2022-12-10 18:09:00 +01:00
muellerr bccbdf65a3 basic impl done, add first unittests
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good
2022-12-09 17:21:45 +01:00
muellerr 5958d19eb4 continue cuc impl
Rust/spacepackets/pipeline/head This commit looks good
2022-12-09 13:50:04 +01:00
muellerr 4d64394637 split up large source file
Rust/spacepackets/pipeline/head This commit looks good
2022-12-08 15:22:19 +01:00