This website requires JavaScript.
Explore
Help
Sign In
ASCEE
/
lasp
Watch
5
Star
1
Fork
0
You've already forked lasp
Code
Issues
5
Pull Requests
Actions
Releases
14
Activity
650
Commits
7
Branches
29
Tags
2.7
MiB
afffa0b2ca
Commit Graph
4 Commits
Author
SHA1
Message
Date
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
e973f14884
Weak refs to Recording methods. Made the mutexes more simple for stream manager. Added extra guards and statements here and there. Code passes a sever stress test.
Some checks failed
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push)
Failing after 2m3s
Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push)
Has been skipped
Details
2024-03-13 12:19:24 +01:00
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F.
e24cac2805
Some more bugfixes: weak references stored in indatahandler, to avoid calling destructor from wrong thread. Removed some unneccessary include statements on the way
2024-03-12 21:13:13 +01:00
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F.
bf06402b11
BUGfix of segfault. Very subtle. ThreadedInDataHandler could be deleted, while a task was just pushed to the thread pool. Then, when the task is finally run, the object could be deleted, as the _thread_running flag was not set. Besides this, we made some fixes that makes sure that the handles to a Recording class are stored as a weakref inside of the C++ code. This makes it easier to garbage-collect a recording, even when the IndataHandler is still running.
2024-03-06 21:41:04 +01:00
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
790eb41a26
Switch to pyproject build structure
2023-07-14 16:40:57 +02:00