User Details
- User Since
- Jul 3 2018, 2:12 PM (333 w, 2 d)
Mon, Nov 18
Wed, Oct 30
Oct 16 2024
Oct 9 2024
Oct 7 2024
- Update list of authors/contributors
Cleanup commented code
Oct 4 2024
Oct 3 2024
Sep 18 2024
- Update History.md
Sep 16 2024
Sep 12 2024
The config file is created in commit 000e3be, which is in the master branch.
In the v3-patches branch, the formatting check is enabled in the CI in 05702ff and the formatting is applied to the source files in 8ab96ea. This has been tagged in v3r6.
The application of the formatting in master will happen after the timedep-branch is merged.
Commit 8ab96ea5c5ed in branch v3-patches closes this revision
Aug 13 2024
Many thanks indeed for this @abudinen!
Aug 8 2024
Aug 5 2024
Thanks, this improves exception safety and makes it less likely to introduce accidental deadlocks with future changes that make early returns etc.
Jun 26 2024
Jun 25 2024
Jun 24 2024
Thanks @jback for fixing these quickly. Good point about the R02-02-00-patches version needing fixing. Apologies for not spotting this when reviewing D119. I still haven't made the release from that branch, so we can include the fix before I do so. I think you can just cherry-pick the relevant commits from here onto that branch.
Thanks for this @jback! I've just spotted a couple of small things.
Jun 21 2024
Thanks @abudinen - just a minor wording suggestion for the History file.
Since these are my changes, I'll let John and/or Michal do the actual reviewing!
Jun 20 2024
- Minor fix to JSON
- Update History.md
Jun 19 2024
Looks good to me but then they are my changes ;)
So probably best to have them checked by @jback and/or @kreps before merging.
Jun 18 2024
Looks good, many thanks!
Jun 17 2024
In the context of the thread-safety work, Fernando has been able to make EvtDalitzReso::evaluate a const function. If we were to cherry-pick those changes here we could avoid the copy of each of the EvtDalitzReso instances in EvtD0ToKspipi::calcTotAmp. What do you think?