aboutsummaryrefslogtreecommitdiff
path: root/src/libmain/progress-bar.hh
AgeCommit message (Collapse)Author
2020-06-11Style fixesEelco Dolstra
2020-06-08Move progress-bar.cc to libmainregnat
Needed so that we can include it as a logger in loggers.cc without adding a dependency on nix This also requires moving names.hh to libutil to prevent a circular dependency between libmain and libexpr