Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow user defined format for XBT_IN() and XBT_HERE() too.
[simgrid.git] / include / xbt / log.h
2012-04-27 Arnaud GierschAllow user defined format for XBT_IN() and XBT_HERE...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschDrop support for broken compiler in log.h.
2012-03-30 Arnaud GierschLog constructor: guard against multiple initializations.
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschConnect categories before the beginning of main().
2012-03-30 Arnaud GierschRemove unused 2nd parameter for XBT_LOG_CONNECT.
2012-03-30 Arnaud GierschDefine a constructor function for each log category.
2012-03-30 Arnaud GierschUse appropriate macro.
2012-03-30 Arnaud GierschDeactivate this assert again.
2012-03-30 Arnaud GierschMissing include.
2012-03-30 Arnaud GierschTools name has changed.
2012-03-28 Arnaud GierschHandle --help-log* options from xbt_log_init.
2012-03-28 Arnaud GierschInitialize categories through XBT_LOG_CONNECT,
2012-03-28 Arnaud GierschRemember the description for log categories.
2012-03-28 Arnaud GierschFirst attempt to display log categoy hierarchy.
2012-03-28 Arnaud GierschMove LOG_help() from surf_config.c to log.c.
2012-03-28 Arnaud GierschDeclare needed categories in XBT_LOG_CONNECT macro.
2012-03-28 Arnaud GierschChild comes first when XBT_LOG_CONNECT is used.
2012-02-13 Arnaud GierschFix another race in log initializations.
2012-02-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-08 Arnaud GierschFix a race condition in _XBT_LOG_ISENABLEDV().
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-07 Arnaud GierschThis include is not needed anymore.
2011-11-05 Arnaud GierschAvoid (almost) duplicated code in xbt_log_layout_*.
2011-10-28 Martin Quinsonreduce greatly the size of the static string for logs...
2011-10-20 Martin Quinsonmerge branches
2011-09-27 Arnaud GierschInline macro _XBT_LOG_EV_BUFFER_ZERO and remove its...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 unknownNo need to have difference between win32 and Unix syste...
2011-07-28 unknownOn win64 we must use XBT_LOG_MAYDAY.
2011-04-18 Martin Quinsonfurther doxygen fixes (I'll try to stop for today)
2011-02-22 agierschDefine macro _XBT_IF_ONE_ARG.
2011-02-17 agierschRevert "Remove old style logging macros."
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschRemove old style logging macros.
2011-02-17 agierschUse new style logging macros.
2011-02-17 agierschDefine variadic logging macros.
2010-11-28 mquinsonthis file really should not depend on a generated file...
2010-11-23 schnorradding XBT_IN with 6 parameters
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 navarropBe compatible with windows
2010-10-01 mquinsonMissing includes by Arnaud Giersch
2010-07-06 navarrop[From Arnaud Giersch] Fix compilation warning about...
2010-07-06 navarrop[From Arnaud Giersch] In standard C, we are allowed...
2010-06-18 navarropRemove gras_config.h include.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-01 navarropSolve variable init value for windows.
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-03-06 mquinsonDon't be paranoid, people won't connect stuff badly...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2007-12-12 mquinsonChange the trick to build log category names: this...
2007-11-29 mquinsonRevert Malek's last change. Removing the feature is...
2007-11-28 cheriermThis change corrects the definition of the macro
2007-11-06 cheriermThis change avoid the redefinitions of log categories...
2007-10-12 mquinsonOops, I forgot this one
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-10 mquinsonKill old cruft
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonActually, do not initialize at all the buffer to build...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-08-07 mquinsonComment windows cruft, which does not compile anyway...
2007-07-14 mquinsondoc improvement
2007-07-10 mquinsonComment a windows hack which is out of sync with log...
2007-06-28 vernierset an homogeneous max. number of parameters (10) for...
2007-06-06 mquinsonAllow to change the log layout format
2007-05-12 mquinsonNo reason to call it gras. It's part of simgrid, now
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...
2007-04-29 mquinsonfurther cleanups
2007-03-01 cheriermadapt the macro XBT_LOG_NEW_CATEGORY to the windows DLL
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-02-28 cheriermconsider log to windows dll
2007-02-08 cheriermcatgories must be exported in any case (so that they...
2007-02-08 cheriermany log category must be public
2007-02-07 mquinsonDo not put the extern keyword several times (XBT_PUBLIC...
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-20 cheriermThe Ansi initialisation at the declaration of a struct...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-22 mquinsonDo not export a single symbol since if we do so, we...
2006-08-29 mquinsonExport the log channels when building DLLs
2006-07-16 mquinsonDoxygen fixups
2006-06-14 thieryMissing LOG 9 and LOG10 when XBT_LOG_MAYDAY is defined
2006-06-13 mquinsonI admit. DEBUG10 is purely insane
2006-05-10 alegrandLet's be nice with C++ users...
2006-04-25 mquinsonAllow to declare a log category and not use it right...
2006-04-24 alegrandadding convenient XBT_IN5 macro
2006-04-03 mquinsonAllow up to 8 params to the INFO logging severity
2006-03-30 mquinsonRemove the old crufty navigation bars
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-08-27 mquinsonDocumentation of xbt_log module unmercifully reworked
next