Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that the code still compiles with the freaking paranoid gcc warning options...
[simgrid.git] / src / msg /
2005-08-30 alegrandgetting rid of memleaks.
2005-08-30 casanovaImplemented the MSG_task_get_source() function. (See...
2005-08-26 alegrandAdditionnal checks for Henri ;)
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-25 alegrandStupid me. I hadn't noticed the xbt_dict_get_or_null...
2005-08-24 casanovaFixed spelling and grammar in some comments
2005-08-16 alegrandinclude the right files
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-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
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-07-25 alegrandbugfix
2005-07-25 alegranddo not create a parallel task is it does not consume...
2005-07-23 alegrandupdate MSG_task_destroy for parallel tasks
2005-07-22 alegrandAdding parallel tasks to MSG
2005-07-22 alegrandcosmetics
2005-07-05 alegrand%lg -> %g ...
2005-07-01 alegrandMSG_process_resume did not work if you tried to resume...
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 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 alegrandAdd a select for Martin.
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-13 alegrandcleanup
2005-06-13 alegrandcall surf->action_free. It's incredibly faster now...
2005-06-09 alegranddefault value of start_time = -1.0. It enables to make...
2005-06-04 mquinsonvariable declaration before actions. Damn old gcc
2005-06-01 alegrandSURF won't try to bring this process to life anymore.
2005-06-01 alegrandReverting Mt's modifications and making use of the...
2005-06-01 alegrandReverting Mt's modifications. There is a problem in...
2005-06-01 alegrandReverting Mt's modifications and preparing the delayed...
2005-06-01 alegrandCreating the timer resource.
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-05-24 mquinsonImplement MSG_get_msgload
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-03-25 alegrandMSG_task_get is now fair...
2005-03-16 alegrandAdd MSG_task_get_compute_duration() and MSG_task_get_da...
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-28 mquinsonStop being stupid, and don't affect a char* into a...
2005-02-28 mquinsonSolaris segfaults when asked to print NULL
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonAdd MSG_task_get_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 alegrandBug fix. Now GRAS/MSG seems to be working...
2005-02-11 alegrandSURF does not use long doubles. Reverting MSG to doubles.
2005-02-07 alegrandTemporary ifdef so that I stop changing this file and...
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandLog improvements.
2005-02-04 alegrandKeep improving the traces
2005-02-04 alegrandGargl ! Some C++ comments ! Sorry about that. What...
2005-02-04 alegrandImproving traces
2005-02-04 alegrandAdding Killall function
2005-01-31 alegrandUpdating the documentation
2005-01-29 alegrandupdating the doc
2005-01-27 alegrandUse the standard model
2005-01-26 alegrandNow, a process can be killed and all process are killed...
2005-01-26 alegrandBug fix: a task could sometimes not be immediately...
2005-01-19 alegrandUsing logs and making some message more clear.
2005-01-19 alegrandNow, you can send a task of length 0 in a no latency...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
2005-01-06 alegrandRenamed resource initialization functions. Now they...
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2005-01-05 alegrandMoved from flex to flexml.
2004-12-31 mquinsonAdd a function I need in GRAS
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 alegrandFinished to rewrite most functions. Now let's try it...
2004-12-17 alegrandThis one was easy. :)
2004-12-17 alegrandA few more functions and I'll be able to make MSG progr...
2004-12-17 alegrandCosmetics
2004-12-17 alegrandKeep rewriting MSG so that it uses SURF instead of...
2004-12-17 alegrandKeeping rewriting MSG
2004-12-17 alegrandcosmetics : s/sim_data/simdata/g
2004-12-16 alegrandKeep rewriting MSG
2004-12-16 alegrandMSG is not a module
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...