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
2025-09-20
std.Progress: avoid problematic catch syntax
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-07-30
std: Add serenity to more OS checks
Linus Groh
2025-07-25
std.Progress: introduce Status
Andrew Kelley
2025-07-25
std.Progress: support progress bar escape codes
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-17
std.Progress: reset end when failing to flush stderr
kcbanner
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-12
compiler: improve progress output
mlugg
2025-05-03
std.Progress: fix many bugs
mlugg
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-10-23
std.Progress: fix data race
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-16
Progress: avoid race on `global_progress.draw_buffer`
Jacob Young
2024-07-14
std.Progress: add getIpcFd and have_ipc API
Andrew Kelley
2024-07-10
std.Progress: slightly better atomic memcpy
Andrew Kelley
2024-07-09
Progress: suppress tsan races
Jacob Young
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-06-16
std.Progress.Node: add `none` init value
Andrew Kelley
2024-06-12
std.Progress: use a recursive mutex for stderr
Andrew Kelley
2024-06-11
std.Progress: fix race assertion failure
Andrew Kelley
2024-06-02
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak
2024-06-02
std.Progress: fix line upper bound calculation
Andrew Kelley
2024-06-02
Progress: Emit \r\n on Windows, include new line bytes in line_upper_bound_len
Ryan Liptak
2024-05-31
std.Progress: keep the cursor at the beginning
Andrew Kelley
2024-05-31
std.Progress: IPC fixes
Andrew Kelley
2024-05-28
std.Progress: Fix Windows console API implementation
Ryan Liptak
2024-05-28
std.Progress: better Windows support
Andrew Kelley
2024-05-28
std.Progress: Use Windows console API calls when ANSI escape codes are not su...
Ryan Liptak
2024-05-27
std.Progress: relax some of the atomic orderings
Andrew Kelley
2024-05-27
std.Progress: fix race condition with setIpcFd
Andrew Kelley
2024-05-27
fix zig translate-c creating root progress node twice
Andrew Kelley
2024-05-27
std.Progress: handle short writes
Andrew Kelley
2024-05-27
std.Progress: handle big-endian targets
Andrew Kelley
2024-05-27
std.Progress: adjust the timings a little bit
Andrew Kelley
2024-05-27
std.Progress: elide root node if empty
Andrew Kelley
2024-05-27
std.Progress: count newlines more accurately
Andrew Kelley
2024-05-27
std.Progress: handle when terminal write buffer too small
Andrew Kelley
2024-05-27
std.Progress: keep cursor on newline
Andrew Kelley
2024-05-27
std.Progress: use std.log.debug rather than warn
Andrew Kelley
2024-05-27
std.Progress: smaller type for parents and robustify
Andrew Kelley
2024-05-27
std.Progress: avoid scrolling the PS1 off the terminal
Andrew Kelley
2024-05-27
std.Progress: truncate IPC data exceeding preallocated buffers
Andrew Kelley
2024-05-27
std.Progress: move more global preallocations to thread memory
Andrew Kelley
[next]