index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Progress.zig
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-15
std.Progress.Node: add a setName method
Andrew Kelley
2023-03-15
std.Progress: add lock_stderr and unlock_stderr
Andrew Kelley
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
2022-10-18
Revert recent std.Progress implementation changes
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-14
fix: handle larger window sizes more robustly
r00ster91
2022-10-13
test: uncomment print
r00ster91
2022-10-13
refactor: max_width calculation
r00ster91
2022-10-13
docs: add notes
r00ster91
2022-10-13
`std.Progress`: fix inaccurate line truncation and use optimal max terminal w...
zooster
2022-10-11
fix: resolve data race in std.Progress.maybeRefresh()
r00ster91
2022-05-26
std.Progress.log: adjust API
Andrew Kelley
2022-05-13
std.Progress: activate() calls maybeRefresh()
Andrew Kelley
2022-02-14
std.Progress: fix suffix printing
erikarvstedt
2022-02-13
Fixed progress indicator for `zig test` (#10859)
Sebsatian Keller
2022-02-08
std.Progress: make the API infallible
Andrew Kelley
2021-12-06
Fix test label off-by-one error (#10277).
Jeremy Fillingim
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-20
std.Progress: revert to the older strategy
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-18
Fix crash when compiling with cygwin/msys on windows
Matt Chudleigh
2021-06-09
std.Progress: use `*W` functions on windows
viri
2021-03-12
std: Use more common escape sequences in Progress
LemonBoy
2021-03-12
Handle some weird edge cases of Win32 API
LemonBoy
2021-03-12
Fix many thinkos
LemonBoy
2021-03-12
Fix Progress printing on Windows systems
LemonBoy
2021-03-07
std: Better handling of line-wrapping in Progress
LemonBoy
2021-02-21
std.Progress: improve support for "dumb" terminals
jacob gw
2021-01-24
std.Progress: call refreshWithHeldLock as appropriate
Andrew Kelley
2021-01-24
fix windows bug in Progress.zig
Timon Kruiper
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-23
std.Progress: work around time going backwards
Andrew Kelley
2020-12-20
std.Progress: fix atomic ordering semantics
Andrew Kelley
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-12-20
ThreadPool: delete dead code
Andrew Kelley