1
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[buffer] Added a circular buffer based on shared mmap. More... almost 9 years ago
[pipeline] Fix non-debug builds. More... almost 9 years ago
[meta] A little bit of docs. More... almost 9 years ago
[buffer] Move data instead of always reallocating. More... almost 9 years ago
[adapter] pull-peek adapter now uses flod.buffer. More... almost 9 years ago
[buffer] Extracted ExpandingBuffer from pull-peek adapter. More... almost 9 years ago
[examples/mad] Use pull-style file input and flod.etc.mad.decodeMp3. More... almost 9 years ago
[traits] Added template check to explain what's wrong with a stage instead of just failing (WIP). More... almost 9 years ago
[adapter] peek-pull: Fixed peek where first block is larger than 4k. More... almost 9 years ago
Added pull->push, peek->push, wrapInputRange, wrapArray. More... almost 9 years ago
[doc] Added info about API and examples to README. More... almost 9 years ago
[range] Bring back byLine (still experimental). More... almost 9 years ago
[stream] Removed, won't be needed. More... almost 9 years ago
Merge branch 'immediate-chaining' More... almost 9 years ago
[doc] Updated terminology. More... almost 9 years ago
[examples/mad] Update to current flod API. More... almost 9 years ago
[traits] major cleanup, refactored template names and implementations More... almost 9 years ago
[traits] Rewrote canAlloc as template enum. More... almost 9 years ago
[pipeline] Chain stages w/o allocation and construct as soon as types are known (WiP). More... almost 9 years ago
[traits] Use stuff from flod.meta. Added some trivial traits. More... almost 9 years ago
[meta] Added some small metaprogramming helpers. More... almost 9 years ago
A trial of a simpler pipeline composition method. More... almost 9 years ago
[stream] Added peek/consume on pull sources. More... almost 9 years ago
Minor style fixes. More... almost 9 years ago
Pipeline stages should have access to pl's global state (WIP). More... almost 9 years ago
[range] Trying byLine with internal iteration. More... almost 9 years ago
Renamed stream specification to Pipeline. Stream is an instantiated... stream. More... almost 9 years ago
Implemented refcounted input stream, updated byLine to use it. More... almost 9 years ago
Moved some adapter- and range-related stubs to relevant modules. More... almost 9 years ago
[stream] Stream now uses refcounted storage for stages' ctor arguments. More... almost 9 years ago