Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use verbose instead of debug-
[simgrid.git] / src / simix / smx_context_ruby.c
2010-12-13 thieryFix tne runall functions
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-06 cristianrosaCompile fix: iwannadie is now in the context structure
2010-12-02 cristianrosaCompile fix
2010-12-02 cristianrosaFix compile: ruby's context factoy should respect the...
2010-12-02 mquinsonsmx_context.h must be installed so that I can write...
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-31 mquinsonuseless cosmetics
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-03-24 mquinsonfurther cleanups
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 mquinsonkill dead code, and unallocate argv
2010-03-12 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-03-02 mquinsonreindent
2010-03-01 mquinsonMore ruby cleanups: stop defining everything static...
2010-03-01 mquinsonOngoing cleanup in ruby bindings. Does not compile...
2010-03-01 mquinsonSomehow fix the ruby detection with autotools. Still...
2010-02-22 coldpeaceSimix Ruby Context