User Details
- User Since
- Jul 3 2018, 2:12 PM (327 w, 17 h)
Mon, Oct 7
- Update list of authors/contributors
Cleanup commented code
Fri, Oct 4
Thu, Oct 3
Wed, Sep 18
- Update History.md
Mon, Sep 16
Thu, Sep 12
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?
Jun 13 2024
May 21 2024
Fantastic, many thanks @abudinen!
May 15 2024
Closed by D86
Closed by D109
May 8 2024
Not sure why this wasn't automatically closed when bd48b7fe5585 was committed, so closing it manually
- Fixup changes from comments
- Update History.md
Tests are all good, so I'll go ahead and land this.
May 7 2024
- Comments from John
Many thanks @jback - see replies inline.
Will push the small changes here in a second.
I'm re-running the tests just to make sure nothing changes - if all is ok I'll land this tomorrow.
May 1 2024
Looks good to me, many thanks @abudinen! But let's give the others some time to check through again just to be sure.
Apr 29 2024
I have run all the tests on master and on the branch with these changes on top.
- Comments from Fernando