Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another race in log initializations.
[simgrid.git] / src / xbt / log.c
2012-02-13 Arnaud GierschFix another race in log initializations.
2012-02-13 Arnaud GierschCategory should be unlinked from its current parent.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschReorganize structs to save a few bytes.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-06 Arnaud GierschRemove useless code obfuscation.
2011-11-05 Arnaud GierschAvoid (almost) duplicated code in xbt_log_layout_*.
2011-10-20 Martin Quinsonmerge branches
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-04-22 Christophe ThiéryAttempt to allow initializing log categories before...
2011-04-21 Christophe ThiéryFix the race condition in _xbt_log_cat_init().
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 Martin Quinsonwtf? 13k spaces are a bit overplayed
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-18 Martin Quinsondocument the several thresolds recognized by the -...
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 Pierre-Nicolas ClaussMerge branch 'mention-debian-package-for-bibtex2html...
2011-03-29 Pierre-Nicolas ClaussCoding Sprint: Synchronize SVN with GitHub
2011-03-29 thieryProtect recursive calls to _xbt_log_cat_init from this...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-17 agierschDefine variadic logging macros.
2011-01-27 agierschAlways free cat->layout on xbt_log_layout_set.
2010-11-09 mquinsonImplement the field width in log formats
2010-11-09 mquinsondocumentation fix
2010-10-11 alegrandIndent include and src using this command:
2010-07-15 mquinsonfix example in the documentation
2010-07-06 navarrop[From Arnaud Giersch] Fix the following problems in...
2010-06-18 navarropDefine correctly variables for windows.
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-03-01 mquinsonMore ruby cleanups: stop defining everything static...
2009-08-18 mquinsonGet the simple log format omit any file location when...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-11 mquinsontiny documentation improvement
2008-12-12 mquinsonIntroduce log appenders
2008-12-11 mquinsonkeep documentation in sync with implementation
2008-09-10 mquinsonreindent (with eclipse)
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
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-10 mquinsonAnd now, make sure that the logging of the log module...
2007-10-10 mquinsonSome more debugging, plus killing a stupid bug: when...
2007-10-09 mquinsonWhen the logs are not usable because we are before...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-09-21 cheriermexport data declaration
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-08-05 mquinsondocument upcoming change to format layout before I...
2007-08-05 mquinsondocumentation update
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-13 mquinsonUpdate the documentation instead of working (boooo)
2007-07-13 mquinsonusers love cross-links in the documentation
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-29 mquinsonAnd now, update the doc for all added macros. Sorry...
2007-06-29 mquinsonNew macros were added. Update the doc
2007-06-08 mquinsonMake sure the precision is int to keep 64bits happy
2007-06-08 mquinsonThreshold is not the only setting we can modify anymore...
2007-06-06 mquinsonNow that there is some mallocated space in the category...
2007-06-06 mquinsonAllow to change the log layout format
2007-06-05 mquinsonDeprecate all the --*-log option. With the module multi...
2007-06-05 mquinsonBetter split of layouts and appenders in the logs ...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-05-11 mquinsoncleanup + more asserting for robustness
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...
2007-04-29 mquinsonFurther cleanups
2007-04-26 mquinsonallow the command line arguments to be of the syntax...
2007-04-26 mquinsonrefactoring: moving chunks of code around to try to...
2007-04-26 mquinsonremove _cleanup_double_spaces() since it's now exported...
2007-03-16 mquinsonRemove a useless (hopefully) portability hack
2007-03-16 cheriermMicrosoft visual c++ need that
2007-03-13 cheriermnot need to export XBT_LOG_ROOT_CAT in log.c
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-03-01 donassbrSupport for Simix log.
2007-02-28 cheriermconsider log to windows dll
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2006-12-21 cherierma directory for all builds
2006-10-05 cheriermUpdate xbt_log_parse_setting() to consider the CRITICAL...
2006-09-26 cheriermRemoves commented code.
2006-09-25 mquinsoncosmetics (I'm an code esthetic freak, I know)
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-07-18 mquinsonRevert last change since it makes valgrind angry. No...
2006-07-18 thieryFree set->catname even if it was incorrect
2006-07-16 mquinsonDocumentation improvements
2006-07-05 mquinsonSmall typo (thanks gcc-4.1 for noticing)
next