Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make valgrind happy by initializing variables and correct english grammar.
[simgrid.git] / src / msg / global.c
2005-08-02 alegrandMake valgrind happy by initializing variables and corre...
2005-08-02 alegrandAdd MSG_task_cancel and MSG_task_get_computation_remaining
2005-07-05 alegrand%lg -> %g ...
2005-07-01 alegrandtell the world that MSG_set_verbosity is deprecated.
2005-06-30 alegrandremove this damn fflush that spoils the performance...
2005-06-29 alegrandhelps for debuging without having to modify and recompi...
2005-06-13 alegrandcleanup
2005-06-01 alegrandReverting Mt's modifications and making use of the...
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-05-13 alegrandminor modifications
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-03-25 alegrandMSG_getClock is a stupid name.
2005-02-27 mquinsoncosmetics in outputs, and call surf_init before initial...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-11 alegrandLet's stop being no negative ...
2005-02-11 alegrandSURF does not use long doubles. Reverting MSG to doubles.
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandAdding Killall function
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandNow, a process can be killed and all process are killed...
2005-01-19 alegrandUsing logs and making some message more clear.
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-21 alegranddebug debug debug
2004-12-17 alegrandA few more functions and I'll be able to make MSG progr...