- 22 Jan, 2021 1 commit
-
-
Guillaume Desmottes authored
It's broken atm, likely because of https://github.com/mozilla/grcov/issues/555
-
- 19 Jan, 2021 1 commit
-
-
Jonas Platte authored
-
- 14 Jan, 2021 1 commit
-
-
Sebastian Dröge authored
-
- 11 Jan, 2021 1 commit
-
-
Guillaume Desmottes authored
Uses the new llvm source-base coverage from nightly to generate coverage reports: - full html report as artifact - cobertura report for gitlab MR integration - output coverage summary for gitlab parsing Here is the regexp to set in gitlab as "Test coverage parsing": \s*lines\.*:\s*([\d\.]+%) Ignore sys crates when calculating coverage are those are fully generated anyway. Resources: - https://github.com/marco-c/rust-code-coverage-sample - https://github.com/mozilla/grcov/issues/468#issuecomment-691615245 - https://www.greycastle.se/how-to-show-flutter-test-coverage-in-gitlab-ci/
-
- 10 Jan, 2021 1 commit
-
-
Zeeshan Ali authored
Convenient API to simply get the current or pending state of the element.
-
- 09 Jan, 2021 3 commits
-
-
Guillaume Gomez authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 08 Jan, 2021 9 commits
-
-
Guillaume Gomez authored
-
Marijn Suijten authored
These functions were changed to return Self instead of the direct name of the type, and are hence caught by the init checker. Also remove some tabs that sit in the macro but are not cleaned up by the formatter.
-
Marijn Suijten authored
-
Marijn Suijten authored
-
Marijn Suijten authored
-
Marijn Suijten authored
redundant_pattern_matching does not seem to exist (perhaps renamed to if_let_redundant_pattern_matching), and single_match + cast_lossless do not seem to be violated (anymore?).
-
Marijn Suijten authored
Fixes: fc2d7fc4 ("ci: Add some more ignored lints to the clippy configuration")
-
Marijn Suijten authored
-
Marijn Suijten authored
SDPMessage, FlowCombiner and ParseContext have specific functions available to perform copying, freeing and (un)ref'ing. Calling them directly on versions where they are supported prevents us from going through GType machinery and locks that end up the same functions in the end.
-
- 05 Jan, 2021 7 commits
-
-
Marijn Suijten authored
-
Marijn Suijten authored
Rerunning it on existing files doesn't perform all whitespace cleanup when nodes are not modified.
-
Marijn Suijten authored
When deleting elements -P/--pf preserves whitespace in front of the elements, creating tons of unnecessary trailing whitespace on otherwise-empty lines.
-
Marijn Suijten authored
-
Marijn Suijten authored
-
Marijn Suijten authored
-
Marijn Suijten authored
-
- 31 Dec, 2020 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Minimum supported version is still 1.48
-
- 29 Dec, 2020 2 commits
-
-
Sebastian Dröge authored
error: casting float literal to `f64` is unnecessary --> tutorials/src/bin/basic-tutorial-5.rs:141:13 | 141 | 1.0 as f64, | ^^^^^^^^^^ help: try: `1.0_f64` |
-
Sebastian Dröge authored
Fixes a new clippy warning.
-
- 26 Dec, 2020 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 24 Dec, 2020 2 commits
-
-
Bilal Elmoussaoui authored
-
Sebastian Dröge authored
-
- 23 Dec, 2020 2 commits
-
-
Guillaume Gomez authored
-
Sebastian Dröge authored
-
- 20 Dec, 2020 5 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This makes code in examples potentially simpler.
-
Sebastian Dröge authored
The latter stay e.g. gst_debug! to be more clear and not conflict with e.g. the debug! macro from the log crate.
-
Sebastian Dröge authored
The raw pointer manipulation code was adding one indirection too many. Fixes #304
-
- 19 Dec, 2020 1 commit
-
-
Marijn Suijten authored
In 55badab1 versioning features were added to these crates after all (even though they are not used in the actual code, merely to forward the feature flag to dependencies like `gst` and `gst-gl`). They were omitted at first and have these special cases in the CI, but those are not necessary anymore. Fixes: b2f3363c ("CI: Update to restructured GL EGL/Wayland/X11 layout")
-