1. 31 Oct, 2018 23 commits
  2. 20 Oct, 2018 2 commits
    • David Flynn's avatar
      tools/cfg-gen: process all ctc yaml files simultaneously · 97762fb5
      David Flynn authored
      gen-cfg.sh processes each ctc yaml file in turn, which was advantageous
      when the ctc yaml files contained multiple conflicting definitions for
      a test condition (eg, one defines *-lossy-attrs for colour, and another
      defines *-lossy-attrs for reflectance).  In such cases, merging the
      two yaml files together is not possible.
      
      However, this does prevent having a single yaml file that modifies
      the parameters for multiple test conditions. (Eg, adding sequences
      to all ctc test conditions).
      97762fb5
    • David Flynn's avatar
      tools/cfg-gen: apply extra config files after hard coded defaults · 6139d1f8
      David Flynn authored
      In order to allow extra config files to override those hard-coded
      in the gen-cfg.sh script, they need to be specified at the end.
      6139d1f8
  3. 05 Sep, 2018 3 commits
  4. 03 Sep, 2018 12 commits