Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do throw an exception only when the requested factory was not found, not all the...
[simgrid.git] / src / xbt / graph.c
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 alegrandDoc + use all arguments in free function.
2007-09-21 cheriermcorrect usage of function pointer
2007-07-12 mquinsonStop using internal interface of dynars related to...
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-06-13 mquinsonWhy the hell should pointer address printing be somethi...
2006-05-26 alegrandAdd new convenient functions.
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.