aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Progress.zig
AgeCommit message (Expand)Author
2023-03-15std.Progress.Node: add a setName methodAndrew Kelley
2023-03-15std.Progress: add lock_stderr and unlock_stderrAndrew Kelley
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-10-18Revert recent std.Progress implementation changesAndrew Kelley
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-14fix: handle larger window sizes more robustlyr00ster91
2022-10-13test: uncomment printr00ster91
2022-10-13refactor: max_width calculationr00ster91
2022-10-13docs: add notesr00ster91
2022-10-13`std.Progress`: fix inaccurate line truncation and use optimal max terminal w...zooster
2022-10-11fix: resolve data race in std.Progress.maybeRefresh()r00ster91
2022-05-26std.Progress.log: adjust APIAndrew Kelley
2022-05-13std.Progress: activate() calls maybeRefresh()Andrew Kelley
2022-02-14std.Progress: fix suffix printingerikarvstedt
2022-02-13Fixed progress indicator for `zig test` (#10859)Sebsatian Keller
2022-02-08std.Progress: make the API infallibleAndrew Kelley
2021-12-06Fix test label off-by-one error (#10277).Jeremy Fillingim
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-20std.Progress: revert to the older strategyAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-18Fix crash when compiling with cygwin/msys on windowsMatt Chudleigh
2021-06-09std.Progress: use `*W` functions on windowsviri
2021-03-12std: Use more common escape sequences in ProgressLemonBoy
2021-03-12Handle some weird edge cases of Win32 APILemonBoy
2021-03-12Fix many thinkosLemonBoy
2021-03-12Fix Progress printing on Windows systemsLemonBoy
2021-03-07std: Better handling of line-wrapping in ProgressLemonBoy
2021-02-21std.Progress: improve support for "dumb" terminalsjacob gw
2021-01-24std.Progress: call refreshWithHeldLock as appropriateAndrew Kelley
2021-01-24fix windows bug in Progress.zigTimon Kruiper
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-12-23std.Progress: work around time going backwardsAndrew Kelley
2020-12-20std.Progress: fix atomic ordering semanticsAndrew Kelley
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-12-20ThreadPool: delete dead codeAndrew Kelley