- Apr 22, 2025
-
-
Vakho Tsulaia authored
Cleaned up `CMakeLists.txt` files in subdirectories so that the minimum reqiured version is set only at the beginning of the top-level `CMakeLists.txt` file
-
- Apr 17, 2025
-
-
- Dec 03, 2024
-
- Nov 28, 2024
-
-
Marilena Bandieramonte authored
-
- Nov 03, 2024
-
-
Joseph Boudreau authored
-
- Jun 18, 2024
-
-
- May 15, 2024
-
-
Marilena Bandieramonte authored
-
- May 02, 2024
-
-
Marilena Bandieramonte authored
-
- Feb 14, 2024
-
-
Johannes Junggeburth authored
-
- Jan 24, 2024
-
-
- Nov 02, 2023
-
-
Vakhtang Tsulaia authored
Modified: * GeoModelExamples/HelloGeoRead/CMakeLists.txt * GeoModelExamples/HelloGeoReadNodeAction/main.cxx * GeoModelExamples/HelloGeoWriteReadWrite/main.cpp * GeoModelTools/GMCAT/src/gmcat.cxx * FullSimLight/include/MassCalculator.hh * FullSimLight/src/FSLDetectorConstruction.cc * FullSimLight/src/MassCalculator.cc
-
- Oct 11, 2023
-
-
- Sep 24, 2023
-
-
Evgueni Tcherniaev authored
-
- Aug 24, 2023
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
This reverts commit 4484186b.
-
Riccardo Maria Bianchi authored
Following the inetrface change in the GeoModelIO Write and Read, where I replaced the GeoPhysVol with GeoVPhysVol, now any GeoPhysVol or GeoFullPhysVol can be used as the Root/World volume.
-
- Jul 19, 2023
-
-
Marilena Bandieramonte authored
-
- May 24, 2023
-
-
Benjamin Morgan authored
-
Benjamin Morgan authored
- Logically organise top level script - Compile implementation into OBJECT library to which each executable links. Reduces recompilation of same files for each executable. - Use target properties to transmit usage requirements
-
Benjamin Morgan authored
Plugins currently rely on an include directory to use fullsimlight's plugin interface, but it already provides a FullSimLight target for this. Set required INTERFACE properties for FullSimLight target and add a namespaced ALIAS target for it. Update Plugin builds to use this target.
-
Benjamin Morgan authored
All GeoModel targets provide ALIAS targets to their namespaced equivalents as exported for use later as imported targets. This renders obsolete the need to check for full/local builds and use different target names. Remove use of .._INDIVIDUAL_BUILD variables, consistently link to namespaced targets. TODO: fix this in FullSimLight due to incomplete use of FullSimLight interface target.
-
Benjamin Morgan authored
- Make builtin "imported" target depend on Eigen external project. - Subprojects only then need to link to the Eigen3::Eigen target whether builtin/external is used
-
Benjamin Morgan authored
- Make builtin "imported" target depend on XercesCBuiltIn external project. - Subprojects only then need to link to the XercesC::XercesC target whether builtin/external is used
-
Benjamin Morgan authored
- Make builtin "imported" target depend on JSONExt external project. - Subprojects only then need to link to the nlohmann_json target whether builtin/external is used - Use REQUIRED to find system nlohmann_json as modern installs will always provide a CMake config script.
-
Benjamin Morgan authored
TODO: NEEDS UPDATE AFTER REBASE
-
Benjamin Morgan authored
-
- May 08, 2023
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- May 07, 2023
-
-
Joseph Boudreau authored
-
- May 05, 2023
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Joseph Boudreau authored
-
- May 04, 2023
-
-
Joseph Boudreau authored
Use std::unique_ptr for static member pointer. And, stop checking if an unsigned integer is greater than or equal to zero. Both were flagged in warning messages which are now silenced, but I believe the first issue could have led to a crash in the right circumstances
-
- Dec 23, 2022
-
-
Joseph Boudreau authored
This is a bugfix: the pythia dependency of fullSimLight is declared before the target (fullSimLight) has been delclared
-
- Dec 20, 2022
-
-
Marilena Bandieramonte authored
-
- Nov 14, 2022
-
-
Evgueni Tcherniaev authored
-
- Oct 24, 2022
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-