Releases: iLCSoft/iLCUtil
Releases · iLCSoft/iLCUtil
v01-07-03
v01-07-03
-
2024-05-28 Andre Sailer (PR#35)
- RPATH: set rpath to
$ORIGIN/../${CMAKE_INSTALL_LIBDIR}
- RPATH: set rpath to
-
2024-05-02 jmcarcell (PR#34)
- Write rpaths when installing. Fixes an issue introduced in #32 where rpaths are not being written.
-
2024-05-02 tmadlener (PR#33)
- Bump the default c++ version to 17 as that is what we have been using for at least a few years now.
-
2024-04-29 Frank Gaede (PR#32)
- replace
ilcsoft_default_rpath_settings.cmake
with the one from LCIO- see iLCSoft/LCIO#121
- this fixes the rpath settings for all iLCSoft tools using this script to work on MacOS
- (needed to install the key4hep stack on darwin)
- replace
-
2024-04-29 Tao Lin (PR#20)
- Fix the problem: the system GSL may be picked. See details in key4hep/key4hep-spack#77
v01-07-02
v01-07-01
v01-07
v01-07
-
2022-12-02 Thomas Madlener (PR#26)
- Remove obsolete gcc8 based workflow and update github actions versions
-
2022-12-02 Thomas Madlener (PR#25)
- Disable
USE_CXX11
by default since we switched to c++17 quite some time ago and this option needs to be manually disabled in order to make that work viaCMAKE_CXX_STANDARD
.
- Disable
v01-06-02
v01-06-02
-
2021-11-03 Thomas Madlener (PR#22)
- Switch to the latest available nightlies in the CI workflows.
- Remove travis-ci config
-
2021-08-16 Thomas Madlener (PR#21)
- Add a working github actions based CI workflow.
- Make it possible to use newer cmake versions for installing
- Fix globbing for dependencies in streamlog doxygen generation, which broke with 3.17
- Fix name mismatch warning in find_package calls for cmake > 3.17
- Fix missing project warning in example
- Bump the minimum required cmake version to 3.14
- Make the INSTALL_DOC option from streamlog available from the top-level to make it possible to steer this from the outside
v01-06-01
v01-06
v01-06
-
2019-08-23 Andre Sailer (PR#13)
- Pass CMAKE_CXX_STANDARD to externalproject_add to allow building packages with standards other than the compiler default or c++11
-
2018-05-08 Andre Sailer (PR#11)
- MacroRootDict: fix constant re-creation of dictionary. ROOT_CINT is no longer creating *.h file but *_rdict.pcm, changing the expected output file will only recreate the dictionary when necessary
v01-05
v01-05
-
2017-08-30 Andre Sailer (PR#6)
- Logscope: fix for SILENT, which did not get properly restored because of integer overflow issues
-
2018-01-12 Frank Gaede (PR#7)
- fix compiler warnings in package streamlog (effc++,...)
- rm obsolete find macros ( LCIO, ROOT, CLHEP,...)
-
2018-01-16 Frank Gaede (PR#10)
- update versions
- streamlog v00-04
- cmakemodules v01-17
- update versions
-
2018-01-16 Frank Gaede (PR#9)
- add missing variables to MacroRootDict.cmake
- used to be defined in obsolete FindROOT.cmake
- add missing variables to MacroRootDict.cmake