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. Oct 14, 2020
  4. 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
  5. Jun 18, 2020
  6. Jun 12, 2020
  7. Jun 10, 2020
  8. Jun 03, 2020
Loading