Releases: iLCSoft/GEAR
Releases · iLCSoft/GEAR
v01-09-06
v01-09-05
v01-09-05
-
2025-03-31 Thomas Madlener (PR#21)
- Make sure that all libraries go the the same place during installation.
-
2025-03-31 Thomas Madlener (PR#20)
- Update the Key4hep build action to the latest version to include nightlies on Ubuntu24
-
2025-03-31 jmcarcell (PR#19)
- Add LANGUAGES CXX to the top level CMakeLists.txt to disable checks for a C compiler
-
2025-03-31 jmcarcell (PR#18)
- Bump the minimum version of CMake to 3.5, to be able to compile with CMake 4.0
-
2025-03-10 scott snyder (PR#17)
- Fix a few compiler warning.
-
2025-03-10 sss (PR#16)
- Fix apparent off-by-one error in TPCParametersImpl::getNearestPad.
v01-09-04
v01-09-04
-
2025-01-13 Thomas Madlener (PR#15)
- Switch to central Key4hep CI build workflows and remove clicdp nightlies based ones
- Fix warnings that are now enabled
-
2025-01-13 jmcarcell (PR#14)
- Add GNUInstallDirs to set CMAKE_INSTALL_LIBDIR so that the default rpath is correct and can be used in downstream projects, like in
k4MarlinWrapper
- Add GNUInstallDirs to set CMAKE_INSTALL_LIBDIR so that the default rpath is correct and can be used in downstream projects, like in
v01-09-03
v01-09-02
v01-09-02
-
2024-01-15 tmadlener (PR#12)
- Remove no longer working gcc8 based workflow
- Update github actions versions
- Add key4hep based workflow
-
2023-08-15 jmcarcell (PR#13)
- Respect CMAKE_INSTALL_
-
2023-07-17 jmcarcell (PR#11)
- Drop the CMake test target that is not doing anything
-
2023-07-17 jmcarcell (PR#9)
- Fix build with docs ON
v01-09-01
v01-09-01
-
2022-06-28 Thomas Madlener (PR#8)
- Fix cmake doxygen configuration to work with CMake >= 3.17
-
2022-06-28 Thomas Madlener (PR#7)
- Migrate CI to use github actions and remove travis CI
-
2020-09-07 Valentin Volkl (PR#6)
- put more tests under the scope of BUILD_TESTING. Also fixes a build issue with spack key4hep/key4hep-spack#33
v01-09
v01-08
v01-08
-
2018-01-12 Frank Gaede (PR#1)
- fix all compiler warnings (gcc5.4)
- uninitialized, unused, shadow, ...
- don't create GEARLibDeps.cmake
- also fix warnings in tinyxml
- fix all compiler warnings (gcc5.4)
-
2018-01-15 Frank Gaede (PR#2)
- fix export of CLHEP library dependency
- resolve location of CLHEP::CLHEP import target
- fix export of CLHEP library dependency
-
2018-01-16 Frank Gaede (PR#4)
- fix more warnings in tinyxml.h
-
2018-01-16 Frank Gaede (PR#3)
- move tinyxml.h back to gearxml (for MarlinTPC)
- rm check for this!=0 in tinyxml.h (-Wundefined-bool-conversion warning w/ clang)