index
:
sandhi/.git
master
A software functional Clone to LabVIEW
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
block_allocator.cpp
Age
Commit message (
Collapse
)
Author
2012-12-15
work on the buffer queue api
Josh Blum
2012-12-01
changed lookahead to preload, thats all it is
Josh Blum
2012-11-09
switch to boost software license
Josh Blum
2012-10-28
work on stand-alone library build
Josh Blum
2012-10-13
lots of mini tweaks for QA passing, WIP...
Josh Blum
2012-10-04
implementation for the top block global config
Josh Blum
2012-10-04
support for maximum_items output port config
Josh Blum
2012-10-04
work on the set/get input/output per-port config
Josh Blum
2012-10-02
dammit... find and replace did it again
Josh Blum
2012-09-29
create IO subscriber bitset for tracking done
Josh Blum
2012-09-29
ported input and output port handlers to apology
Josh Blum
2012-09-29
ported allocator and block handler to apology
Josh Blum
2012-09-24
smaller buffers seems to make qa tests faster
Josh Blum
2012-09-20
fun with inlines
Josh Blum
2012-09-19
a few more forecast related tweaks
Josh Blum
2012-09-19
use another token for input allocator msg (so the old one can be cleared)
Josh Blum
2012-09-18
created hooks for input buffer allocator
Josh Blum
2012-09-18
added hook for custom output buffer allocator
Josh Blum
2012-09-13
added set buffer affinity hook for blocks
Josh Blum
2012-09-12
buffer size tweaks and ifdef for disabling asserts
Josh Blum
2012-09-12
communicate downstream buffer reqs to upstream output allocator
Josh Blum
2012-09-12
split up misc header into messages and token
Josh Blum
2012-09-10
remove output bytes offset, can use sbuffer's length
Josh Blum
2012-09-10
switch to using sbuffer in gras impl
Josh Blum
2012-09-06
debug prints, minor fixes, unfinished input queue work
Josh Blum
2012-09-03
work on input queues and history logic
Josh Blum
2012-08-29
using port messages and implement buffer queues in house
Josh Blum
2012-08-26
runtime: work on allocator handler
Josh Blum