]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add ProgressBar class
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Aug 2019 19:58:06 +0000 (21:58 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:04:43 +0000 (22:04 +0200)
commitd74ca5da634dcb89ce6f5a772dd99032e7fae87c
tree14f3ea74c19374b4288f68627898e585f5d258a8
parent5a33e943720b753db883c3c9d9bd36ea1c5a30d3
Add ProgressBar class

The progress bar draws a simple progress bar with percentage to the
console.
Makefile.in
dev.mk.in
src/ProgressBar.cpp [new file with mode: 0644]
src/ProgressBar.hpp [new file with mode: 0644]