summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Do the legwork necessary to intern strings and structures that were parsed fr...Daniel Burrows2-21/+184
2009-03-22Don't make left square braces terminate versions, so we can parse "foo [UNINS...Daniel Burrows1-1/+1
2009-03-22Add a special case to render the minimum tier as "minimum".Daniel Burrows1-0/+1
2009-03-22Support parsing from-dep-source choices.Daniel Burrows1-4/+12
2009-03-22Adjust how successors are detected, to work reliably (with the new code).Daniel Burrows1-24/+7
2009-03-22Support parsing the solutions written by the trace code in my development tree.Daniel Burrows1-0/+1
2009-03-22Label nodes that don't represent a productive step so it's clear what type th...Daniel Burrows1-2/+2
2009-03-22Be more robust when showing the text corresponding to a choice, and show text...Daniel Burrows1-13/+27
2009-03-22Get the resolver log visualizer into a halfway working state.Daniel Burrows2-105/+205
2009-03-22Get the resolver visualizer more-or-less working.Daniel Burrows3-142/+707
2009-03-21Display a minimal progress indicator for the load time tester.Daniel Burrows1-1/+12
2009-03-21Nicely pretty-print choices in the list display.Daniel Burrows1-2/+18
2009-03-21Don't bother including a condition that you update if the old progress bar fr...Daniel Burrows1-2/+1
2009-03-21Use widgetShowAll to display the main window, so all its subparts really appear.Daniel Burrows1-1/+1
2009-03-21Destroy the progress bar window after the file is loaded.Daniel Burrows1-0/+1
2009-03-21Actually add visible columns to the tree display, and make sure to set the mo...Daniel Burrows1-1/+4
2009-03-21Add a trivial executable that can be used to see how long it takes to load a ...Daniel Burrows2-0/+21
2009-03-21Show the current progress as a percent on the load progress bar, and make the...Daniel Burrows1-1/+4
2009-03-21Fix the logic that decides when to update the progress bar.Daniel Burrows1-4/+6
2009-03-21Move "while" into a separate utility module.Daniel Burrows2-7/+9
2009-03-20Finish an initial implementation of code to render the main tree view and add...Daniel Burrows5-50/+363
2009-03-16Start working on a tool to parse and graphically display dependency resolver ...Daniel Burrows7-0/+1132