Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Getting rid of useless field
[simgrid.git] / src / xbt / graph.c
2006-05-16 alegrandAdding a set_data function.
2006-05-09 alegrandCosmetics.
2006-05-09 alegrandPluging mem leaks.
2006-05-09 alegrandAdding convenient access functions.
2006-04-20 mquinsonFirst draft of this module's documentation...
2006-03-30 alegrandmissing } that prevented compilation
2006-03-30 dimitrovreset the xbtdata at the and of topologicalsort (forgotten)
2006-03-30 alegrandbad position for the initialization.
2006-03-29 dimitrovAdding topological sort.
2006-03-28 alegrandKeep up with last dtd extensions.
2006-03-27 alegrandChanged the convention for undirected graphs to decreas...
2006-03-27 alegrandget rid of invalid data value given during parsing
2006-03-27 alegrandhandle directed graphs in graphviz export
2006-03-27 alegrandStupid me! I had swapped function names..
2006-03-27 alegrandplug memleak, fix uninitialized values, export functions
2006-03-27 alegrandstoring edges is useless and causes some segfaults...
2006-03-27 dimitrovshortest path algorithm already working
2006-03-24 dimitrovbugs fixed in graph destructors
2006-03-22 dimitrovsome test code and bugs fixed + add of some accessors...
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-20 alegrandAdding basic parsing functions to the graph library
2006-03-14 alegrandAdding licence + cosmetics
2006-03-14 dimitrovconstructors and destructors for graph structures
2006-03-10 dimitrovAdding a stub for the graph library.