Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements #3

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

improvements #3

wants to merge 30 commits into from

Conversation

karasikov
Copy link

@karasikov karasikov commented Mar 17, 2020

Features added:

  • thread safety
  • adjust the bar size automatically when the terminal is resized
  • special logging format when redirected to file
  • use operator++ to increment the progress
  • other cleanups and minor fixes

karasikov and others added 9 commits October 29, 2020 17:45
snprintf() accepts (char *) rather than (const char *) for its first
argument. This fixes an `-fpermissive` warning/error when compiling
progress_bar.o.
ProgressBar::Progressed() has been replaced by increment operators.
Adapt examples in main code accordingly.
This fixes compiling main.o without `-fpermissive`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants