Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I finally understood what this function is good for
[simgrid.git] / include / xbt / sysdep.h
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Arnaud GierschKill bogus fixme: xbt_free_f already exists.
2011-10-20 Martin Quinsonmerge branches
2011-04-18 Martin Quinsonfurther doxygen fixes (I'll try to stop for today)
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 agierschMake xbt_die() accept a format string with arguments.
2010-12-17 mquinsonthis line is not only UGLY, but it exists a path where...
2010-10-23 agierschUse size_t for xbt_malloc and friends.
2010-10-11 alegrandIndent include and src using this command:
2010-09-13 navarropIf we are on windows _GNU is defined by cmake.
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-20 mquinsonForce memory allocation functions to always inline
2009-08-14 mquinsonC++ needs love
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsonDo allow malloc(0) again, since it breaks user code...
2009-05-18 mquinsonDo not allow malloc(0) since that's not portable
2009-02-24 alegrandAvoid C++ comments.
2008-09-08 mquinsonOups, commited a stupid check which will help me one...
2008-06-05 mquinsonSome extra check to ensure portability
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-03-07 mquinsonavoid redeclaring standard headers to avoid mismatches
2008-01-24 mquinsonUse unsigned integers for malloc arguments to allow...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-22 mquinsonSplit the string related function to their own header...
2007-03-16 mquinsonRework the portability layer around our getline definit...
2007-03-16 cheriermssize_t is not defined in borland builder and visual...
2007-03-08 mquinsonheader of the getline replacement; documentation of...
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermnow contains only xbt_free_f declaration
2007-02-07 cherierma single xbt_free_f function used to handle calling...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 mquinsonTell how much bytes we wanted when a malloc failed
2006-09-28 mquinsoncosmetics
2006-07-06 thieryUse _XBT_INLINE instead of inline
2006-01-02 mquinsonKill a navbar
2005-10-23 mquinsonLet xbt_die die with an exception so that we get the...
2005-10-22 mquinsonMissing prototypes
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-09-08 mquinsonRename BEGIN_DECL since we changed the usual definition...
2005-08-07 mquinsonMove the asserts out of error.h in order to kill it...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-01 mquinsonPrototypes to some *printf functions in public interfac...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-02-27 mquinsonChange xbt_strdup, xbt_malloc, xbt_malloc0 and xbt_real...
2005-02-13 mquinsondoxygenification
2005-01-29 alegrandupdating the doc
2004-12-31 mquinsoncosmetics
2004-12-21 alegrandDude, that was baaad... ;)
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandMy bad. Sorry about that.
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-16 alegrand#include "xbt/error.h" /* needed for xbt_die */
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Erradication
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-14 mquinsonAdd a layer over the system headers to simplify portability