master
* use a shared file lock instead of exclusive lock. Only EoLS takes exclusive lock, so it is ensured to be written in the same order as notified from the file broker service. Creation of EoLS was moved out of the shared section. Check of directory existing was moved out of the critical section * silence warnings of TCDS FED mismatch when using test TCDS range * set file locking monitoring state at the correct location
fix hang in the single stream/thread mode where held file counter was not decremented add unit test covering also filelist mode to ensure there is no hang
move from fmt::format to std::format
Pass type information only via edm::TypeID in ProductDescription constructor
Clang-Format
Removed unnecessary tbb header
Improve const correctness of EventFilter json handler
improved existing directory checks for test scripts. Also allow bigger buffer so that documented example works. Updated DTH test instructions.
code-format
add ability to sample of per-tbb-thread microstate.
[DAQ] [LLVM21] Apply clang-tidy changes
[EventFilter/Utilities] Fix clang static analyzer warning
[DAQ] Applying code checks/format
code-format (large diff because of code moved to a namespace)
[DAQ] [LLVM14] Apply clang-tidy and clang-format changes