- Oct 02, 2023
-
-
Remove the unused calls to find_package(Boost) and replace some boost code with STL/CxxUtils
-
- Aug 19, 2023
-
-
BPhysTools: Fix cppcheck warnings. Pass strings by const reference, not by value. Use a union to see a value as a different type, not pointer casts. Suppress warnings from boost::format. (Should change this to C++20 format once that's available.)
-
- Jun 15, 2022
-
-
Frank Winklmeier authored
-
- Jan 04, 2021
-
-
scott snyder authored
Max uint64_t cannot be represented exactly as a double.
-
- Dec 16, 2020
-
-
- Nov 10, 2020
-
-
Frank Winklmeier authored
This package was already made obsolete 6 years ago (see commit 7d3b01db) and has not seen any significant updates since.
-
- Jul 20, 2018
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-
- Oct 30, 2017
-
-
Frank Winklmeier authored
Former-commit-id: c824c8cb
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility. Former-commit-id: 5e95b010
-
- Jul 13, 2017
-
-
Frank Winklmeier authored
Former-commit-id: eac78a5c
-
- Feb 07, 2017
-
-
Edward Moyse authored
Added README. Former-commit-id: bd08d1ddc913561948a3bc28cbb1fd136e9dfd2c
-
- Feb 07, 2015
-
-
Atlas-Software Librarian authored
* Tagging BPhysTagTools-00-00-27. * AthenaBaseComps migration.
-
- Sep 19, 2014
-
-
James Catmore authored
-