Use fmtlib instead of boost::format (where possible)
All threads resolved!
All threads resolved!
Closes #112 (closed)
Edited by Marco Clemencic
Merge request reports
Activity
Filter activity
added 2 commits
- Resolved by Gerhard Raven
changed milestone to %v33r2
- Resolved by Marco Clemencic
added 1 commit
- 0d25df4d - fixup! Replace some boost::format with fmt::format
marked as a Work In Progress from 0d25df4d
- Resolved by Marco Clemencic
/ci-test --merge
- [2020-03-06 19:10] Validation started with lhcb-master-mr#523
- [2020-06-11 00:09] Validation started with lhcb-gaudi-head#2628
- [2020-06-12 00:12] Validation started with lhcb-gaudi-head#2629
Edited by Software for LHCb- Resolved by Marco Clemencic
/ci-test
added 6 commits
- e4c6c5a9 - Add (interface) dependency on fmtlib
- ba968a36 - Use fmt::format in ServicLocatorHelper
- 2bf1d964 - Replace boost::format with fmt::format in GaudiCoreSvc
- d5a4a8ec - Replace boost::format with fmt::format in GaudiAlg (partial)
- 95cf5946 - Use fmt::format in Aida2Root example
- f4d5fc47 - Use fmt::format in genconf
Toggle commit listadded 13 commits
-
39e5f16a...6bfb0bfa - 6 commits from branch
master
- 148199b0 - use uuid_unparse instead of boost::format
- 8b2c0477 - Add (interface) dependency on fmtlib
- 9fdfbd46 - Use fmt::format in ServicLocatorHelper
- aee3d298 - Replace boost::format with fmt::format in GaudiCoreSvc
- c6771ad6 - Replace boost::format with fmt::format in GaudiAlg (partial)
- 6f415fb0 - Use fmt::format in Aida2Root example
- 1b52225f - Use fmt::format in genconf
Toggle commit list-
39e5f16a...6bfb0bfa - 6 commits from branch
added 7 commits
- 64d5fd1a - Add (interface) dependency on fmtlib
- 1d0d7c37 - Use fmt::format in ServicLocatorHelper
- 76330568 - Replace boost::format with fmt::format in GaudiCoreSvc
- 49a0d590 - Replace boost::format with fmt::format in GaudiAlg (partial)
- 760868dc - Use fmt::format in Aida2Root example
- 90a036f0 - Use fmt::format in genconf
- e28d6a88 - Use fmt::format in ChronoEntity printout
Toggle commit listadded 1 commit
- d3efd998 - More boost::format to fmt::format replacements
added lhcb-gaudi-head label
added 104 commits
-
d3efd998...fdd53511 - 95 commits from branch
master
- 7de16bb2 - use uuid_unparse instead of boost::format
- a553c061 - Add (interface) dependency on fmtlib
- 5dfb05cb - Use fmt::format in ServicLocatorHelper
- ac4b22a4 - Replace boost::format with fmt::format in GaudiCoreSvc
- 4f008be8 - Replace boost::format with fmt::format in GaudiAlg (partial)
- 6b2cdd7a - Use fmt::format in Aida2Root example
- 3fb25e07 - Use fmt::format in genconf
- 83f7de79 - Use fmt::format in ChronoEntity printout
- 68f18b1d - More boost::format to fmt::format replacements
Toggle commit list-
d3efd998...fdd53511 - 95 commits from branch
- Resolved by Marco Clemencic
@clemenci @dcampora could you please take a look at the Allen build failures in
https://lhcb-nightlies.web.cern.ch/nightly/lhcb-gaudi-head/build/2629/
Which look like are triggered by this MR ?
added 8 commits
- a0eb6159 - Add (interface) dependency on fmtlib
- 4fc4e5b4 - Use fmt::format in ServicLocatorHelper
- a2848970 - Replace boost::format with fmt::format in GaudiCoreSvc
- 13a6171a - Replace boost::format with fmt::format in GaudiAlg (partial)
- f7c64392 - Use fmt::format in Aida2Root example
- 44a8ed83 - Use fmt::format in genconf
- fb5400a3 - Use fmt::format in ChronoEntity printout
- 8119d2f7 - More boost::format to fmt::format replacements
Toggle commit listmentioned in merge request lhcb/Allen!396 (closed)
- [2020-06-13 00:12] Validation started with lhcb-gaudi-head#2630
- [2020-06-14 00:08] Validation started with lhcb-gaudi-head#2631
- [2020-06-15 00:17] Validation started with lhcb-gaudi-head#2632
- [2020-06-16 00:12] Validation started with lhcb-gaudi-head#2633
- [2020-06-17 00:07] Validation started with lhcb-gaudi-head#2634
- [2020-06-17 02:45] Validation started with lhcb-gaudi-head#2635
- [2020-06-18 02:11] Validation started with lhcb-gaudi-head#2636
- [2020-06-19 08:33] Validation started with lhcb-gaudi-head#2637
Edited by Software for LHCbmentioned in issue lhcb/Allen#152 (closed)
assigned to @clemenci
- Resolved by Marco Clemencic
Some interfaces require that they are passed a
boost::format
string, so it's not easy to change them.
mentioned in issue #130
mentioned in commit 41fdc166
Please register or sign in to reply