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
/
fifo.zig
Age
Commit message (
Expand
)
Author
2020-09-27
Make LinearFifo not crash when discarding from empty buffer
Ian Simonson
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-27
Use writer for LinearFifo instead of deprecated outStream
frmdstryr
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-04-02
std: add LinearFifo().inStream
daurnimator
2020-04-02
std: LinearFifo matches ArrayList in always having outStream method
daurnimator
2020-03-31
Fix std.fifo.LinearFifo
Tetralux
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-12
Slap in workaround for Fifo
Benjamin Feng
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
std: fix mismatched doc-comment/argument names in fifo.rewind
daurnimator
2019-11-25
std: clean up fifo.readableSliceMut
daurnimator
2019-11-25
std: fifo.deinit didn't need to take a pointer
daurnimator
2019-11-25
std: add fifo.writeItem
daurnimator
2019-11-25
std: fix bug in fifo.unget if rewinding doesn't wrap around
daurnimator
2019-11-25
std: follow zig standard library convention and have fifo.read number of items
daurnimator
2019-11-25
std: fifo rename from FixedSizeFifo to LinearFifo
daurnimator
2019-11-25
std: fifo now has 3 modes: Static, Slice and Dynamic
daurnimator
2019-11-25
std: fix fifo for non-u8 types
daurnimator
2019-11-25
std: add optimization to fifo if size is power of two
daurnimator
2019-11-25
std: move auto_align constant to top of comptime function
daurnimator
2019-11-25
std: fix unfinished doc-comment in fifo
daurnimator
2019-11-24
Fix FixedSizeFifo buffer type
schroffl
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-04
std: Add fifo useful for buffers
daurnimator