summaryrefslogtreecommitdiffstats
path: root/spec/unit/simple_graph.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-0/+8
* Changing SimpleGraph.matching_edges to expect one eventLuke Kanies2010-02-171-6/+5
* Removed extra whitespace from end of linesIan Taylor2009-06-061-6/+6
* Always making sure graph edges appear firstLuke Kanies2009-04-241-0/+7
* Fixing #2181 - Using Sets instead of Arrays in SimpleGraphLuke Kanies2009-04-221-0/+1
* Fixing #2111 - SimpleGraph only creates valid adjacenciesLuke Kanies2009-04-121-0/+9
* Fixing #1949 - relationships now use attributes instead of a labelLuke Kanies2009-03-101-5/+5
* Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-061-214/+429
* Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-061-0/+25
* Fixed #1021 -- the problem was that my method of determiningLuke Kanies2008-02-131-0/+11
* Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-32/+32
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-0/+40
* Fixing #937 -- I had not ported the dot methods at all,Luke Kanies2007-12-111-5/+7
* Fixing a SimpleGraph unit test so it doesn't dependLuke Kanies2007-11-181-1/+3
* Switching the graph base class from GRATR::DigraphLuke Kanies2007-11-071-0/+42
* Adding a new graphing base class, because the GRATR stuffLuke Kanies2007-11-071-0/+183