Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unnecessary step
[simgrid.git] / src / xbt / xbt_log_layout_simple.c
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschKill xbt_dynar_dopar().
2012-11-22 Arnaud GierschWe want host name here, not process name.
2012-11-22 Martin Quinsonfirst try at killing GRAS -- does not compile yet
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroAlso display some information when procname is NULL
2012-01-17 Arnaud GierschDon't crash with NULL procname.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-05 Arnaud GierschImprove xbt_log_layout_simple_doit().
2011-11-05 Arnaud GierschAvoid (almost) duplicated code in xbt_log_layout_*.
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Arnaud GierschIn xbt_log_layout_simple_doit, add missing calls to...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-14 eyraudlConsider the time 0.0 of logs at initialisation time...
2010-03-22 mquinsontiny optimizations
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-08-18 mquinsonGet the simple log format omit any file location when...
2009-08-17 mquinsonUse the right guard for snprintf (thanks to ubuntu...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2008-05-20 mquinsonDo append the right buffer to the message when we switc...
2008-05-08 mquinsondo not use static buffer of log event for headers when...
2007-10-27 mquinsonOoops. When restarting the logging action with dynamic...
2007-10-12 mquinsonDo not truncate the output on large messages, but switc...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-04 cheriermsorry martin but i really need the portable.h inclusion
2007-09-21 cheriermneed to include portable.h
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-08-07 mquinsonDo not display the thread name by default. In SG, this...
2007-08-07 mquinsonUse proper thread name, and some sanitizing of how...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-05 mquinsonBetter split of layouts and appenders in the logs ...
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...