Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
naming convention, path convention, env var convention,
And, make a python factory -- but its a little halfassed.
You see, we didnt do the swig director thing yet,
so C++ cant yet create python blocks from the factory.
|
|
|
|
This updates the input available state after handling preload.
Thanks Devin!
|
|
|
|
This makes doing live topology changes w/ commit
instant, even if much buffering is backed up.
|
|
When multiple consumers all choose to override the buffer,
they were doing so with the same token, this lead to some
buffer allocation confusion and nasty errors.
Its ok for one to win out, but each allocator needs a unique token.
There is also a unit test to check for this behaviour.
|
|
|
|
|
|
|
|
The msvc performance counter tps isnt very high.
And as it turns out, we dont need to care,
since its all internal to the implementation.
|
|
|
|
|
|
|
|
|
|
long long has pretty bad swig wrapping,
its easier to use fixed width int64s for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|