Files
FairMQ/fairmq
Dennis Klein f08d42fcb8 fix: serialize console output in fair::mq::tools::execute
- concurrent execute() calls print captured subprocess lines to
  std::cout from multiple threads; the standard allows that, but
  libstdc++ maintains the formatted-output state (ios_base::width)
  with plain reads and writes -- a data race ThreadSanitizer reports
  once libstdc++ itself is instrumented
- a mutex around the insertion also keeps whole lines from
  interleaving
2026-06-10 19:31:19 +02:00
..
2024-02-19 22:09:54 +01:00
2022-08-12 01:50:14 +02:00
2025-01-07 17:41:30 +01:00
2025-01-07 17:41:30 +01:00
2023-03-03 12:49:37 +01:00
2021-01-25 13:46:40 +01:00
2025-01-07 17:41:30 +01:00
2022-01-24 06:40:24 +01:00
2019-07-10 19:35:18 +02:00
2024-05-23 15:54:24 +02:00
2021-01-25 13:46:40 +01:00
2021-01-25 13:46:40 +01:00
2025-01-07 17:41:30 +01:00
2025-01-07 17:41:30 +01:00
2025-01-07 17:41:30 +01:00
2025-01-09 17:09:57 +01:00