Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
  2. Nov 11, 2020
  3. Nov 09, 2020
  4. Oct 18, 2020
  5. Oct 14, 2020
  6. Oct 13, 2020
  7. Oct 06, 2020
  8. Oct 05, 2020
    • Frank Winklmeier's avatar
      PyUtils: Improvements for cmake_depends · c2877a17
      Frank Winklmeier authored
      Several improvements for `acmd.py cmake depends`:
      - Dependencies of an external library where not displayed correctly.
        Also warn the user in case the `--external` option is not used.
      - Improve filtering of custom targets. Instead of using a hard-coded
        list, parse the graphiz legend and use the target types for filtering.
      - Add an `--all` option to disable any filtering of custom targets.
      - Add a testing script. It's not run as a unit test because the output
        of the script would of course change from nightly to nightly. But it
        can be used as a manual test script to find regresssions.
      c2877a17
  9. Sep 29, 2020
    • scott snyder's avatar
      PyUtils: MetaReader fix · 8b22f2f8
      scott snyder authored
      Have MetaReader recognize keys in CLASS_SGKEY form as well.
      Fixes problems seen in TrigAnalysisTest.
      8b22f2f8
  10. Sep 28, 2020
  11. Sep 22, 2020
  12. Aug 28, 2020
  13. Aug 27, 2020
  14. Aug 21, 2020
  15. Aug 20, 2020
  16. Aug 19, 2020
  17. Aug 12, 2020
  18. Aug 11, 2020
  19. Jul 15, 2020
  20. Jul 14, 2020
  21. Jul 07, 2020
    • Frank Berghaus's avatar
      Rework meta-data test suite · 724c9ae4
      Frank Berghaus authored and Walter Lampl's avatar Walter Lampl committed
      Move meta-data test suite into RecExRecoTest as discussed at the core
      meeting. Use a configuration class to manage how to run the transforms
      and test metadata. Allow user to specify inputs and references.
      724c9ae4
  22. Jun 20, 2020
  23. Jun 18, 2020
    • Frank Winklmeier's avatar
      PyUtils: Ignore custom targets in cmake_depends · 5b6b487a
      Frank Winklmeier authored
      Ignore a few custom targets in cmake_depends. Also use LCG_97a as an
      alternative source for pygraphviz.
      5b6b487a
    • Scott Snyder's avatar
      RootUtils: Fix py38 memory corruption. · 416749bf
      Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
      With python 3.8, the hacks used in pythonize_read_root_file lead to heap
      corruption.  Rework to avoid this.
      
      We're rather constrained since this has to work with both py2 and 3,
      so the way it's done here is a bit roundabout and ineffecient.
      Once we drop py2, this can be done much better by simply
      having read_root_file return a PyBytes object
      416749bf
  24. Jun 15, 2020
  25. Jun 12, 2020
  26. Jun 10, 2020
  27. Jun 08, 2020
  28. Jun 04, 2020
  29. Jun 03, 2020
Loading