Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfixes + test suitx
[simgrid.git] / src / xbt / xbt_log_layout_simple.c
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...