Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2011-11-18 Martin Quinsonget workstation model to pick the right network model...
2011-11-18 Martin Quinsonthere is no route in vivaldi
2011-11-17 NavarropAdd a test for model RuleBased.
2011-11-16 Christophe... Lua: change the return values of simgrid.task.send.
2011-11-16 Christophe... MSG_comm_test and MSG_comm_testany did not update isused
2011-11-16 Christophe... Lua: debug chord again
2011-11-16 Arnaud GierschRegenerated memcheck tests.
2011-11-15 Christophe... Lua: fixing the chord example
2011-11-15 Christophe... Lua: simplify the return values of simgrid.comm.test()
2011-11-15 Christophe... Lua: implement isend, dsend and irecv
2011-11-15 Christophe... Lua: fix Chord example
2011-11-15 Christophe... Nobody uses MSG_get_errno and wants useless calls to...
2011-11-15 Christophe... SIMIX: add a redundant parameter to avoid repeated...
2011-11-15 Christophe... Remove a useless function. The default one does the...
2011-11-15 Martin Quinsonplug some more memleaks. We have no leak on the GOAL...
2011-11-15 NavarropAdd a platform with a bypass route. Add the test to...
2011-11-15 Martin QUINSONforgot to recreate the option when reviving supernovae
2011-11-15 Martin Quinsonrevert [a30523e] (remove supernovae) because I need...
2011-11-15 Martin Quinsonplug some more memleaks. aint bad anymore
2011-11-15 Christophe... Lua: removing the MSG_process_sleep hack changes the...
2011-11-15 Christophe... Lua: copy tasks so that the sender doesn't have to...
2011-11-15 Christophe... Cosmetics
2011-11-15 Martin Quinsonplug a bunch of memleaks
2011-11-15 Martin Quinsondamn it, there is no example testing the bypass mecanism!!
2011-11-15 Martin Quinsonreplace a new/free cycle by a locally stacked object
2011-11-15 Martin Quinsonwork to enforce that link arg is readily usable in...
2011-11-15 Martin Quinsonreduce the dynar creation madness in g_r_a_l in recursi...
2011-11-15 Martin Quinsonrewrite an error message
2011-11-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin Quinsonrename a global to avoid namespace pollution (and other...
2011-11-15 Martin Quinsonkill useless asserts: this is not the way routing logic...
2011-11-15 Martin Quinsonfurther streamline r_get_route_a_l: now that latency...
2011-11-15 Martin Quinsonsimplify _routing_get_route_and_latency wrt latency
2011-11-15 Martin QuinsonChange again the calling convention of routing_get_rout...
2011-11-15 Martin Quinsoncheck that AS->get_route don't return NULL on non-exist...
2011-11-15 Martin Quinsonkill the now useless 'cleanup' parameter of routing_get...
2011-11-15 Martin Quinsonkill global_routing->get_route_no_cleanup()
2011-11-15 Martin Quinsonkill routing_get_route(), use routing_get_route_and_lat...
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonsimplification + add comments + reindent of _get_route_...
2011-11-14 Martin Quinsonuseless cosmetics
2011-11-14 Martin Quinsonpre-parse the vivaldi coordinates
2011-11-14 Martin Quinsonanother empty function murder
2011-11-14 Martin Quinsonnah, properties in the XML file are not the right place...
2011-11-14 Martin Quinsondon't trust globals to be memset'ed to 0 (and rework...
2011-11-14 Martin Quinsonerror message rewrite
2011-11-14 Martin QuinsonLet's trust the mathematics here: sqrt + fabs + fabs...
2011-11-14 Martin Quinsontiny cleanups, and add a FIXME
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-14 Martin Quinsontiny function renaming
2011-11-14 Martin Quinsonfix the breakages that were hidden because some tests...
2011-11-14 Martin Quinsonpcre is not optional anymore since a while -- reactivat...
2011-11-14 Christophe... Lua: implementing asynchronous comms (wait, test, isend...
2011-11-14 Christophe... Lua: add a function simgrid.process.sleep()
2011-11-14 Christophe... Lua: add a function simgrid.get_clock()
2011-11-14 Christophe... Lua: document the possibility to use numbers for mailboxes
2011-11-14 Christophe... Lua: return errors from execute/send/recv, or nil in...
2011-11-14 Christophe... Lua: rename simgrid.task.name() to simgrid.task.get_name()
2011-11-14 Christophe... Lua Chord example (not working yet, the API is still...
2011-11-14 Christophe... Make MSG_TASK_CANCELLED deprecated, replace it by MSG_T...
2011-11-14 NavarropRemove ruby example from simgrid.
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-14 Arnaud GierschRewrite xbt libs, using xbt dicts.
2011-11-14 Arnaud GierschUse xbt_lib_length instead of xbt_lib_size.
2011-11-14 Arnaud GierschUse defined interface for accessing to lib properties.
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
2011-11-14 Arnaud GierschRemove trailing spaces in ChangeLog.
2011-11-12 Laurent BobelinAdded the new logo to the unstable doc, so that Lucas...
2011-11-11 Martin Quinsonkill another "method" away from the "singleton" global_...
2011-11-11 Martin Quinsoncosmetics and improve doc
2011-11-11 Martin Quinsonkill a file that were begging for it
2011-11-11 Martin Quinsoncosmetics
2011-11-11 Martin Quinsonmove the callbacks to the cluster creation from surfxml...
2011-11-11 Martin QuinsonI've found the name of the next release
2011-11-11 Martin Quinsonmove some XML specific code from surf_routing.c to...
2011-11-11 Martin QuinsonImprove a bit the documentation of hte xbt_queues,...
2011-11-10 Arnaud GierschRemove two more declaration of phantom functions.
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Martin Quinsonsome more cleanups for tomorrow marked as FIXME for...
2011-11-10 Martin Quinsonvarious psychorigid cleanups -- routing_parse_cluster...
2011-11-10 Martin Quinsonthat's a quite complicated no-op :)
2011-11-10 Martin QuinsonMerge branch 'parser'
2011-11-10 Martin Quinsondo not search the cluster backbones again and again...
2011-11-10 Martin Quinsonyou have to plug the memleaks from time to time
2011-11-10 Martin Quinsonpopulate the routing_none_finalize to make sure that...
2011-11-10 Martin Quinsoncosmetics: variable&fields renaming
2011-11-10 Martin QuinsonUse the none routing as an ancestor to the generic...
2011-11-10 Martin Quinsoncosmetics, nothing serious
2011-11-10 Christophe... New Lua example: Chord (work in progress)
2011-11-10 Martin Quinsonsanitize get_network_element_type()
2011-11-10 Martin Quinsonkill unused global_routing->get_latency()
2011-11-10 Martin QuinsonKill global_routing->get_route_or_null
2011-11-10 Martin QuinsonThat pointer to function was never given anything but...
2011-11-10 Martin Quinsonfactorize the routing_exit functionality, and ensure...
2011-11-10 Martin Quinsonkill small crufts here and there
2011-11-10 Martin Quinsonkill further globals
2011-11-10 Martin Quinsonsaner pattern use in the trace files
2011-11-10 Martin Quinsonfix the constness of xbt_strbuff_new_from(), it's too...
2011-11-10 Martin Quinsonvarious cleanups
2011-11-10 Martin Quinsonahah. Mort de rire. :-/
next