Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change some compiler options
[simgrid.git] / include /
2008-09-11 mquinsonSpell-checking comments used as documentation (thanks...
2008-09-10 mquinsonAdd a xbt_dict_get_or_null_ext function
2008-09-08 mquinsonOups, commited a stupid check which will help me one...
2008-07-08 cheriermAdd extern "C" declaration to preserve the compatibilit...
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-18 alegrandFrederic's patch to get the sharing policy in SimDAG.
2008-06-17 alegrandC++ users need love (thanks Kurt).
2008-06-17 mquinsonAdd a xbt_dict_size function
2008-06-10 mquinsonMake cunit memory clean
2008-06-10 mquinsonallow to attribute a rank to slaves in peer groups...
2008-06-09 velhoAdded the feature of getting remaining communication...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-06-05 mquinsonSome extra check to ensure portability
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-05-07 mquinsonExport some mailbox related functions
2008-04-30 mquinsonRah. I finally found why the doxygen parser got fucked...
2008-04-25 marklsneed MPI_Wait in header file...
2008-03-07 mquinsonavoid redeclaring standard headers to avoid mismatches
2008-03-06 mquinsonDon't be paranoid, people won't connect stuff badly...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2008-03-06 mquinsonGet the flexml-generated file regenerated on need
2008-02-03 mquinsonkill properly the surfxml.h file since it got renamed...
2008-01-24 mquinsonUse unsigned integers for malloc arguments to allow...
2008-01-23 mquinsonavoid naming conflicts
2008-01-23 mquinsondo not call backtrace directly when raising an exceptio...
2008-01-11 cheriermDeclaration of the MSG_task_receive_from_host() function
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-12-21 mquinsonOps, forgot to commit this one
2007-12-20 mquinsonindent
2007-12-20 mquinsonI know I'm picky
2007-12-20 mquinsonautogenerated
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-19 mquinsonOops, do not load portable.h from a public header:...
2007-12-12 mquinsonChange the trick to build log category names: this...
2007-11-30 mquinsonTwo more hashing functions (chosen by define, not dynam...
2007-11-30 mquinsonMake dictionary internal table dynamic (and automatical...
2007-11-29 mquinsonRevert Malek's last change. Removing the feature is...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-28 cheriermThis change corrects the definition of the macro
2007-11-27 mquinsonxbt/context.h is a private header, and the filename...
2007-11-27 marklsrenamed MPI_ functions to avoid namespace collisions...
2007-11-19 mquinsonmake visible the MSG_task_get variant accepting both...
2007-11-15 cheriermThe file containing the new implementation of the switc...
2007-11-12 marklsrenamed DO_ONCE to SMPI_DO_ONCE.
2007-11-12 marklsmade some changes to allow more than one DO_ONCE block...
2007-11-09 quasar1pas mods
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-09 marklsadded code to allow for DO_ONCE loops. very preliminary.
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change avoids a warning on the Visual C++ compiler.
2007-11-06 cheriermThis change avoid the redefinitions of log categories...
2007-11-06 mquinsonFix constness of arguments
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-28 mquinsonExport the cute little macro that Arnaud devised to...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
2007-10-26 quasarrelax ordering enforcement
2007-10-26 quasarmove the callback lists to the public headers
2007-10-26 quasaroops, my last minute cleanup broke everything [Mt]
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
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-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-12 mquinsonOops, I forgot this one
2007-10-12 mquinsonEnforce some order on the tags; needs flexml 1.8 to...
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-10 mquinsonKill old cruft
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-05 mquinsonOther useless copyright notice updates
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonMark data as extern; hopefully it'll help the macOSx...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe first pointer of the xbt_thread_create() function...
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-10-04 cheriermI just add two function pointer types.
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-18 marklsadded very crufy hacked together broadcast and split.
2007-09-15 marklsadding very hacked together and inefficient implementat...
2007-09-13 alegrandremove cvs files.
2007-09-12 mquinsonRegenerate yet another time the Makefile.in
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonActually, do not initialize at all the buffer to build...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-09-08 marklsremoving references to mpi_comm_world from internal...
2007-09-05 marklschanged smpi data structures.
2007-08-30 marklsforgot to commit changes to this file earlier...
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-28 verniercorrection of a little bug
2007-08-27 eyraudlAdaptation to 'Change the way we specify the sizes...
2007-08-24 marklsmoving smpi.h to public include directory.
2007-08-24 marklspublicly exported smpi data structures.
next