aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Progress.zig
AgeCommit message (Expand)Author
2025-09-20std.Progress: avoid problematic catch syntaxAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-07-30std: Add serenity to more OS checksLinus Groh
2025-07-25std.Progress: introduce StatusAndrew Kelley
2025-07-25std.Progress: support progress bar escape codesAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-17std.Progress: reset end when failing to flush stderrkcbanner
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-12compiler: improve progress outputmlugg
2025-05-03std.Progress: fix many bugsmlugg
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-10-23std.Progress: fix data raceAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-07-16Progress: avoid race on `global_progress.draw_buffer`Jacob Young
2024-07-14std.Progress: add getIpcFd and have_ipc APIAndrew Kelley
2024-07-10std.Progress: slightly better atomic memcpyAndrew Kelley
2024-07-09Progress: suppress tsan racesJacob Young
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-06-16std.Progress.Node: add `none` init valueAndrew Kelley
2024-06-12std.Progress: use a recursive mutex for stderrAndrew Kelley
2024-06-11std.Progress: fix race assertion failureAndrew Kelley
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02std.Progress: fix line upper bound calculationAndrew Kelley
2024-06-02Progress: Emit \r\n on Windows, include new line bytes in line_upper_bound_lenRyan Liptak
2024-05-31std.Progress: keep the cursor at the beginningAndrew Kelley
2024-05-31std.Progress: IPC fixesAndrew Kelley
2024-05-28std.Progress: Fix Windows console API implementationRyan Liptak
2024-05-28std.Progress: better Windows supportAndrew Kelley
2024-05-28std.Progress: Use Windows console API calls when ANSI escape codes are not su...Ryan Liptak
2024-05-27std.Progress: relax some of the atomic orderingsAndrew Kelley
2024-05-27std.Progress: fix race condition with setIpcFdAndrew Kelley
2024-05-27fix zig translate-c creating root progress node twiceAndrew Kelley
2024-05-27std.Progress: handle short writesAndrew Kelley
2024-05-27std.Progress: handle big-endian targetsAndrew Kelley
2024-05-27std.Progress: adjust the timings a little bitAndrew Kelley
2024-05-27std.Progress: elide root node if emptyAndrew Kelley
2024-05-27std.Progress: count newlines more accuratelyAndrew Kelley
2024-05-27std.Progress: handle when terminal write buffer too smallAndrew Kelley
2024-05-27std.Progress: keep cursor on newlineAndrew Kelley
2024-05-27std.Progress: use std.log.debug rather than warnAndrew Kelley
2024-05-27std.Progress: smaller type for parents and robustifyAndrew Kelley
2024-05-27std.Progress: avoid scrolling the PS1 off the terminalAndrew Kelley
2024-05-27std.Progress: truncate IPC data exceeding preallocated buffersAndrew Kelley
2024-05-27std.Progress: move more global preallocations to thread memoryAndrew Kelley