Page MenuHomeHEPForge
Feed Advanced Search

May 30 2019

tlatham created T39: Reorganise the data storage.
May 30 2019, 11:21 AM · Laura
tlatham created T37: Further efficiency savings in integral code.
May 30 2019, 11:17 AM · Laura
tlatham created T36: Decay time dependent fit model.
May 30 2019, 11:08 AM · Laura

May 29 2019

tlatham triaged T34: Modernisation of the code to C++17 as Normal priority.
May 29 2019, 10:21 AM · Laura
tlatham triaged T33: Adopt CMake build system as Normal priority.
May 29 2019, 10:16 AM · Laura
tlatham triaged T32: Migration of repository to git as Normal priority.
May 29 2019, 10:13 AM · Laura

May 23 2019

tlatham renamed T31: Add dedicated documentation of the integration scheme from Improve documentation of the integration scheme to Add dedicated documentation of the integration scheme.
May 23 2019, 10:33 AM · Laura
tlatham moved T31: Add dedicated documentation of the integration scheme from Bug reports to Documentation on the Laura board.
May 23 2019, 10:20 AM · Laura
tlatham triaged T31: Add dedicated documentation of the integration scheme as Normal priority.
May 23 2019, 10:18 AM · Laura

May 21 2019

tlatham committed rEVTGENfca002a8f162: Improve ordering/grouping of include files (authored by tlatham).
Improve ordering/grouping of include files
May 21 2019, 1:57 PM

May 20 2019

tlatham committed rEVTGEN6dac58773e4a: Add clang-format config file (authored by tlatham).
Add clang-format config file
May 20 2019, 5:29 PM
tlatham triaged T29: Define code formatting style and contributing policies for EvtGen as Normal priority.
May 20 2019, 5:28 PM · Unknown Object (Project)
tlatham committed rEVTGEN1d084391a5af: Fix clang error regarding friend declarations (authored by tlatham).
Fix clang error regarding friend declarations
May 20 2019, 4:56 PM

May 17 2019

tlatham committed rLAURASVN566: Add functions to return sanitised names of parent and daughters.
Add functions to return sanitised names of parent and daughters
May 17 2019, 6:24 PM
tlatham committed rLAURASVN565: Fix compilation warnings on gcc8.
Fix compilation warnings on gcc8
May 17 2019, 6:14 PM
tlatham committed rLAURASVN564: Improvements to documentation etc. in preparation for v3r5.
Improvements to documentation etc. in preparation for v3r5
May 17 2019, 4:42 PM

May 1 2019

tlatham committed rEVTGENf4f63c0d7f79: Change type of *_ROOT_DIR variables to PATH (authored by tlatham).
Change type of *_ROOT_DIR variables to PATH
May 1 2019, 4:12 PM
tlatham committed rEVTGEN0eb7933881e6: Change minimum required CMake version to 3.11 (authored by tlatham).
Change minimum required CMake version to 3.11
May 1 2019, 4:12 PM
tlatham committed rEVTGEN44acc74409a0: Make C++ std and Makefile verbosity cache variables (authored by tlatham).
Make C++ std and Makefile verbosity cache variables
May 1 2019, 4:11 PM

Apr 18 2019

tlatham committed rEVTGENaad270bc246b: Merge branch 'cmake' into modernize (authored by tlatham).
Merge branch 'cmake' into modernize
Apr 18 2019, 4:50 PM

Mar 15 2019

tlatham committed rEVTGEN3f5a68946fce: Merge branch 'cmake': T12 switch to CMake build (authored by tlatham).
Merge branch 'cmake': T12 switch to CMake build
Mar 15 2019, 1:57 PM
tlatham committed rEVTGENea52b3376973: Make building of test and validation executables optional (disabled by default) (authored by tlatham).
Make building of test and validation executables optional (disabled by default)
Mar 15 2019, 11:06 AM

Mar 14 2019

tlatham committed rEVTGENb3be336604d6: Remove files related to old build system and update README accordingly (authored by tlatham).
Remove files related to old build system and update README accordingly
Mar 14 2019, 2:37 PM

Feb 4 2019

tlatham accepted rEVTGEN603f6890de84: Fix modernization compiler errors and warnings..

Thanks @jback, I see that the two small points I raised are implemented in rEVTGEN24d37621f536

Feb 4 2019, 11:44 PM
tlatham committed rEVTGEN45e9a037df1e: Implement exporting of the lib targets in the generated config file (authored by tlatham).
Implement exporting of the lib targets in the generated config file
Feb 4 2019, 11:21 PM
tlatham committed rEVTGENf95144e58db6: Minor fix for handling search for pythia (authored by tlatham).
Minor fix for handling search for pythia
Feb 4 2019, 11:21 PM
tlatham committed rEVTGEN5df80942d15b: Fix issue with order of include directories when building executables (authored by tlatham).
Fix issue with order of include directories when building executables
Feb 4 2019, 11:21 PM

