Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
name threads, plus only put an exeption fetcher and handler when using contextes...
[simgrid.git] / src / xbt / context.c
2007-08-06 mquinsonname threads, plus only put an exeption fetcher and...
2007-08-05 mquinsonStop C file inclusion madness and do include the files...
2007-08-04 alegrandadd debug.
2007-08-04 alegrandReindent.
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-06 mquinsonStubs of the functions allowing the upper JAVA layer...
2007-05-07 mquinsonAvoid double free: xbt_thread_join already frees the...
2007-03-22 mquinsonLet it work both with 64bit contextes, and with plain...
2007-03-22 alegrandHacking to make it work with broken AMD64 contexts...
2007-03-16 mquinsonCommit separately the tons of additionnal debug informa...
2007-03-16 mquinsonKill a deadlock in the new thread creation code I've...
2007-03-16 mquinsonPlug a memleak
2007-03-16 mquinsonDamn picky compiler. Kill unused vars when using ucontextes
2007-03-16 mquinsonOnly initialize the mutex&condition used for context...
2007-03-16 mquinsonuse two conditions during the thread creation phase...
2007-03-14 cheriermxbt_thread_join() function is now implemented
2007-03-14 alegrandAdding debug informations.
2007-03-12 mquinsonMake sure libsimgrid depend on libpthreads only when...
2007-03-12 alegrandUsing more explicit names.
2007-03-09 mquinsondon't use either pthread or winthread to implement...
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.