|
|
@19064
|
6 years |
tbretz |
Some minor changes to make it compatible with newer sets of headers.
|
|
|
@19027
|
6 years |
tbretz |
Be a bit more specific when closing a file to avoid confusion. Same ...
|
|
|
@18987
|
7 years |
tbretz |
Let the compiler know that the second argument is a format string
|
|
|
@18616
|
8 years |
tbretz |
Issue a message when the thread has been shut down.
|
|
|
@18371
|
9 years |
tbretz |
Fixed a compiler warning.
|
|
|
@18055
|
10 years |
tbretz |
Fixed a warning about strict aliasing rulkes.
|
|
|
@17679
|
11 years |
tbretz |
Fixed a bug which could cause infinite loops when an event with ...
|
|
|
@17678
|
11 years |
tbretz |
It can happen that an event has been created but no header is ever ...
|
|
|
@17658
|
11 years |
tbretz |
Even if the event is not valid, attach the latest trigger counter to it.
|
|
|
@17332
|
11 years |
tbretz |
Added a trigger counter in the run and event object and count the ...
|
|
|
@17236
|
11 years |
tbretz |
Using the new Queue implementation, all queued functions need to ...
|
|
|
@16854
|
11 years |
tbretz |
The length of the bytes released must be converted from short to bytes.
|
|
|
@16836
|
11 years |
tbretz |
Use make_shared where possible.
|
|
|
@16774
|
11 years |
tbretz |
After five minutes of inactivity, sleep 10ms instead of 1us if all ...
|
|
|
@16691
|
11 years |
tbretz |
Nagle switched off... no idea if this makes any sense, but it could ...
|
|
|
@16619
|
11 years |
tbretz |
The incompolete event timeout can now be set as configuration value
|
|
|
@16618
|
11 years |
tbretz |
Added a different way to count the byted for the statistics; added the ...
|
|
|
@16584
|
11 years |
tbretz |
Removed Errors and SoftTrig; let the runClose access the RUN_CTRL (to ...
|
|
|
@16569
|
11 years |
tbretz |
Show an out-of-memory message not more often than once a second; ...
|
|
|
@16531
|
11 years |
tbretz |
Improved statistics sent with GUI_STATS; some cosmetics
|
|
|
@16382
|
11 years |
tbretz |
Some more performance improvements (e.g. emplace instead of post, ...
|
|
|
@16108
|
11 years |
tbretz |
Added a new run-close condition for the case an invalid event was received.
|
|
|
@16103
|
11 years |
tbretz |
some imporvements of the output; some improvements to the statistics; ...
|
|
|
@16040
|
11 years |
tbretz |
First working version of the event builder in C++
|
|
|
@15512
|
12 years |
tbretz |
First draft of a C++ version of the event builder.
|