Releases: iLCSoft/LCCD
Releases · iLCSoft/LCCD
v01-05-02
v01-05-02
-
2024-01-18 jmcarcell (PR#10)
- Fix compiler warnings with clang about
using namespace
in headers andthrow()
being deprecated - Change to using
LCIO::lcio
instead of${LCIO_LIBRARIES}
- Fix a couple of CMake warnings due to incomplete file names
- Fix compiler warnings with clang about
-
2024-01-15 tmadlener (PR#11)
- Switch clicdp nightlies workflow to existing release
- Add key4hep based CI workflows
-
2023-08-16 tmadlener (PR#9)
- Remove the no longer working gcc8 based workflow
- Bump action versions
-
2023-08-16 jmcarcell (PR#8)
- Fix compilation warnings
-
2023-08-15 jmcarcell (PR#6)
- Remove the unneeded tests custom target
v01-05-01
v01-05-01
-
2022-06-28 Thomas Madlener (PR#5)
- Fix bug in coverity config to point to the right repo
-
2022-06-28 Thomas Madlener (PR#4)
- Migrate CI to github actions and remove travis CI configuration
-
2022-06-28 Thomas Madlener (PR#3)
- Replace the implicit globbing for the doxygen target with an explicit cmake glob expression in order for working documentation generation with cmake >= 3.17
-
2020-04-10 Frank Gaede (PR#2)
- make compatible w/ c++17 for macos/clang
- patch provided by K.Fujii
- make compatible w/ c++17 for macos/clang