Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do append the right buffer to the message when we switched to dynamic logs; be more...
[simgrid.git] / src / xbt / xbt_log_layout_format.c
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