Age | Commit message (Expand) | Author | Files | Lines |
2009-12-19 | Add a tool to process a new-style log file. | Daniel Burrows | 1 | -0/+134 |
2009-04-13 | If a promotion was backpropagated to a step more than once, suppress all but ... | Daniel Burrows | 2 | -17/+65 |
2009-04-13 | Detect when the same solution is visited twice, and backpropagate information... | Daniel Burrows | 1 | -1/+1 |
2009-04-12 | Better logging of everything related to backpropagation. | Daniel Burrows | 1 | -1/+1 |
2009-04-12 | Add support for "dependency-scoped" install-version choices, which match the ... | Daniel Burrows | 6 | -39/+56 |
2009-04-12 | Show *all* backpropagated constraints, marking already-seen ones with dashed ... | Daniel Burrows | 2 | -19/+22 |
2009-04-12 | Another improvement to the label that gets shown for large promotions. | Daniel Burrows | 1 | -1/+1 |
2009-04-12 | Better rendering of large promotions. | Daniel Burrows | 1 | -1/+1 |
2009-04-09 | Treat "found solution" lines as the beginning of a step, so all the solutions... | Daniel Burrows | 1 | -2/+2 |
2009-04-08 | Always display the structural edges to backpropagations, instead of hiding th... | Daniel Burrows | 1 | -5/+6 |
2009-04-08 | Finish adding clouds for parent nodes that were excluded from the diagram. | Daniel Burrows | 1 | -13/+29 |
2009-04-08 | Don't make newly generated backpropagations strict in their step parameter. | Daniel Burrows | 1 | -2/+2 |
2009-04-08 | Add some more strictness where the program should be stricter. | Daniel Burrows | 1 | -1/+2 |
2009-04-08 | The other half of the fix for detecting forced dependencies in the new log fo... | Daniel Burrows | 1 | -2/+2 |
2009-04-08 | Be more strict when generated backpropagations. | Daniel Burrows | 1 | -1/+4 |
2009-04-08 | Fix recognizing forced dependency lines with the new log format. | Daniel Burrows | 1 | -1/+1 |
2009-04-08 | Fix a wrong comment. | Daniel Burrows | 1 | -1/+1 |
2009-04-07 | Fix the regex that matches the start of a backpropagation sequence. | Daniel Burrows | 1 | -1/+1 |
2009-04-07 | If parts of the graph have been cut off, show missing parents of nodes as clo... | Daniel Burrows | 1 | -2/+19 |
2009-04-07 | Add support for parsing and rendering backpropagations. | Daniel Burrows | 2 | -11/+125 |
2009-04-05 | Build a tree of resolver steps as the resolver runs. | Daniel Burrows | 1 | -6/+6 |
2009-04-05 | Tweak how tiers are written, to be a bit more readable. | Daniel Burrows | 1 | -3/+4 |
2009-04-05 | Try to speed up reading files a bit by using a hash table to store the alread... | Daniel Burrows | 2 | -15/+104 |
2009-04-05 | Add support for displaying when promotions are added in the graph rendering o... | Daniel Burrows | 5 | -7/+61 |
2009-04-05 | Use extra outlining to highlight solutions. | Daniel Burrows | 1 | -0/+2 |
2009-04-05 | Record which promotions have been previously seen in the current run, and onl... | Daniel Burrows | 1 | -29/+66 |
2009-04-05 | Show user-friendly names for the top and bottom tiers. | Daniel Burrows | 1 | -10/+16 |
2009-04-05 | Optimize comparing solutions by explicitly stating the order in which compari... | Daniel Burrows | 1 | -1/+24 |
2009-04-05 | Represent forced edges with two parallel lines instead of changing the color ... | Daniel Burrows | 1 | -3/+3 |
2009-04-05 | Fix how forced edges are processed. | Daniel Burrows | 1 | -28/+52 |
2009-04-04 | Display dep, choice, and parent information in the chronological view, and di... | Daniel Burrows | 2 | -14/+73 |
2009-04-04 | Fix support for showing a graph starting at a particular step. | Daniel Burrows | 1 | -1/+1 |
2009-04-04 | Highlight forced dependency resolutions. | Daniel Burrows | 1 | -2/+9 |
2009-04-04 | Split out a bunch of code from the main function, particularly the code to re... | Daniel Burrows | 6 | -145/+190 |
2009-04-04 | Display the name of the loaded file in a status bar and in the window title. | Daniel Burrows | 3 | -6/+89 |
2009-04-03 | Add support for exporting a .dot file at runtime. | Daniel Burrows | 2 | -3/+316 |
2009-04-03 | Display the first step of each pruned branch. | Daniel Burrows | 1 | -1/+1 |
2009-04-03 | Add dotted edges that follow the order of the search rather than the hierarchy. | Daniel Burrows | 1 | -2/+11 |
2009-04-03 | Let the user set the target output format (defaults to PS; used to select the... | Daniel Burrows | 1 | -3/+27 |
2009-04-03 | Fill in solutions using light gray. | Daniel Burrows | 1 | -13/+20 |
2009-04-03 | Add support for generating dot renders of a (portion of) a resolver run. | Daniel Burrows | 4 | -4/+208 |
2009-04-03 | Write an extra convenience operator for adding attributes, and export all the... | Daniel Burrows | 1 | -1/+6 |
2009-04-03 | Fix a silly typo in a function declaration. | Daniel Burrows | 1 | -1/+1 |
2009-04-03 | Don't doubly quote byte-strings that are attribute values. | Daniel Burrows | 1 | -2/+2 |
2009-04-03 | Add a convenience routine to make an attributeless digraph. | Daniel Burrows | 1 | -1/+6 |
2009-04-02 | Add --max-steps and --first-step options to the visualizer that can be used t... | Daniel Burrows | 1 | -84/+161 |
2009-04-02 | Add a module to the resolver visualizer that will be used to make it easier t... | Daniel Burrows | 1 | -0/+134 |
2009-03-29 | Make tiers be tuples of integers (lexicographically ordered) instead of plain... | Daniel Burrows | 2 | -17/+40 |
2009-03-26 | Make the log parser strict in the parse state, just to be safe. | Daniel Burrows | 1 | -1/+1 |
2009-03-23 | Log soft dependencies as "A -S> B" and parse them in the visualizer. | Daniel Burrows | 4 | -10/+15 |