Feb 1 2019

tlatham added a comment to T13: Modernize EvtGen.
WARNING: about the readiness of the CMake stuff - see my comment T12#228 on the CMake task
Feb 1 2019, 3:34 PM · Unknown Object (Project)
tlatham added a comment to T13: Modernize EvtGen.

A few thoughts on the modernisation and general tidy-ups:

Feb 1 2019, 3:34 PM · Unknown Object (Project)

Jan 31 2019

tlatham raised a concern with rEVTGEN603f6890de84: Fix modernization compiler errors and warnings..

Just a couple of minor queries. They are genuine questions but I do this largely to try out the code auditing procedures in Phabricator ;)

Jan 31 2019, 2:12 PM

Jan 29 2019

tlatham committed rEVTGEN46303925e9c7: Tidy up warning/optimise/debug flags handling (authored by tlatham).
Tidy up warning/optimise/debug flags handling
Jan 29 2019, 6:48 PM
tlatham committed rEVTGEN46f9c1451d80: Initial attempt to create package config file - exports our include and lib… (authored by tlatham).
Initial attempt to create package config file - exports our include and lib…
Jan 29 2019, 6:48 PM

Jan 18 2019

tlatham committed rEVTGEN837b9978195b: Build all executables in test and validation dirs, and install associated decay… (authored by tlatham).
Build all executables in test and validation dirs, and install associated decay…
Jan 18 2019, 4:53 PM

Jan 16 2019

tlatham committed rEVTGEN63df64536a75: Add customisation of build type opt/debug flags for GNU and Clang compilers… (authored by tlatham).
Add customisation of build type opt/debug flags for GNU and Clang compilers…
Jan 16 2019, 3:43 PM

Jan 11 2019

tlatham added a comment to T13: Modernize EvtGen.

FYI, quite a nice way of getting a consistent environment for testing these things is to do something like the following (this should work on any system with cvmfs installed):
source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_94 x86_64-centos7-gcc8-opt
(I'm assuming you're in bash here)
You can obviously modify the LCG version and the platform etc. as you wish.
NB that for the above one you'll need to use C++17
One other nice feature of using LCG views to set the environment is that these LCG releases contain some of our dependencies, so we don't have to mess around building them ourselves necessarily. They seem to get automatically picked up by cmake - as least this worked for HepMC2 when I tried it just now.

Jan 11 2019, 12:09 PM · Unknown Object (Project)

Jan 10 2019

tlatham committed rEVTGEN2d1364f3286d: Deal with cmake-version dependence of DESCRIPTION and HOMEPAGE_URL arguments to… (authored by tlatham).
Deal with cmake-version dependence of DESCRIPTION and HOMEPAGE_URL arguments to…
Jan 10 2019, 2:44 PM

Jan 8 2019

tlatham committed rLAURASVN563: Workaround for issue with splitting toy MC files when generating large number….
Workaround for issue with splitting toy MC files when generating large number…
Jan 8 2019, 5:51 PM

Dec 11 2018

tlatham committed rEVTGEN813f4df2b92a: Small fixes to the setup script to work with the cmake branch (authored by tlatham).
Small fixes to the setup script to work with the cmake branch
Dec 11 2018, 5:18 PM
tlatham committed rEVTGEN30d8169a9f7b: Start converting the build system to CMake - currently builds libs and single… (authored by tlatham).
Start converting the build system to CMake - currently builds libs and single…
Dec 11 2018, 4:48 PM

Dec 5 2018

tlatham committed rLAURASVN562: Move sources and headers for the utilities library into the main library….
Move sources and headers for the utilities library into the main library…
Dec 5 2018, 5:03 PM

Sep 20 2018

tlatham renamed Laura from laura to Laura++.
Sep 20 2018, 2:18 PM
tlatham updated the image for Laura from F228662: profile to F228668: profile.
Sep 20 2018, 2:16 PM
tlatham updated the image for Laura from F228660: profile to F228662: profile.
Sep 20 2018, 12:58 PM
tlatham updated the image for Laura from F228657: profile to F228660: profile.
Sep 20 2018, 12:32 PM
tlatham updated the image for Laura from F228655: profile to F228657: profile.
Sep 20 2018, 12:25 PM
tlatham set the image for Laura to F228655: profile.
Sep 20 2018, 12:24 PM
tlatham added a member for Laura: xuesong.
Sep 20 2018, 12:16 PM

Sep 19 2018

tlatham added a member for Laura: gershon.
Sep 19 2018, 12:34 PM

Sep 18 2018

tlatham added members for Laura: jback, dpohanlon, mwhitehe, dcraik, rsilvaco, lhenry, wesmilanes, jotalo, mcharles, poluekt, kreps, wbqian, ccostaso, emilie, arobert, johndan.
Sep 18 2018, 12:13 PM