Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we have getline when we use it
[simgrid.git] / src / xbt / xbt_main.c
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...