Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  2. Jan 25, 2019
  3. Jan 07, 2019
  4. Dec 18, 2018
  5. Dec 17, 2018
    • Walter Lampl's avatar
      Fix file permissions of identical files · d00fba15
      Walter Lampl authored
      Files with identical content (same SHA1) but different file permissions
      cause confusing differences shown in GitLab. The file permissions of
      61 files were set to 644 (ATLINFR-2011).
      d00fba15
  6. Dec 16, 2018
  7. Dec 14, 2018
    • Vakhtang Tsulaia's avatar
      Athena code migrated from in-house GeoModelKernel to standalone GeoModelKernel library · 166fab1e
      Vakhtang Tsulaia authored
      Given the standalone library is based on Eigen instead of CLHEP, all GeoModel clients
      in Athena code were also migrated to the Eigen-based interface of GeoModel. This affected
      a large number of packages. Most significant changes have been introduced to subsystem
      GeoModel packages.
      
      The in-house GeoModelKernel code has been removed from the repository.
      
      Almost all header files in PixelGeoModel have been moved to the src directory.
      The next step should be turning this package into a component-only library.
      Similar code reorganization can be applied to SCT_GeoModel too.
      
      Subsystem readout geometry interfaces remain mostly unchanged, except for a minor
      change in the InDet readout geometry interface (which was unavoidable).
      
      Several non-GeoModel packages affected by this migration mostly required addition
      of missing CLHEP includes.
      
      
      Former-commit-id: 9cffebb1
      166fab1e
  8. Dec 13, 2018
    • Scott Snyder's avatar
      GenAnalysisTools: Fix gcc9 warnings. · cdcde2cb
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      
      
      Former-commit-id: 4de4f428
      cdcde2cb
  9. Oct 25, 2018
  10. Oct 18, 2018
    • scott snyder's avatar
      Tauola_i: CLIDSvc -> AthenaKernel · fb3ed722
      scott snyder authored
      Update references to headers in CLIDSvc moved to AthenaKernel.
      Also remove unneeded dependency on SGTools.
      
      
      
      Former-commit-id: 1396df09122439b0eecf2e0b36af6b34e85101ad
      fb3ed722
  11. Oct 17, 2018
  12. Oct 16, 2018
  13. Oct 11, 2018
  14. Oct 05, 2018
  15. Oct 02, 2018
  16. Sep 03, 2018
  17. Aug 27, 2018
  18. Aug 09, 2018
  19. Jul 20, 2018
    • charles leggett's avatar
      Updates for Gaudi PluginSvc V2 · c7a3429d
      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: 83042516db016cf1ec8fde0d4dca19a2cdaa5e79
      c7a3429d
  20. May 31, 2018
  21. May 01, 2018
    • scott snyder's avatar
      ReweightTools: DataModel -> AthContainers. · 6a7eefd3
      scott snyder authored
      Remove references to obsolete package DataModel.
      Also clean up references to files in CLIDSvc and SGTools that were
      moved to other packages.
      
      
      
      Former-commit-id: c1338c4cab903a259f7683d37ea1e8c4d09b6fcd
      6a7eefd3
  22. Apr 23, 2018
  23. Mar 29, 2018
    • charles leggett's avatar
      Preparation for Gaudi v30r2 · b2ff5559
      charles leggett authored
      major changes:
      
       - removal of DECLARE_FACTORY_ENTRIES
       - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER
       - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT
       - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT
       - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT
       - constructor of Converters is public, not protected
       - remove #include "GaudiKernel/CnvFactory.h"
       - remove #include "GaudiKernel/ToolFactory.h"
       - remove #include "GaudiKernel/AlgFactory.h"
       - remove #include "GaudiKernel/AudFactory.h"
       - remove #include "DeclareFactoryEntries.h"
      
      
      Former-commit-id: fd7a40f5
      b2ff5559
  24. Mar 27, 2018
  25. Mar 11, 2018
  26. Mar 07, 2018
  27. Feb 21, 2018
  28. Feb 07, 2018
  29. Feb 01, 2018
  30. Jan 31, 2018
Loading