Skip to content

Releases: iLCSoft/iLCUtil

v01-07-03

31 Jul 16:26
Compare
Choose a tag to compare

v01-07-03

  • 2024-05-28 Andre Sailer (PR#35)

    • RPATH: set rpath to $ORIGIN/../${CMAKE_INSTALL_LIBDIR}
  • 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
    • this fixes the rpath settings for all iLCSoft tools using this script to work on MacOS
    • (needed to install the key4hep stack on darwin)
  • 2024-04-29 Tao Lin (PR#20)

v01-07-02

06 Feb 08:41
Compare
Choose a tag to compare

v01-07-02

  • 2024-01-15 tmadlener (PR#31)

    • Move to LCG_104 based nightlies for clicdp workflow.
    • Add Key4hep based workflows
  • 2024-01-15 jmcarcell (PR#30)

    • Check if the tests target exists before creating it
  • 2023-07-17 jmcarcell (PR#29)

    • Don't make the uninstall target if it already exists

v01-07-01

09 Jun 07:45
Compare
Choose a tag to compare

v01-07-01

  • 2023-06-08 scott snyder (PR#28)
    • Fix a compilation warning in ILCTest.h.

v01-07

02 Dec 14:18
Compare
Choose a tag to compare

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 via CMAKE_CXX_STANDARD.

v01-06-02

05 Nov 09:05
Compare
Choose a tag to compare

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

31 Aug 13:07
Compare
Choose a tag to compare

v01-06-01

  • 2020-05-13 Frank Gaede (PR#17)
    • fix FindMySQL.cmake
      - add correct search path for Ubuntu (>=18.04)

v01-06

11 Dec 10:25
Compare
Choose a tag to compare

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

16 Jan 17:25
Compare
Choose a tag to compare

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
  • 2018-01-16 Frank Gaede (PR#9)

    • add missing variables to MacroRootDict.cmake
      - used to be defined in obsolete FindROOT.cmake