Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / include / xbt / misc.h
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-30 Arnaud GierschUse keyword "extern" on windows too, and hope to fix...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschEradicate gras further.
2012-10-25 navarroTranform extern for XBT_PUBLIC
2012-10-25 navarroAdd XBT_PUBLIC tag to smpi variables
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschDefine _GNU_SOURCE in xbt/misc.h, so that it's defined...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-14 Arnaud Giersch__GNUC__ is already defined at this place.
2012-06-14 Arnaud GierschAdd a defined(__GNUC__), and rework expression.
2012-06-14 Martin Quinsonspeak nicely to old gcc versions
2012-05-24 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Arnaud GierschCannot use a variable defined on command line here.
2012-05-23 Arnaud GierschApparently, constructor priorities are not supported...
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroOk ;) Never used.
2012-04-03 navarroMake smx_file_t, surf_file_t and msg_file_t
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-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 Martin Quinsonkill now unused declaration
2011-02-22 agierschDefine macro _XBT_IF_ONE_ARG.
2010-12-02 mquinsonHello you stupid doxygen. Our inline functions are...
2010-10-11 alegrandIndent include and src using this command:
2010-07-06 navarrop[From Arnaud Giersch] Use Gcc attribute __unused__...
2010-07-06 navarrop[From A. Giersch] Fix the following compilation errors...
2010-06-18 navarropRemove gras_config.h include.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-04 navarropPortable definition of inline for windows visual C
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
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-12-11 mquinsonDo not mark all public function as potentially inline...
2009-11-20 mquinsonkill useless code
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 mquinsonIn supernovae mode, declare every public functions...
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-12 cheriermuse extern keyword when you link with the static librar...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermRemove the keyword extern to avoid the multiple declara...
2007-10-04 mquinsonMark data as extern; hopefully it'll help the macOSx...
2007-07-10 mquinsonMake sure min and max macro are declared everywhere...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-05-22 mquinsonLet's not declare the max/min macros in C++ to avoid...
2007-03-14 cheriermredefinition of the macro XBT_PUBLIC_DATA
2007-03-14 mquinsonRename XBT_DECLARE_DATA to XBT_PUBLIC_DATA for sake...
2007-03-13 cherierma new macro XBT_DECLARE_DATA for special data exportation
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-02-28 cheriermdefine the XBT_IMPORT_NO_PUBLIC macro for imported...
2007-02-08 mquinsonDocument a bit the tricky symbol definition for windows...
2007-02-08 cheriermallow for stuff to be exported into the DLL on need...
2007-02-07 cheriermdefine _XBT_CAlLL in this file for win32 c function...
2007-02-07 cheriermsorry a stupid error
2007-02-07 cheriermnew dll export an dll import mechanism for Windows.
2007-02-07 mquinsonCleanup XBT_PUBLIC stuff under windows
2006-10-10 mquinsonMove the definition of XBT_PUBLIC from portable.h ...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-29 cheriermTaking in consideration inline keyword for c++ compiler.
2006-09-29 cheriermTaking in consideration inline keyword for borland...
2006-09-28 mquinsoncosmetics
2006-09-22 mquinsonDo not export a single symbol since if we do so, we...
2006-08-29 mquinsonTry to do what is needed to export data in DLL during...
2006-05-24 mquinsonMove typedefs of pointer to function to their own file...
2006-05-16 mquinsonglitch fix in host.h, and remove host_t cruft from...
2006-04-25 mquinsonthe gcc attribute 'unused' made portable
2006-03-31 mquinsonStick to the coding standards wrt xbt_host_t structure
2006-03-20 alegrandfactoring + some functions go public
2006-02-15 mquinsonMake the maximal backtrace size configurable
2005-10-24 mquinsonPut all typedef of generic callbacks in the same place
2005-09-09 mquinsonMove some stuff unrelated to dynar out of dynar.h ...
2005-09-08 mquinsonRename BEGIN_DECL since we changed the usual definition...
2005-07-01 mquinsons/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to...
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonMove gcc attributes wrappers to this file (needed for...
2005-02-13 mquinsondoxygenification
2005-01-29 alegrandupdating the doc
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
next