cl-graph.git
2011-04-02 Gary Kingadded more links on the webpage master
2011-03-22 Gary Kingfix for rootp from Willem Rein Oudshoorn (thank you)
2011-03-16 Gary Kingfix bug in DFS, added rooted-dfs, improved docstring...
2011-03-16 Gary KingAdd :error as option to :if-duplicate-do for add-vertex
2011-03-05 Gary Kingtweak website style sheets (thanks to Robert Goldman!)
2011-01-08 Gary Kingmoving to git; cleanup; wip
2010-04-10 gwkingcleanup
2008-10-27 Gary Kingbump version
2008-10-27 Gary Kingadded lift-standard.config
2008-10-27 Gary Kingupdated docstrings; mostly formatting
2008-10-01 Gary KingUser guide
2008-10-01 Gary Kingclean up all the current warnings
2008-09-30 Gary Kingremoved ;;; -+ lines
2008-09-29 Gary Kingbump version
2008-09-29 Gary KingAdded subgraph-containing -- duh!
2008-09-28 Gary Kingbump version
2008-09-28 Gary KingRemoved the need for metabang-bind
2008-09-28 Gary KingMiscellaneous
2008-09-28 Gary KingSplit out moptilities and dynamic-classes requirements...
2008-09-28 Gary KingAdded .boring file
2008-09-28 Gary Kingadded website files
2008-09-12 Gary Kingfix parenthesis in test
2008-09-12 Gary Kingbump version
2008-09-12 Gary KingFix for case 218: 'child-vertexes and parent-vertexes...
2008-09-12 Gary Kingdocstring tweaks to source-edges, target-edges, and...
2008-09-07 Gary Kingbump version
2008-09-07 Gary Kingformatting
2008-09-07 Gary Kingparenthetically speaking, the definition of find-edge...
2008-09-07 Gary KingCase 214: target-edges and source-edges were bass-ackwa...
2008-09-07 Gary KingAdd test-api.lisp; re-organize cl-graph-test.asd
2008-06-10 Gary Kingbump version
2008-06-10 Gary KingWe need at least metatilities-base 0.6.0
2008-06-10 Gary Kings/graph-search/graph-search-for-cl-graph/ to keep packa...
2008-06-10 Gary KingBring graph-search in (copied from metatilities); conti...
2008-06-10 Gary KingRemove uses of nilf and tf
2008-06-10 Gary KingRemove uses of anaphora
2008-06-10 Gary KingMore reorganization: simplify dependencies, move graph...
2008-03-16 Gary Kingbump version
2008-03-16 Gary Kingprevent top-level export
2008-03-16 Gary Kingcleanup; reduce bitrot
2008-03-16 Gary Kingremoved lml file
2007-11-25 Gary Kingmostly maintenance in maintaining internal conventions...
2007-06-26 Gary Kingbumped version
2007-06-26 Gary KingFixed a buglet with invalid declare ignores
2007-05-10 Gary KingBumped version
2007-05-10 Gary KingRemoved duplicate search-for-vertex method
2007-05-10 Gary KingMinor reformatting
2007-05-10 Gary KingRemove edge-key from api for graph->dot
2007-05-05 attila.lendvaiFix utf-8 encoding in comment
2007-05-05 attila.lendvaiFollow cl-graphviz changes
2007-02-05 Gary KingUsing keywords for system dependencies
2007-01-07 Gary KingBumped version and copyright; cleanup formatting in...
2006-12-17 Gary KingRemoved GLU system definitions
2006-07-06 Gary KingSome more graphviz properties (typo fix)
2006-07-06 Gary KingSome more graphviz properties
2006-07-03 Gary KingSwitched to keyword arguments in make-filterd-graph...
2006-07-01 Gary Kingadded delete-all-edges
2006-06-29 attila.lendvaiAdded some &allow-other-keys to some defgeneric's to...
2006-05-11 levente.meszarosfix fixed-size
2006-02-22 attila.lendvaiSome graphviz related changes
2006-06-15 Gary KingCorrect bug in find-edge-between-vertexes that caused...
2006-06-06 Gary KingUpdated and corrected copyright information
2006-06-02 Gary KingFixed bug where edge deletion was not correctly managin...
2006-05-12 Gary KingFixed a bug in graph->dot: edge-labeler argument was...
2006-05-11 Gary KingFixing in-packages
2006-04-28 Gary KingAdded vertex-pair->edge map to graph-containers
2006-04-28 Gary KingTests are mostly broken; but you can perform a test-op
2006-04-28 Gary KingReplaced some code that depends on copying
2006-04-28 Gary KingSetting a test suite at last
2006-04-27 Gary KingImproved efficiency of edge-count for graphs in general...
2006-04-25 Gary KingLower-cased package names in defsystem
2006-04-15 Gary Kingcorrecting some typos
2006-04-13 Gary KingCleaned up old copying code
2006-03-22 Gary KingThe return of copying support
2006-03-21 Gary KingGnp -> gnp; Gnm -> gnm, etc for mlisp happiness
2006-03-20 Gary KingUpdated for mlisp
2006-03-09 Gary KingAdded additional generation methods that dispatch on...
2006-03-09 Gary KingMinor updates to dot-attribute code
2006-03-01 Gary Kingminor consistency corrections
2006-03-01 Gary Kinggraph depends on macros too
2006-02-21 Gary King:name -> :id in website
2006-02-20 attila.lendvaiSome small changes in the cl-graphviz part
2006-02-19 attila.lendvaiInitial cl-graphviz integration
2006-02-09 melevyMake dot attributes public
2006-02-09 melevyFix dot format
2006-02-12 Gary KingImproved documentation on base graph class slots
2006-02-09 Gary KingNotes; also exported several dot-graph classes
2006-02-08 melevyExport symbols for dot attributed graphs
2006-02-08 melevyAdded support for calling the dot executable, plus...
2006-02-07 Gary Kingrebuilding repo