- The Netherlands
- https://www.ascee.nl
- Joined on
2018-10-23
Block a user
921c1b067f
Terminate processes when the pipes are broken, or the queues are raising exceptions. Helps with cleaning up orphaned processes when the software crashes.
6f782f237e
Bugfix: wrong #define statements, resulting in no Audio APIs at all
5a82367a45
Sanitized list of DT9837A sample rates, #105
e958b8361a
Forgot to add 32-64 bits definitions to include in wrappers.pyx. Now fixed. Removed constrained on h5py version. This might result in new instabilities, but we expect it to be more fixed.
81d3779f9f
Small comment change
921c1b067f
Terminate processes when the pipes are broken, or the queues are raising exceptions. Helps with cleaning up orphaned processes when the software crashes.
e958b8361a
Forgot to add 32-64 bits definitions to include in wrappers.pyx. Now fixed. Removed constrained on h5py version. This might result in new instabilities, but we expect it to be more fixed.
9983ca6096
Throughput of flag LASP_PARALLEL. If not set, some downstream code will be broken as JobQueues will not go empty for this case. For all code in the library, a serial implementation works off the not present job queue
b159f4d144
Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working
a6906bb620
Some extra comments