Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove usage of xbt_assert[0-9].
[simgrid.git] / src / simix / smx_context_sysv.c
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-07 navarropSet win32_ucontext.c as simgrid source file
2011-03-02 navarropProtect the use of parmap.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-01 cristianrosa-Add smx_ctx_sysv_get_thread_id to the parallel ucontex...
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-12 agierschFix parameter passing through makecontext (again).
2010-12-18 piniFix the fix that fixes parameter passing through makeco...
2010-12-17 piniOnly evaluate the arguments needed.
2010-12-17 piniBugfix: assuming that arguments are pushed on the stack...
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 thieryFix tne runall functions
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-13 cristianrosaRemove the threadpool from the context factories.
2010-12-08 cristianrosaBugfix: save the ucontext of each running thread in...
2010-12-08 cristianrosaWait for all the context to finish it's execution
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-06 cristianrosaImprove context switching for ucontext
2010-12-02 cristianrosaFix compile: ruby's context factoy should respect the...
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-08-04 navarropOops sorry don't need this line.
2010-08-04 navarropMore windows compatibility for context.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-15 navarropAdd context ucontext for windows.
2010-04-25 mquinsonFix copyright headers
2010-03-23 mquinsonLua works!
2010-03-23 mquinsonbegin conversion of lua contextes to sysv ones to ensur...
2010-03-23 mquinsonMake the sysv context mechanism inheritable (lua will...
2010-03-23 mquinsonSanitize the includes of context objects declarations...
2010-03-23 mquinsonFactorize a lot of code in context factories through...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-23 mquinsonkill arg 'old_ctx' of function resume in context factor...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2010-03-22 mquinsontypo--
2010-01-28 mquinsonreindent and cosmetics
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaFix bug related to the exception mechanism once the...
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_