Skip to content
Snippets Groups Projects
  1. Jan 24, 2022
  2. Jan 20, 2022
  3. Jan 17, 2022
  4. Dec 01, 2021
  5. Nov 24, 2021
  6. Oct 25, 2021
  7. Oct 14, 2021
  8. Oct 08, 2021
  9. Jul 30, 2021
  10. Jul 07, 2021
  11. Mar 12, 2021
  12. Feb 12, 2021
  13. Feb 02, 2021
    • Vakhtang Tsulaia's avatar
      CMakeLists updates in AtlasGeometryCommon · 33339a9e
      Vakhtang Tsulaia authored
      Updated AtlasGeometryCommon packages to use FindGeoModel.cmake. Which was introduced
      to serve the new GeoModel uni-project, which was introduced into our build with !39900.
      
      Bonus:
       * Turned CavernInfraGeoModel into component-only package
       * Removed several commented-out include statements from VP1DetInfo.cxx
      33339a9e
  14. Jan 27, 2021
  15. Jan 04, 2021
  16. Nov 17, 2020
  17. Sep 22, 2020
  18. Sep 19, 2020
  19. Sep 14, 2020
  20. Aug 29, 2020
    • Vakhtang Tsulaia's avatar
      Code cleanup: GeoModel material managers · 78fc12fb
      Vakhtang Tsulaia authored
      Dropped the redundant AbsMaterialManager interface, and removed all references to this
      interface from client packages.
      
      Dropped redundant methods from RDBMaterialManager, and in this way got rid of lots of
      duplicated code.
      78fc12fb
  21. Aug 05, 2020
    • Frank Winklmeier's avatar
      AtlasGeometryCommon: cmake cleanup · f5617318
      Frank Winklmeier authored
      - remove `atlas_depends_on_subdirs`
      - update link dependencies
      - replace `atlas_install_headers` with interface library or remove it
        entirely if headers not used outside package
      - enable flake8 where applicable
      f5617318
  22. Jul 20, 2020
  23. Jul 04, 2020
  24. Apr 13, 2020
  25. Apr 09, 2020
  26. Apr 07, 2020
  27. Dec 17, 2019
  28. Dec 16, 2019
  29. Dec 04, 2019
    • John Chapman's avatar
      Fix for writing pickle files in python 3 · 7f70a9e8
      John Chapman authored
      Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file.
      In python 3 the output file needs to be explicitly opened in binary mode.
      I.e.
      ```
      f = open('configdump.pkl', 'wb')
      ```
      rather than
      ```
      f = open('configdump.pkl', 'w')
      ```
      7f70a9e8
  30. Sep 20, 2019
  31. Jul 25, 2019
  32. Jul 19, 2019
  33. Jul 18, 2019
  34. Apr 16, 2019
  35. Feb 07, 2019
  36. Jan 20, 2019
Loading