Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the implementation more robust: don't die if something to destroy is already...
[simgrid.git] / src / xbt / context.c
2007-02-16 cheriermremove some commented code
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2006-10-06 mquinsoncosmetics
2006-10-05 cheriermConsider the case of windows context, update xbt_contex...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-04-12 mquinsonMake sure we won't try to survive to unexpected exceptions
2006-03-27 alegrandAvoid endless bogus messages when an exception is raise...
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-10-03 alegrandremoved a brutal exit. It doesn't make sense in MSG...
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-09-08 mquinsonFixup the context build
2005-09-05 mquinsonThis variable is used only with contexts, not with...
2005-08-30 alegrandgetting rid of memleaks.
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 alegrandMake context exception-aware. I don't know whether...
2005-06-29 mquinsonDo compile correctly under windows
2005-06-29 alegrandTrying to make context work on stupid architectures...
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.