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