Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2005-10-22 mquinsonDocumentation reorganization: no @name anymore since...
2005-10-22 mquinsonNew version was released
2005-10-22 mquinsonAnd now, use the proper dox tag for parameters
2005-10-22 mquinsonFix broken links
2005-10-22 mquinsonFix broken links in documentation
2005-10-22 mquinsonSanitize the documentation of heap: group defined in...
2005-10-22 mquinsonreindent
2005-10-22 mquinsonSearch the doc files where they live
2005-10-21 alegrandOn the 3.0.2 tracks...
2005-10-21 alegrandGetting ready for 3.0.1
2005-10-20 mquinsonlet's be optimistic and assume that things are ok when...
2005-10-20 mquinsonfd_set is not portable on IRIX, but needs some extra...
2005-10-20 mquinsonLost access to this machine
2005-10-20 mquinsonI really dislike gcc on AIX
2005-10-20 mquinsonMissing header on IRIX
2005-10-20 mquinsonYeah xlC, calm down, I'll write ansi C without fancy...
2005-10-20 mquinsonI told you that the buf plugin is dead
2005-10-20 mquinsonamok_remoterr is dead; fix a logic issue: error was...
2005-10-20 mquinsonAvoid double free
2005-10-20 mquinsonLet it fit my testing infrastructure a bit better
2005-10-20 mquinsonEradicate the last bits of the buffered transport which...
2005-10-20 mquinsonMessages which the payload datatype descriptor is NULL...
2005-10-20 mquinsonLet me run valgrind on that shitty code without changin...
2005-10-20 mquinsonpayload_size is used to memcpy the payload. Do not...
2005-10-20 mquinsonI keep forgetting the correct name of this macro
2005-10-20 mquinsonThis file is needed to do make distcheck
2005-10-20 mquinsonLet it compile properly
2005-10-20 alegrandbug fix (found by Cyril Banino).
2005-10-19 alegrandmake g++ happy
2005-10-19 alegrandmake g++ happy. Hope it still has the same meaning...
2005-10-19 alegrandmake g++ happy
2005-10-18 alegrandfinal reference
2005-10-17 alegrandstupid example of msg_process_suspend and resume
2005-10-17 alegrandReturn an error code when the simulation deadlocks...
2005-10-17 alegrandGetting rid of old printf
2005-10-11 alegrandmoved to %f instead of %g. It's usefull when values...
2005-10-11 alegrandDocument last changes.
2005-10-11 alegrandAdd two convenient functions for Cyril Banino.
2005-10-03 mquinsonThe buf plugin is dead on SG. Thanks to the verbosity...
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-10-03 mquinsonWrite yet another changelog entry for Arnaud (bugfix...
2005-10-03 alegrandAdd some debugging messages.
2005-10-03 alegrandMake SURF complain when you ask to perform a communicat...
2005-10-03 alegrandremoved a brutal exit. It doesn't make sense in MSG...
2005-10-03 alegrandAdd the ability to print the message location in the...
2005-10-02 mquinsonAdd a yummy matrix multiplication rpc thing
2005-10-02 mquinsonSome more debugs
2005-10-02 mquinsonI must have been drunk when I did the previous version...
2005-10-02 mquinsonmore explicit logs
2005-09-30 mquinsonput the list of all existing categories in a more visib...
2005-09-30 mquinsonBug fix: Do not use the same name 'count' for two diffe...
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-09-30 mquinsonDamn. It's harder than expected. First finish this...
2005-09-25 mquinsonDon't forget to run the ./msg_test_surfxml_bypassed...
2005-09-25 mquinsonlet it run
2005-09-23 mquinsonLet's stick to ascii and avoid non-breaking spaces
2005-09-21 alegrandLet's document my modifications by myself !!! :)
2005-09-21 mquinsonMake the error message both correct and explicit about...
2005-09-21 alegrand"Malformated" is not correct and malformation is only...
2005-09-21 alegrandhelp compilation on grid5000 with the paranoid compilat...
2005-09-21 mquinsonLet the hack to make solaris happy work even when bash...
2005-09-21 alegranda few casts to help compilation with gcc-4.0
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-09-19 mquinsonDamn *slow* m68k
2005-09-09 mquinsonKill an internal function marked 'KILLME' and surviving...
2005-09-09 mquinsonDocument last changes (gras perf improvement) and some...
2005-09-09 mquinsonThat's done, now
2005-09-09 mquinsonDo not free the datacontainer on dynar_reset. The corre...
2005-09-09 mquinsonYet another dataset regeneration (some machines need...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-09 mquinsonDo not use IOV for now, it doesn't seem implemented...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-09 mquinsonPerf improvement: Change libdata to a set so that we...
2005-09-09 mquinsonPerf improvement: reduce the amount of cbps creation...
2005-09-09 mquinsonMove some stuff unrelated to dynar out of dynar.h ...
2005-09-08 mquinsondocumentation fix
2005-09-08 mquinsonRename BEGIN_DECL since we changed the usual definition...
2005-09-08 mquinsonthis one comes from ia64
2005-09-08 mquinsonRegenerate this one on AIX
2005-09-08 mquinsonThis data is used within the TRY/CATCH block; mark...
2005-09-08 mquinsonChange an assert to an exception raising point (to...
2005-09-08 mquinsonWrite a changelog entry for Henry
2005-09-08 mquinsonOfficially start the work on next release
2005-09-08 mquinsonRegenerate some of the datatest after last wire protoco...
2005-09-08 mquinsonBe prehistoric-compiler-friendly
2005-09-08 mquinsonDeal with the fact that some prehistoric arches don...
2005-09-08 mquinsonLoad the headers we need, don't rely on some random...
2005-09-08 mquinsonAdapt to recent changes in transport layer
2005-09-08 mquinsonRework the Transport layer to simplify it and improve...
2005-09-08 mquinsonRework the hexadecimal displayer I use to debug the...
2005-09-08 mquinsonreduce verbosity
2005-09-08 mquinsonCheck whether the readv function is available or not
2005-09-08 mquinsonFixup the context build
2005-09-05 mquinsonThe buffered transport is now RL only (will allow a...
2005-09-05 mquinsonTweak gras_trp_*_recv() prototype. This is now (sock...
2005-09-05 mquinsonSG don't get buffered by default (since only measuremen...
2005-09-05 mquinsonAvoid a useless bprintf (and test whether NULL msg...
2005-09-05 mquinsonmsg now has a RL and a SG specific files
2005-09-05 mquinsonA new little function I did need
2005-09-05 mquinsonmake sure no variable seem to be used uninitialized...
next