-
I wonder if there is a memory leak in the TriggerRecord class. The class manages the list of Fragments using bare pointers, and I haven't found any place where the memory associated with those pointe…
-
My build of v1.1.0 failed with:
```
/scratch/workdir3/sourcecode/ipm/test/plugins/VectorIntIPMSubscriberDAQModule.hpp:19:10: fatal error: ipm/vectorintipmreceiverdaqmodule/Structs.hpp: No such fil…
dingp updated
3 years ago
-
The modules that read in queues as sources shall be able to so from multiple sources (`1-to-N` schema).
This feature is required for the MLT.
-
The code-reorganisation carried out for `v1.3.0` has made the first step towards decoupling the build tools from daq software releases by separating the list of release UPS packages from `quick-start.…
-
With first versions of DAQ release manifest files are ready in the [daq-release repo](https://github.com/DUNE-DAQ/daq-release), and the available [parser script in python](https://raw.githubuserconten…
dingp updated
3 years ago
-
As part of the DAQ release model, we are exploring how to organize a release.
The initial plan is to have separate directories for each DAQ release, in which only the version of packages used in t…
dingp updated
3 years ago
-
After moving package lists from `daq-buildtools` repo into the release description (#70), the only remaining tie between `daq-buildtools` and the the release content is the package build order in `con…
-
Using `script` is fundamentally flawed because it sends output to stdout and to a file so the output going to the file can only be filtered inside of the command line given in its command option.
Whe…
-
-
I'm not sure if I'm doing something wrong or not, but here is what I see. I'm 99% sure that I have Marco's seg fault fix from earlier today.
> [biery@lxplus703 appfwk]$ git status
> # On branch d…