Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the type definition to a specific header so that we can share it with the code...
[simgrid.git] / src / xbt / context.c
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 alegrandmore debuging
2005-02-28 alegrandStupid me !
2005-02-28 alegrandStupid me !
2005-02-27 mquinsonsplint'able
2005-02-26 alegrandContexts over pthreads.
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonre-doxygenification
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 mquinsonMore verbose messages on errors
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandUsefull function to "kill" a context before the functio...
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-23 alegrandarguments were not set.
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-16 alegrandcosmetics : create -> new
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-15 mquinsonMake the context cruft work on windows; mark the pthrea...
2004-12-14 alegrandAdding a context library to xbt.