Skip to content

Porting v0.3.1

Enrico Gamberini requested to merge porting-v0.3.1 into master

Ported project to latest daqling.

  • Sources and folders were moved and/or renamed
  • Configurations have a new required field (log_level)
  • Build with Boost by default
  • CMake can be configured with ccmake3 ..
    • Dynamic and optional build of modules
  • Debug or Release
  • Removed __METHOD_NAME__s from logs
  • Solved minor sanitizer errors in code

I tested it with some configuration with and without monitoring. I'd suggest some more testing before merging

Merge request reports