François Laignel
|
6ab9164dca
|
fix-getters-calls 0.3.0 pass
|
2021-04-20 18:18:02 +02:00 |
|
François Laignel
|
53be8e5f58
|
fix-getters-{def,calls} pass
|
2021-04-13 17:54:40 +02:00 |
|
Marijn Suijten
|
7ed20090d1
|
Fix clippy::field_reassign_with_defaults instead of ignoring it
Fixes: fc2d7fc4 ("ci: Add some more ignored lints to the clippy configuration")
|
2021-01-08 11:01:02 +01:00 |
|
Guillaume Gomez
|
ff5a36561a
|
Fix license header situation
|
2020-12-15 11:53:31 +01:00 |
|
Sebastian Dröge
|
9d9522016b
|
gstreamer: Update manual code to 2018 edition
|
2020-11-22 19:15:20 +02:00 |
|
Guillaume Gomez
|
c07fe14191
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
|
Sebastian Dröge
|
69be1ce2fc
|
Fix various new clippy warnings from 1.40
|
2019-12-22 12:10:27 +02:00 |
|
Sebastian Dröge
|
eb0a804a50
|
Run everything through latest rustfmt
|
2018-10-08 15:02:23 +03:00 |
|
François Laignel
|
6bda3ef174
|
serde: add roundtrip tests
This allows making sure serialization and deserialization are in sync for
types with asymetrical implementations.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
dfc961679f
|
segment: serde FormattedSegment s too
... and use the same `struct` for serialization and deserialization so
that fields mapping consistency is ensured at compilation time.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
ab9cd29bd6
|
serde: fmt pass
Note: clippy didn't raise any warning
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
90b046fbcf
|
serde: separate serde impl and tests from base module
+ fix erroneous `datetime` instead of `buffer` in `BufferRef::serialize`
+ remove ser/de for `Value`s with types `ULong` & `ILong`
|
2018-07-30 23:18:30 +03:00 |
|