Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Solve white space conflicts
[simgrid.git] / src / xbt / xbt_main.c
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschAllow to give a priority to _XBT_GNUC_{CONS,DES}TRUCTOR.
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschCosmetics: sort calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-03-28 Arnaud GierschRemove references to undefined log categories.
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-22 Arnaud GierschRemove useless message.
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 Arnaud GierschMissing include.
2012-02-28 Arnaud GierschCosmetics: s/overide/override/g.
2012-02-15 unknownProtect DllMain with ifndef GNUC
2012-02-13 navarroUse only one variable and protect for windows only
2012-02-13 unknownFix twice call of xbt_preinit and xbt_postinit
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Christophe ThiéryMove datadesc and TCP sockets from GRAS to XBT.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Arnaud GierschRemove unused log categories.
2011-10-20 Martin Quinsonmerge branches
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
2011-07-21 Arnaud GierschDo not initialize mmalloc if !MMALLOC_WANT_OVERRIDE_LEGACY.
2011-04-21 Christophe ThiéryImplement reentrant mutexes in xbt_os_thread
2011-02-17 agierschUse new style logging macros.
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-14 mquinsonsanitize the use of logs in unit testing of parmap...
2010-10-11 alegrandIndent include and src using this command:
2010-08-04 navarropMore windows compatibility for context.
2010-06-23 navarropNeed to have the HAVE_MMAP variable.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-14 navarropAdd condition before use a mmalloc function.
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-06 mquinsonStupid me, xbt_init is called by each GRAS process
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
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-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2008-06-10 mquinsonuseless cleanup
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-01-22 mquinsonSeparate the dummy implementation of the backtraces...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-05-11 mquinsonOnly shutdown the logs when all the XBT users are gone
2007-03-09 mquinsonIntegrate xbt_context_init/exit to the regular module...
2007-03-08 mquinsonMake room for the new xbt_thread module
2006-09-07 mquinsoncleanup
2006-08-14 thieryUse mallocators for dictionaries
2006-08-11 thieryFix a seg fault when xbt_exit is called more than once
2006-08-09 thieryUse a mallocator for the fifo items
2006-08-02 mquinsonkill unused struct
2006-07-17 mquinsonRename xbt/module.c into xbt/xbt_main.c since this...