Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tesh files to test all new collectives
[simgrid.git] / include / xbt / graph.h
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-20 Paul BédarideMove module tracing into corresponding modules
2011-10-20 Martin Quinsonmerge branches
2011-04-14 mehdiMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-14 Lucas Schnorrtwo new functions to xbt_graph, load and save
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2009-06-29 mquinsonAdd xbt_graph_node_get_outedges() [Silas De Munck]
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-03-13 cheriermexports functions in windows dll
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-05-26 alegrandAdd new convenient functions.
2006-05-16 alegrandAdding a set_data function.
2006-05-09 alegrandAdding convenient access functions.
2006-04-20 mquinsonFirst draft of this module's documentation...
2006-03-29 dimitrovAdding topological sort.
2006-03-28 alegrandKeep up with last dtd extensions.
2006-03-27 alegrandAdded an (non-tested yet) implementation of the Prim...
2006-03-27 alegrandplug memleak, fix uninitialized values, export functions
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-20 alegrandAdding basic parsing functions to the graph library
2006-03-14 alegrandAdding licence, getting rid of useless includes and...
2006-03-14 dimitrovoooups, we need this one as well.