Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos
[simgrid.git] / src / portable.h
2010-10-11 alegrandIndent include and src using this command:
2010-09-13 navarropIf we are on windows _GNU is defined by cmake.
2010-06-18 navarropNeed gras_config.h.
2010-06-18 navarropDefine correctly variables for windows.
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-12-16 mquinsonindeed, loading simgrid_config first is a better idea...
2009-12-15 alegrandDo not spread getline management here and there but...
2009-12-11 mquinsoncreating a neat config file is good. Using it is better ;)
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-08-19 cherierm_GNU_SOURCE macro is already defined in CPP and asprint...
2007-10-23 mquinsonKill broken portability bits for visual and macosx
2007-10-23 cheriermMac OS X doesn't provide the sem_timedwait() function.
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-09-24 mquinsonCleanup of the portability between win and lin at heade...
2007-09-21 cheriermVisual C++ config doesn't use the gnu functions
2007-03-26 cheriermthese functions are already declarated in str.h
2007-03-23 mquinsonload stdio.h with _GNU_SOURCE defined ASAP before some...
2007-03-15 mquinsonKill oldies
2007-03-13 cheriermvisual c++ need snprintf and vsnprintf functions
2007-03-09 mquinsonLoad the getline prototype when it exists
2007-03-02 cherierm_sleep not implemented in stdlib.h on Windows
2006-10-10 mquinsonMove the definition of XBT_PUBLIC from portable.h ...
2006-10-06 cheriermDefines the XBT_PUBLIC macro that specify public funct...
2006-10-06 mquinsonRemove old cruft
2006-09-29 cheriermTaking in consideration simgrid configuration for...
2006-09-28 mquinsonAllow to save the errno before it gets erased by anothe...
2006-08-22 mquinsonhexa_str prototype changed to allow right-to-left displ...
2006-07-04 mquinsonSignal-related changes
2005-10-20 mquinsonMissing header on IRIX
2005-09-08 mquinsonRework the hexadecimal displayer I use to debug the...
2005-08-07 mquinsonload execinfo.h when available
2005-07-01 mquinsonasprintf & friends replacement
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 mquinsonDefine a wrapper to strings for when printf(%s,NULL...
2005-02-28 mquinsonDon't try to load windows.h because ucontext were not...
2005-02-27 mquinsonsplint'able
2004-12-31 mquinsoncleanup
2004-12-16 mquinsonyeah, yeah, linux. Don't bother. O_BINARY is a nasty...
2004-12-15 mquinsonAdd portable header loading for contexts
2004-12-14 mquinsonMake sure HAVE_WINSOCK_H is defined even if only versio...
2004-12-10 mquinsonfix headers
2004-12-10 mquinsonContain all the system headers we may need. Works on...