index
:
sandhi/.git
master
A software functional Clone to LabVIEW
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbuffer.cpp
Age
Commit message (
Collapse
)
Author
2013-09-05
gras: move sbuffer inlines into lib
Josh Blum
This avoids inline ASM to be LLVM JIT friendly. This commit includes a unit test for jit factory + sbuffer.
2013-08-30
gras: use Theron's Utils.h for numa alloc
Josh Blum
2013-05-02
gras: inline the sbuffer deref code
Josh Blum
2012-12-23
added user driven last ptr for sbuffer stitching
Josh Blum
2012-11-25
fixed mismatched delete for default allocator
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-07
removed numanuma dependency, replaced with AllocOnNode header
Josh Blum
We only needed numanuma for allocation, so replace it with this header hopefully theron will have this in the future
2012-10-05
created configurable thread pool
Josh Blum
2012-10-02
dammit... find and replace did it again
Josh Blum
2012-09-20
fun with inlines
Josh Blum
2012-09-14
moved sbuffer deref logic into the cpp
Josh Blum
2012-09-10
moved around/tweaking sbuffer code
Josh Blum
2012-09-10
copied tsbe buffer to sbuffer in this project
Josh Blum