Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a leak
[simgrid.git] / src /
2005-08-07 mquinsonFix a leak
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 mquinsonMore xbt_error_t eradication; use xbt_assert where...
2005-08-07 mquinsonMissing header
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
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 mquinsonFinish the xbt_error_t eradication. As side effect...
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 mquinsonKill dead cruft
2005-08-07 mquinsonUseless cleanup
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
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.
2005-08-02 alegrandAdd MSG_task_cancel and MSG_task_get_computation_remaining
2005-08-02 alegrandAdd msg_get_host_speed
2005-08-02 alegrandadd a get_speed function to the cpu and enabled the...
2005-07-25 alegrandAdd FAT_PIPE
2005-07-25 alegrandExtending the maxmin solver to take into account shared...
2005-07-25 alegrandextending the parser
2005-07-25 alegrandbugfix
2005-07-25 alegranddo not create a parallel task is it does not consume...
2005-07-25 alegrandhelp readability
2005-07-25 alegranduseless stupid affectation
2005-07-23 alegranddo not forget to take into account parallel tasks.
2005-07-23 alegrandcosmetics
2005-07-23 alegrandupdate MSG_task_destroy for parallel tasks
2005-07-22 alegrandAdding parallel tasks to MSG
2005-07-22 alegrandcosmetics
2005-07-22 alegrandadding parallel task to SURF workstations
2005-07-22 alegrandrouting table goes public
2005-07-22 alegrandtrivial API extension of the maxmin solver
2005-07-22 alegranddoc fix.
2005-07-05 alegrandgetting rid of unused variables
2005-07-05 alegrand%lg -> %g ...
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-07-02 alegrandMake context exception-aware. I don't know whether...
2005-07-02 mquinsons/sg/xbt/ ; s/code/category/
2005-07-01 mquinsonAdd a pimple^W^W an helper function
2005-07-01 mquinsons/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to...
2005-07-01 mquinsonfit libex into SimGrid (with an axe, I admit)
2005-07-01 alegranduse a nice va_copy if none was provided by the system
2005-07-01 alegrandMSG_process_resume did not work if you tried to resume...
2005-07-01 mquinsonasprintf & friends replacement
2005-07-01 mquinsonInclude libex and snprintf replacement
2005-07-01 mquinsonMake sure we have an implementation of asprintf, even...
2005-07-01 mquinsonInclude the original version of the libex library....
2005-07-01 alegrandtell the world that MSG_set_verbosity is deprecated.
2005-07-01 alegrandfix documentation
2005-07-01 alegrandfix a reference
2005-06-30 alegrandsome compiler don't like this return void... :)
2005-06-30 alegrandremove this damn fflush that spoils the performance...
2005-06-29 alegrandremoving MSG_process_start from the documentation
2005-06-29 alegrandIt's amazing how a well-placed ! can make such a differ...
2005-06-29 mquinsonstupid me
2005-06-29 mquinsondisable MSG_get_msgload until we find a good specificat...
2005-06-29 mquinsonAdapt to API change (I was too quick, I guess)
2005-06-29 alegrandI had forgotten a few functions last time. It could...
2005-06-29 alegrandAdd a select for Martin.
2005-06-29 mquinsonAdapt to upcomming changes in MSG even before Arnaud...
2005-06-29 mquinsonput the great MSG_config stuff in the libs
2005-06-29 mquinsonxbt_cfg_set_vargs() and xbt_cfg_set() now handle only...
2005-06-29 mquinsonKill evil cruft ;)
2005-06-29 mquinsonFirst try at actually using the configuration stuff...
2005-06-29 alegrandAdd a new function: MSG_task_get_with_timeout. That...
2005-06-29 alegrandhelps for debuging without having to modify and recompi...
2005-06-29 alegrandAdding a function to set the max_duration of an action.
2005-06-29 mquinsonDo compile correctly under windows
2005-06-29 mquinson+= ucontext_stack.h, which is generated
2005-06-29 mquinsonInclude amok into libraries to avoid issues on AIX...
2005-06-29 mquinsonBig fat warning of deprecation
2005-06-29 alegrandTrying to make context work on stupid architectures...
2005-06-28 mquinsonNo instruction before the last variable declaration...
2005-06-28 mquinsonStupid C++ comments breaking AIX compilers
2005-06-28 mquinsonGot the last little bugs; more useful loggings
2005-06-27 mquinsonImplement callbacks, add some missing functions and...
2005-06-27 mquinsonReimplementation in the modern coding standards
2005-06-27 mquinsonkill defaultlog
2005-06-27 mquinsonmulti dicts take care of their own logging category...
2005-06-27 mquinsoncleanups
2005-06-27 mquinsonImprove documentation and other cleanups
2005-06-27 mquinsonbump library version info; add dict_multi; cosmetics
2005-06-27 mquinsonKill defaultlog
2005-06-27 mquinsonKill defaultlog and gras/core.h
2005-06-27 mquinsonUnstar the gras_trp_plugin_t type, even if internal...
2005-06-27 mquinsonStop implementing bit fields manually, and ask the...
2005-06-27 mquinsonMore helpful logs
2005-06-27 mquinsonUse select to sleep portably on weird platforms
2005-06-25 mquinsoncosmetics
2005-06-25 mquinsonAllow NULL payload messages
2005-06-23 mquinsondon't use XBT_CIN, since I didn't manage to implement...
next