Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / xbt / xbt_log_layout_simple.c
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-01 Martin Quinsonremove simix.h from two more C files
2017-07-01 Martin Quinsonrename SIMIX_host_self() into sg_host_self(), and make...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin Quinsoncosmetics
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-21 Martin Quinsondrop module strbuff. We don't need it anymore.
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Frederic Suterwhat a wonderful night in XBT ...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Martin Quinsonkill the portable header
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-01-22 Martin QuinsonKill another GRAS leftover: SG/RL thread portability...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
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...