Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix of the previous commit.
[simgrid.git] / tools / tesh / run_context.c
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Arnaud Gierschtesh: fix the stable sort.
2011-12-01 Arnaud Gierschtesh: fix memory leaks.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-29 Arnaud GierschCorreclty handle the case p1 < p2 in cmpstringp.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-20 Arnaud Gierschtesh: do not fail on empty output, when sorting is...
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-05 Arnaud Gierschtesh: try to fix output sanitation.
2011-10-04 NavarropUse xbt_dynar_foreach and xbt_dynar_cursor_rm for remov...
2011-10-04 NavarropAdd option --enable-coverage to test if code coverage...
2011-10-04 NavarropAdd an option on tesh to ignore output of code coverage.
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschUse new style logging macros.
2011-01-06 navarropAdd an option to tesh : --cfg
2010-12-10 thieryRemove debugging fprintf
2010-12-10 mquinson[tesh] allow to specify the length of the sorting prefix
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschDo not duplicate rctx_wait_bg in rctx_exit
2010-11-23 agierschSynchronize threads before exit on armageddon.
2010-11-09 agierschTesh updates:
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-10-01 mquinsonFix tesh [Arnaud Giersch]:
2010-05-07 mquinsoncosmetics (kill unused var, and kill/improve debug...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-10-03 mquinson64bits portability buglet
2008-10-03 mquinsonIntroduce a mkfile buildin command to be used in place...
2008-10-03 mquinsonAlso add the variables defined in the script to the...
2008-10-01 mquinsonUse variable substitution in the command line before...
2008-09-10 mquinsonReindent
2008-09-09 mquinsonSearch the binary to run in the path, if not in this dir
2008-09-08 mquinsondo not execle (/bin/sh), but execve directly the comman...
2008-05-20 mquinsonExtra care for environ shouldn't be mandatory here...
2008-05-20 mquinsonadd the ability to tesh to mess with the processes...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-09-26 mquinsonOps, forgot debuging outputs
2007-09-26 mquinsonFight against synchronization issues on armageddon...
2007-08-06 mquinsonname threads to ease debugging
2007-07-09 mquinsonWe need the os threads here
2007-06-08 mquinsonAllow to disable timeouts
2007-06-08 mquinsonBe more verbose about which command which message refer...
2007-06-06 mquinsonLet the background childs die in any case on error...
2007-05-31 mquinsonError message pretty printing (to ease grepping on...
2007-05-31 mquinsonoups, leaked a debug output
2007-05-31 mquinsonImplement metacommand 'output display' to show it witho...
2007-05-29 mquinsonMask the diff when logging at error level or higher...
2007-05-07 mquinsonDo display the output when requested to not take it...
2007-05-07 mquinsonHuge code cleanup + implementation of the background...