aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Progress.zig
AgeCommit message (Expand)Author
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