Skip to content
Snippets Groups Projects
  1. Dec 09, 2020
    • Frank Winklmeier's avatar
      PyUtils: fix for `cmake depends` · aaf94d1d
      Frank Winklmeier authored
      A few cosmetic changes to `acmd cmake depends`:
      - do not print legend by default (enable with `--legend`)
      - mark Python dependencies with `:py` in printout
      aaf94d1d
  2. Dec 07, 2020
  3. Nov 11, 2020
  4. Nov 09, 2020
  5. Oct 18, 2020
  6. Oct 14, 2020
  7. Oct 13, 2020
  8. Oct 06, 2020
  9. 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
  10. 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
  11. Sep 28, 2020
  12. Sep 22, 2020
  13. Aug 28, 2020
  14. Aug 27, 2020
  15. Aug 21, 2020
  16. Aug 20, 2020
  17. Aug 19, 2020
  18. Aug 12, 2020
  19. Aug 11, 2020
  20. Jul 15, 2020
  21. Jul 14, 2020
  22. 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
  23. Jun 20, 2020
  24. 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
  25. Jun 15, 2020
  26. Jun 12, 2020
  27. Jun 10, 2020
  28. Jun 08, 2020
  29. Jun 04, 2020
Loading