| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To fill in some gaps, I've had to make some assumptions:
* trivial changes (such as checking for an additional function or
header file in libglnx.m4) are assumed to not be copyrightable
* Will Thompson and Matthew Leeds are assumed to be contributing on
behalf of Endless Mobile Inc.
* files with no explicit licensing information are assumed to be
under the license found in COPYING
Reference: https://reuse.software/
Signed-off-by: Simon McVittie <smcv@debian.org>
|
|
|
|
|
|
|
| |
Share its static var goodness with clients. This will be used in
rpm-ostree from various places which sometimes do use a `GLnxConsole`
and sometimes don't, so it's more convenient to make it its own
function.
|
|
|
|
| |
It's often really useful to see the counts, not just the percentage.
|
|
|
|
| |
We had this internally, just need to expose it.
|
|
|
|
| |
Otherwise we miss a lot of the ergonomics of cleanup macros.
|
|
|
|
|
|
|
|
|
| |
Doing nothing isn't super useful; if you're using e.g. rpm-ostree in
Jenkins you want to see *something* from the "live tail".
This is a basic line-per-change implementation.
Closes: https://github.com/GNOME/libglnx/pull/6
|
|
|
|
| |
They'll be used by rpm-ostree at least.
|
| |
|
|
This contains some basic progress bar drawing code for now.
|