Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2005-09-05 mquinsonImplement gras_datadesc_copy. Was actually easier than...
2005-08-30 alegrandgetting rid of memleaks.
2005-08-30 casanovaImplemented the MSG_task_get_source() function. (See...
2005-08-30 mquinsonWrite a changelog entry for Arnaud, since he keeps...
2005-08-29 alegrandRemoved awful bugs noticed by Henri. And this code...
2005-08-27 mquinsonDocumentation of xbt_log module unmercifully reworked
2005-08-27 alegrandAdd more checkings...
2005-08-26 alegrandUpdate the changelog
2005-08-26 alegrandAdditionnal checks for Henri ;)
2005-08-26 alegrandfixing the doc...
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-26 alegrandfixing the doc...
2005-08-25 alegrandI think this is an obsolete section.
2005-08-25 alegrandStupid me. I hadn't noticed the xbt_dict_get_or_null...
2005-08-25 alegrandI had forgotten to commit these files at release time...
2005-08-25 alegrandCatch not_found_error. I'm just restoring the previous...
2005-08-25 alegranda cast to make it compile... Martin, that's your part...
2005-08-25 alegrandtypos + update
2005-08-25 casanovaReplaced all task->name by MSG_task_get_name(task)
2005-08-24 casanovaFixed spelling and grammar in some comments
2005-08-16 alegrandupdate the changelog
2005-08-16 alegrandinclude the right files
2005-08-16 alegrandregenerate the lexer
2005-08-16 alegrandmoving public parts to public places and generating...
2005-08-16 alegrandminor fix
2005-08-16 alegrandrenaming
2005-08-16 alegrandmoving stuff to enable surf_parser hijacking
2005-08-16 alegrandBypassing the XML parser. Need to fix include directori...
2005-08-16 alegrandPreparing surf_parser to be hijacked
2005-08-16 alegrandPreparing surf_parser to be hijacked
2005-08-09 alegrandmoving to 2.97
2005-08-09 alegrandstupid me
2005-08-09 alegrandMake the list of functions, types, ...
2005-08-09 alegrandoops. forgot a msg_getClock...
2005-08-09 alegrandversion 2.96
2005-08-09 alegrandgetting rid of deprecated functions
2005-08-09 alegrandadding a priority mechanism
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-08 alegrandadd a list of all functions, types and macros to the...
2005-08-08 mquinsonkill dead stuff
2005-08-08 mquinsonof course, xlC does not like gcc attributes. And since...
2005-08-07 mquinsonxlC dont like having a return <value> in a void functio...
2005-08-07 mquinsonI've lost access to this one, unfortunately
2005-08-07 mquinsondon't include execinfo.h directly, but using portable...
2005-08-07 mquinsonload execinfo.h when available
2005-08-07 mquinsonDo not include execinfo.h directly since we cannot...
2005-08-07 mquinsonOnly pass '-Wl,--export-dynamic' (we need to get neat...
2005-08-07 mquinsonCheck for execinfo.h, it's not always there (actually...
2005-08-07 mquinsonSeed exenv with $SG_TEST_EXENV for mass-valgrinding
2005-08-07 mquinsonFix previous commit: don't forget about valgrind when...
2005-08-07 mquinsonUniformize the test_{sg,rl} scripts, rename the wine...
2005-08-07 mquinsondo not valgrind dict_crash, it's ways too big (and...
2005-08-07 mquinsonDo not register broken plugins
2005-08-07 mquinsonActually obey the key_len argument in exception messages
2005-08-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
2005-08-07 mquinsonAlways traverse the head, not only on error catching
2005-08-07 mquinsons/mismatch_error/not_found_error/ when needed
2005-08-07 mquinsonFix memleaks by calling surf_exit when needed + minor...
2005-08-07 mquinsonAvoid to use the data after freeing them, even in error...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
2005-08-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
2005-08-07 mquinsonUps, you may need this
2005-08-07 mquinsonKill the xbt_memdup inline function since it's not...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonfix memleaks
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonKill another xbt_error_t
2005-08-07 mquinsonKill some more xbt_error_t
2005-08-07 mquinsonThis header is now useless (yeah)
2005-08-07 mquinsonMore xbt_error_t eradication; use xbt_assert where...
2005-08-07 mquinsonSome more xbt_error_t eradication
2005-08-07 mquinsonMove the asserts out of error.h in order to kill it...
2005-08-07 mquinsonMissing header
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonMissing header
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
2005-08-07 mquinsonProvide all the needed args in format
2005-08-07 mquinsonAdd a new error category: not_found. It used to be...
2005-08-07 mquinsonMore xbt_error_t eradication
2005-08-07 mquinsonFinish the xbt_error_t eradication. As side effect...
2005-08-07 mquinsonDocument changes even before there are actually finished
2005-08-07 mquinsonMake sure the lens dynar always gets cleaned, even...
2005-08-07 mquinsonUse xbt_dict_get_or_null to avoid the exception madness
2005-08-07 mquinsonUse xbt_dict_get_or_null since it's what we mean.
2005-08-07 mquinsonSimplify a bit exception handling, plus minor cleanups
2005-08-07 mquinson- Found a strdup left over. Use xbt_strdup instead.
2005-08-07 mquinsonSimplify a bit the way the exceptions are handled
2005-08-07 mquinsonDo not specify to gcc that this static function may...
2005-08-07 mquinsonAnd now, a version which compile. Next time, a version...
2005-08-07 mquinsonKill dead cruft
2005-08-07 mquinsonSome cleanups, plus add some details to an error message
2005-08-07 mquinsonkill dead cruft
2005-08-07 mquinsonUseless cleanup
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-08-02 alegrandupdate the changelog :)
2005-08-02 alegrandAdd a loopback if needed...
2005-08-02 alegrandMake valgrind happy by initializing variables and corre...
2005-08-02 alegrandstupid me ! :) Thanks for noticing Alan.
next