Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doxygen is sooooo roten, it drives me crazy
[simgrid.git] / src / xbt / xbt_log_layout_format.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-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Arnaud GierschCannot use xbt_die when log layout format contains...
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
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-06 Arnaud GierschFix handling of the backtrace log formatters %b and %B.
2011-11-05 Arnaud GierschImprove xbt_log_layout_format_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...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-09 mquinsonImplement the field width in log formats
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-11 alegrandIndent include and src using this command:
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...
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-09-10 mquinsonreindent (with eclipse)
2008-05-21 mquinsonDisplay any possible format sequence when the user...
2008-05-20 mquinsonDo append the right buffer to the message when we switc...
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-09-13 mquinsonForce the field precision to be int, as asked by picky...
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 mquinsonPartially revert previous change: we indeed want a...
2007-08-07 mquinsonUse proper thread name, and some sanitizing of how...
2007-08-05 mquinson%P is now the process name, and %t becomes the thread...
2007-08-05 mquinsonDo not throw exception on problem, since we will be...
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-08 mquinsonImplement a format precision modifier
2007-06-06 mquinsonAllow to change the log layout format