2006-02-02 |
Yann Dirson | Prepare for 0.12 release
|
commit | commitdiff | tree |
2006-02-02 |
Yann Dirson | MANIFEST update
|
commit | commitdiff | tree |
2006-02-02 |
Yann Dirson | Update manual for 0.12
|
commit | commitdiff | tree |
2006-02-02 |
Yann Dirson | Typo fix
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Updated NEWS file as release is getting near
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Rename --group to --consolidate
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Hacked uniqueincludes to work with new design
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Fixed statistics report
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Really allow dot to draw the transformation graph
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Slight improvement in error message
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Fixed detection of zero-deps graphs
|
commit | commitdiff | tree |
2006-02-01 |
Yann Dirson | Draw the 'files' graph when asked for '-group 0-0'
|
commit | commitdiff | tree |
2006-01-30 |
Yann Dirson | Introduce styler objects, and the DEPS::Styler::Node...
|
commit | commitdiff | tree |
2006-01-30 |
Yann Dirson | Changed graph::has_path to return the path in array...
|
commit | commitdiff | tree |
2006-01-30 |
Yann Dirson | Add a hack to get proper transformation graph from...
|
commit | commitdiff | tree |
2006-01-25 |
Yann Dirson | Register graph transformations as a graph.
|
commit | commitdiff | tree |
2006-01-25 |
Yann Dirson | Catch errors in eval clause
|
commit | commitdiff | tree |
2006-01-25 |
Yann Dirson | Removed useless knowledge of project internals in extractors
|
commit | commitdiff | tree |
2006-01-23 |
Yann Dirson | Have the project apply transforms, through apply_transform()
|
commit | commitdiff | tree |
2006-01-23 |
Yann Dirson | Propagate useful information on failure to require...
|
commit | commitdiff | tree |
2006-01-20 |
Yann Dirson | use DEPS name in recently-modified files
|
commit | commitdiff | tree |
2006-01-20 |
Yann Dirson | Made graphs accept ingredients, through a new Ingredientable...
|
commit | commitdiff | tree |
2006-01-20 |
Yann Dirson | Include refs to tools candidate for cooperation
|
commit | commitdiff | tree |
2006-01-20 |
Yann Dirson | Add missing use clause
|
commit | commitdiff | tree |
2006-01-20 |
Yann Dirson | Make group transforms produce objects of a graph::grouped...
|
commit | commitdiff | tree |
2006-01-20 |
Yann Dirson | Apply transforms for all defined groups, but still...
|
commit | commitdiff | tree |
2006-01-19 |
Yann Dirson | More TODO
|
commit | commitdiff | tree |
2006-01-18 |
Yann Dirson | Promoted Object, Node, and Edge into DEPS namespace
|
commit | commitdiff | tree |
2006-01-18 |
Yann Dirson | Removed get_ prefix from accessors in "object" hierarchy
|
commit | commitdiff | tree |
2006-01-18 |
Yann Dirson | Switch terminology from subnode/subedge to ingredients...
|
commit | commitdiff | tree |
2006-01-18 |
Yann Dirson | Add transform::consolidate
|
commit | commitdiff | tree |
2006-01-18 |
Yann Dirson | Do not show spurious ORIGINGGRAPH's while dumping
|
commit | commitdiff | tree |
2006-01-16 |
Yann Dirson | Fixed graph::add_edge to index the edge correctly
|
commit | commitdiff | tree |
2006-01-16 |
Yann Dirson | More sanity checks everywhere
|
commit | commitdiff | tree |
2006-01-16 |
Yann Dirson | Copyright update
|
commit | commitdiff | tree |
2006-01-16 |
Yann Dirson | Improved sanity checks on graphs
|
commit | commitdiff | tree |
2006-01-16 |
Yann Dirson | Added argument sanity checks at edge creation time
|
commit | commitdiff | tree |
2006-01-15 |
Yann Dirson | New accessors for graph nodes and node subnodes
|
commit | commitdiff | tree |
2006-01-15 |
Yann Dirson | New add_node and add_edge methods for graph
|
commit | commitdiff | tree |
2006-01-15 |
Yann Dirson | New graphincludes::object as a base for ::node and...
|
commit | commitdiff | tree |
2006-01-15 |
Yann Dirson | Apply transitive reduction to last graph
|
commit | commitdiff | tree |
2006-01-15 |
Yann Dirson | Fixed transform::compatgroup to generate subedge links...
|
commit | commitdiff | tree |
2006-01-14 |
Yann Dirson | Fixed transform::compatgroup to generate subnode links...
|
commit | commitdiff | tree |
2006-01-11 |
Yann Dirson | Accept filelabel returning undef for high-level groups
|
commit | commitdiff | tree |
2006-01-11 |
Yann Dirson | Rationalized get_edges into get_edges_from and get_dep_names...
|
commit | commitdiff | tree |
2006-01-11 |
Yann Dirson | Noted a TODO item
|
commit | commitdiff | tree |
2006-01-11 |
Yann Dirson | Edges point to node objects, not to strings
|
commit | commitdiff | tree |
2006-01-10 |
Yann Dirson | Update tulip renderer for rendered API change
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Make transitive reduction a proper transformation
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Updated design layers, and current status description
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | FIXME reminder
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Use compatgroup transformations, and apply reduction...
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Renderer now accepts a graph, disabling styling features...
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Get rid of level1 grouper hack
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Add a CompatGroup transformation
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Nodes can have "sub nodes" in derived graph
|
commit | commitdiff | tree |
2006-01-09 |
Yann Dirson | Recording an edge multiple times always returns the...
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | NEWS update
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | Draw the most recent graph added (ie. the reduction...
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | Drop edges from the reduction, not from the original
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | Use a deep copy of the graph to build the reduction
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | Fixed deep_copy_edges mode of graph->copy()
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | Keep the list of dropped edges for future reference
|
commit | commitdiff | tree |
2006-01-06 |
Yann Dirson | Fixed off-by-one in computation of weight of edge with...
|
commit | commitdiff | tree |
2006-01-04 |
Yann Dirson | Use real edgde objects
|
commit | commitdiff | tree |
2006-01-04 |
Yann Dirson | Use concise notation for nested hash dereferencing
|
commit | commitdiff | tree |
2006-01-04 |
Yann Dirson | Updated URLs to point to alioth
|
commit | commitdiff | tree |
2005-12-22 |
Yann Dirson | Use "edge" instead of "dependency" in graph method...
|
commit | commitdiff | tree |
2005-12-21 |
Yann Dirson | Move check of transitive reduction to new is_reduction_of...
|
commit | commitdiff | tree |
2005-12-21 |
Yann Dirson | more TODO
|
commit | commitdiff | tree |
2005-12-21 |
Yann Dirson | Fix the display of reduction count in verbose mode
|
commit | commitdiff | tree |
2005-12-21 |
Yann Dirson | Promote has_path to a graph method
|
commit | commitdiff | tree |
2005-12-21 |
Yann Dirson | Rework transitive reduction to produce a new graph...
|
commit | commitdiff | tree |
2005-12-20 |
Yann Dirson | Store nodes as a hash indexed by label
|
commit | commitdiff | tree |
2005-12-20 |
Yann Dirson | Use real node objects
|
commit | commitdiff | tree |
2005-12-13 |
Yann Dirson | Indentation fix
|
commit | commitdiff | tree |
2005-12-12 |
Yann Dirson | Note problems in windows
|
commit | commitdiff | tree |
2005-12-12 |
Yann Dirson | Make the EDGES graph member private
|
commit | commitdiff | tree |
2005-12-12 |
Yann Dirson | Pass the graph to be filled directly to getdeps()
|
commit | commitdiff | tree |
2005-12-12 |
Yann Dirson | Simplify record_dep
|
commit | commitdiff | tree |
2005-12-12 |
Yann Dirson | Moved record_dep from project to graph and make getdeps...
|
commit | commitdiff | tree |
2005-12-11 |
Yann Dirson | Make the NODES graph member private
|
commit | commitdiff | tree |
2005-12-10 |
Yann Dirson | Introduce graph objects
|
commit | commitdiff | tree |
2005-12-10 |
Yann Dirson | More TODO on perl extractor
|
commit | commitdiff | tree |
2005-12-10 |
Yann Dirson | Removed debugging output in perl extractor
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | bugs++
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | Removed old TREE field in projects
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | more TODO
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | Lock objects' hash keys in constructors
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | Set version to WIP
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | Fixed uniqueincludes
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | Dropped the internal "nodeid" stuff from core
|
commit | commitdiff | tree |
2005-12-09 |
Yann Dirson | more TODO
|
commit | commitdiff | tree |
2005-12-08 |
Yann Dirson | Write down GUI ideas
|
commit | commitdiff | tree |
2005-12-08 |
Yann Dirson | more TODO
|
commit | commitdiff | tree |
2005-12-08 |
Yann Dirson | Some TODO reorg
|
commit | commitdiff | tree |
2005-12-08 |
Yann Dirson | Convert the documentation to DocBook XML
|
commit | commitdiff | tree |
2005-12-06 |
Yann Dirson | TODO++
|
commit | commitdiff | tree |
2005-12-06 |
Yann Dirson | Release as 0.11
|
commit | commitdiff | tree |
2005-12-06 |
Yann Dirson | Updated doc for default -sysI values
|
commit | commitdiff | tree |