Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
this fixes #98
|
|
|
|
|
|
The seconds * ticks per second math was 32 bit,
because UL follows the system width, we needed long long.
* for loop for heartier unit testing
* use get_tps rather than duplicate const number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(not used yet, but code is ok for mainline)
|
|
* post-work overhead now covers posting buffers downstream
* tag handler hpp code now inside task main c++ file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uses templates and template overloads in c++
User python duck typing in the python case.
Cleans up post for #84
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|