Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2005-05-25 mquinsondifferentiate the types 'char[22]' and 'unsigned char...
2005-05-25 mquinsoncompile with -g; do clean .o files
2005-05-25 mquinsonBugfix: Allow absolute paths for platform description...
2005-05-25 mquinsonIssue a warning on dangerous (but not impossible) situation
2005-05-25 mquinsonlet's get more verbose on error
2005-05-25 mquinsonCheck args before segfaulting on user
2005-05-24 mquinsonImplement MSG_get_msgload
2005-05-23 mquinsonTrap to Arnaud: permissions will be fixed on html site...
2005-05-23 mquinsonTypo in doc
2005-05-19 mquinsonTypo fixing
2005-05-13 alegrandNew working version.
2005-05-13 alegrandupdate for easier publishing
2005-05-13 alegrandgetting rid of gras-check-arch
2005-05-13 alegrandminor modifications
2005-05-13 mquinsonkilkilkil old cruft
2005-05-13 mquinsonMailing list migration
2005-05-13 mquinsonThis is outdated. I prefer killing it than getting...
2005-05-13 mquinsonMailing lists were moved out of ENS to gforge a while ago
2005-05-13 mquinsonFix team email
2005-05-13 mquinsonRelease 2.94
2005-05-13 mquinsonReturn what should be so that the emulation support...
2005-05-10 mquinsonThe RL vs SG choice is done by the function implementat...
2005-05-10 mquinsoncosmetics
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit...
2005-05-10 mquinsonRename gras_chrono_{init,exit} to gras_emul_{init,exit}
2005-05-10 mquinsonDocument properly the emulation module
2005-05-10 mquinsonIntroduce the emulation module in the doc
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonheader got renamed
2005-05-10 mquinsonkill dead and useless headers
2005-05-10 mquinsonMerge conditional execution and timing macros into...
2005-05-10 mquinsonMerge chrono.h (timing macros) and cond.h (conditional...
2005-05-10 mquinsonDocument last changes
2005-05-10 mquinsonAlso loop on a simple malloc and on an integer incremen...
2005-05-10 mquinsonUse proper timer; allow several timed sections per...
2005-05-10 mquinsonImplement real timers to avoid rounding errors when...
2005-05-10 mquinsonMove private declarations to private header
2005-05-10 mquinsonthe chrono module now cleanups its mess on gras exit
2005-05-08 mquinsonSome more work to do
2005-05-07 mquinsonUse my official email address, now that I have one
2005-05-04 alegrandCool! We have a bash access. Let's use it! :)
2005-05-02 mquinsonTranslate the todo and add an item
2005-04-28 mquinsonDocument how to compile your code against GRAS; various...
2005-04-28 mquinsonProtect a coma (separes arguments in m4)
2005-04-28 mquinsonFix a link
2005-04-28 mquinson.
2005-04-28 mquinsondocument the image map
2005-04-28 mquinsonConfigury beautification
2005-04-28 mquinsonIt's dead, my friend. Don't look for it anymore
2005-04-28 mquinsonDocument last changes
2005-04-28 mquinsonThe grand Doxygen simplification
2005-04-28 mquinsonkilkil useless
2005-04-28 mquinsonFix cross reference to MSG documentation
2005-04-28 mquinsonReduce the amount of unneeded differences between Doxyf...
2005-04-28 mquinsonDoxygen simplification makes this useless
2005-04-28 mquinsonLet's get sensible
2005-04-28 mquinsonDocument 'Cleanups in the doxygenification of MSG examp...
2005-04-28 mquinsonKill the two-phases doxygenification now that it's...
2005-04-28 mquinsonmsg now has its own module file ; New doxygenification...
2005-04-28 mquinsonRework the example so that it fits beter its new doxyge...
2005-04-28 mquinsonMove msg module to its own file
2005-04-27 mquinsonadd an introduction line before the list to make doxyge...
2005-04-19 alegrandEnable to call MSG_paje_output right before MSG_main.
2005-04-15 alegrandKillall can now be called from an agent
2005-04-15 alegrandSorry about that. I had forgotten to commit this file...
2005-04-15 mquinsonAdd missing header
2005-04-15 mquinsonuse CVS version of flexml to generate it since it break...
2005-04-15 mquinsonPlaceholder
2005-04-15 mquinson.
2005-04-15 mquinsonAdd flex generated cruft for gentoo users ;)
2005-04-15 mquinsonDon't ignore flex result. Some poor gentoo souls need...
2005-04-15 mquinsonFix flexml detection
2005-04-15 mquinsononly express our happyness when things actually went...
2005-04-15 mquinsonDon't ignore flex generated files. Gentoo only have...
2005-04-14 mquinsonStop loading private headers in public ones
2005-04-14 mquinsonAdd a word about ucontext configury
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-04-14 mquinsonRegenerate with the lastest flexml (does only fix the...
2005-04-14 mquinsonReact sainly when flexml is not installed
2005-04-14 mquinsonAutomatic update (I love debian)
2005-04-14 mquinsonFix detection of flexml presence
2005-04-14 mquinsonPlease die properly when flexml goes wrong or is not...
2005-04-06 mquinsonRegenerating with flexml 1.3
2005-04-06 mquinsonReduce a bit the flexml stack now that flexml 1.3 is out
2005-03-31 mquinsonI can't code right now, but I can polute the ChangeLog ;)
2005-03-31 alegrandupdate
2005-03-31 alegrandno more printf (using DEBUG)
2005-03-31 alegranduniformization
2005-03-31 alegrandcosmetic
2005-03-31 alegranduse xbt_os_time
2005-03-31 alegrandbugfix
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-31 alegrandcruft
2005-03-30 alegrandremoving msg_test from testsuite
2005-03-30 alegrandupload what you can on gforge
2005-03-30 alegrandwe don't need those files anymore. We use their example...
2005-03-30 alegrandUpdating the documentation and uploading to gforge.
2005-03-30 alegrandAdvertisement for Paje.
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-30 alegrandcommit changes
next