# # ChangeLog for trunk/FACT++/src/EventBuilder.cc # # Generated by Trac 1.5.2 # 11/18/24 08:31:07 Thu, 19 Jul 2018 17:09:58 GMT tbretz [19064] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/FitsFile.cc (modified) * trunk/FACT++/src/MessageDim.h (modified) * trunk/FACT++/src/StateMachineImp.h (modified) * trunk/FACT++/src/WindowLog.h (modified) * trunk/FACT++/src/drivectrl.cc (modified) * trunk/FACT++/src/smartfact.cc (modified) Some minor changes to make it compatible with newer sets of headers. Mon, 25 Jun 2018 09:11:56 GMT tbretz [19027] * trunk/FACT++/src/EventBuilder.cc (modified) Be a bit more specific when closing a file to avoid confusion. Same ... Fri, 06 Apr 2018 15:58:58 GMT tbretz [18987] * trunk/FACT++/src/EventBuilder.cc (modified) Let the compiler know that the second argument is a format string Sat, 17 Sep 2016 23:03:13 GMT tbretz [18616] * trunk/FACT++/src/EventBuilder.cc (modified) Issue a message when the thread has been shut down. Sat, 07 Nov 2015 20:50:53 GMT tbretz [18371] * trunk/FACT++/src/EventBuilder.cc (modified) Fixed a compiler warning. Sat, 03 Jan 2015 17:14:28 GMT tbretz [18055] * trunk/FACT++/src/EventBuilder.cc (modified) Fixed a warning about strict aliasing rulkes. Tue, 22 Apr 2014 13:55:54 GMT tbretz [17679] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/EventBuilder.h (modified) Fixed a bug which could cause infinite loops when an event with ... Sat, 19 Apr 2014 00:13:10 GMT tbretz [17678] * trunk/FACT++/src/EventBuilder.cc (modified) It can happen that an event has been created but no header is ever ... Sun, 06 Apr 2014 12:54:26 GMT tbretz [17658] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/EventBuilder.h (modified) Even if the event is not valid, attach the latest trigger counter to it. Thu, 21 Nov 2013 17:18:41 GMT tbretz [17332] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/EventBuilder.h (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added a trigger counter in the run and event object and count the ... Thu, 17 Oct 2013 14:20:41 GMT tbretz [17236] * trunk/FACT++/src/EventBuilder.cc (modified) Using the new Queue implementation, all queued functions need to ... Sat, 15 Jun 2013 17:18:31 GMT tbretz [16854] * trunk/FACT++/src/EventBuilder.cc (modified) The length of the bytes released must be converted from short to bytes. Fri, 14 Jun 2013 09:56:02 GMT tbretz [16836] * trunk/FACT++/src/EventBuilder.cc (modified) Use make_shared where possible. Sat, 08 Jun 2013 11:28:58 GMT tbretz [16774] * trunk/FACT++/src/EventBuilder.cc (modified) After five minutes of inactivity, sleep 10ms instead of 1us if all ... Tue, 04 Jun 2013 15:48:09 GMT tbretz [16691] * trunk/FACT++/src/EventBuilder.cc (modified) Nagle switched off... no idea if this makes any sense, but it could ... Mon, 03 Jun 2013 10:22:04 GMT tbretz [16619] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/EventBuilder.h (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/fadctrl.cc (modified) The incompolete event timeout can now be set as configuration value Mon, 03 Jun 2013 10:10:01 GMT tbretz [16618] * trunk/FACT++/src/EventBuilder.cc (modified) Added a different way to count the byted for the statistics; added ... Sun, 02 Jun 2013 14:50:15 GMT tbretz [16584] * trunk/FACT++/src/EventBuilder.cc (modified) Removed Errors and SoftTrig; let the runClose access the RUN_CTRL (to ... Sun, 02 Jun 2013 01:19:43 GMT tbretz [16569] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/EventBuilder.h (modified) Show an out-of-memory message not more often than once a second; ... Fri, 31 May 2013 13:32:08 GMT tbretz [16531] * trunk/FACT++/src/EventBuilder.cc (modified) Improved statistics sent with GUI_STATS; some cosmetics Tue, 28 May 2013 12:50:50 GMT tbretz [16382] * trunk/FACT++/src/EventBuilder.cc (modified) Some more performance improvements (e.g. emplace instead of post, ... Fri, 24 May 2013 13:04:48 GMT tbretz [16108] * trunk/FACT++/src/EventBuilder.cc (modified) * trunk/FACT++/src/EventBuilder.h (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added a new run-close condition for the case an invalid event was ... Fri, 24 May 2013 12:53:35 GMT tbretz [16103] * trunk/FACT++/src/EventBuilder.cc (modified) some imporvements of the output; some improvements to the statistics; ... Wed, 22 May 2013 17:28:01 GMT tbretz [16040] * trunk/FACT++/src/EventBuilder.cc (modified) First working version of the event builder in C++ Mon, 06 May 2013 19:08:04 GMT tbretz [15512] * trunk/FACT++/src/EventBuilder.cc (added) First draft of a C++ version of the event builder.