1. 03 Dec, 2015 1 commit
  2. 01 Dec, 2015 1 commit
  3. 30 Nov, 2015 2 commits
    • Bram Schoenmakers's avatar
      Fix transitive reduction for parent items with multiple children · 20935465
      Bram Schoenmakers authored
      Given these dependencies:
      
      A id:1
      B p:1
      C p:1 id:2
      D p:1 p:2
      
      A -> B
      A -> C
      A -> D
      C -> D
      
      The relation A -> D is superfluous (A -> C, C -> D). However, the p:1
      tag in D would not be removed, because relation 1 still exists (A -> B).
      
      Therefore a new function is added that identifies p: tags which have no
      corresponding edge in the internal dependency graph (rather than looking
      at the value of the edge).
      20935465
    • Bram Schoenmakers's avatar
      Rename variable · 3237d802
      Bram Schoenmakers authored
      3237d802
  4. 29 Nov, 2015 3 commits
  5. 26 Nov, 2015 4 commits
  6. 23 Nov, 2015 3 commits
  7. 20 Nov, 2015 1 commit
  8. 19 Nov, 2015 2 commits
  9. 18 Nov, 2015 1 commit
  10. 17 Nov, 2015 3 commits
  11. 16 Nov, 2015 10 commits
  12. 15 Nov, 2015 1 commit
  13. 14 Nov, 2015 8 commits