Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the now useless 'cleanup' parameter of routing_get_route_and_latency
[simgrid.git] / src /
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 Christophe ThiéryLua: implementing asynchronous comms (wait, test, isend...
2011-11-14 Christophe ThiéryLua: add a function simgrid.process.sleep()
2011-11-14 Christophe ThiéryLua: add a function simgrid.get_clock()
2011-11-14 Christophe ThiéryLua: document the possibility to use numbers for mailboxes
2011-11-14 Christophe ThiéryLua: return errors from execute/send/recv, or nil in...
2011-11-14 Christophe ThiéryLua: rename simgrid.task.name() to simgrid.task.get_name()
2011-11-14 Christophe ThiéryMake 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 defined interface for accessing to lib properties.
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
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 Quinsonmove some XML specific code from surf_routing.c to...
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 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. :-/
2011-11-10 Martin Quinsonvarious cleanups and clarifications
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-10 Christophe ThiéryLua: set a task metatable that allows OO-style syntax
2011-11-10 Christophe ThiéryLua: garbage collect the simgrid module (remove simgrid...
2011-11-10 Christophe ThiéryDon't protect access to the metatable from Lua.
2011-11-10 Christophe ThiéryClean MSG source file names
2011-11-10 Martin Quinsoninline static functions declared only once, and that...
2011-11-10 Martin Quinsonkill unused static functions
2011-11-10 Martin Quinsonthat function is so stupid that it is never called...
2011-11-10 Martin Quinsonkill a type that were exactly the same than another
2011-11-10 Martin Quinsonsanitize type naming between surf models and routing...
2011-11-10 Martin Quinsonuse an explicit type name for pointer on fct
2011-11-10 Martin Quinsontiny partial reindent
2011-11-10 Martin QuinsonMove the SURF model initialization from routing_parse...
2011-11-10 Martin Quinsonkill unused callbacks in the routing models
2011-11-10 Martin QuinsonRename sg_platf_new_AS_{open,close} to {begin,end}...
2011-11-10 Arnaud GierschRemove declaration for inexistent functions.
2011-11-10 Arnaud GierschThese functions are declared static, define them static...
2011-11-10 Martin QuinsonRename some routing logic fields to make them more...
2011-11-10 Martin Quinsonkill asserts which error message is as instructive...
2011-11-10 Martin Quinsoncluster routing is simpler than you thought
2011-11-10 Martin Quinsonkill unused function
2011-11-10 Martin Quinsonadd a constructor to the generic parsing logic, and...
2011-11-10 Martin QuinsonStart fixing the OO organization of the routing
2011-11-10 Martin Quinsonhide an ugly function used only locally
2011-11-10 Martin Quinsonwhat is that pimple, for god's sake??
2011-11-10 Martin Quinsonkill an unused structure + reindent and cosmetics
2011-11-10 Martin Quinsonfurther improve that damn message (fct called from...
2011-11-10 Martin Quinsonfix a typo spotted by Henri
2011-11-09 Arnaud GierschDon't define routing_component_t twice.
2011-11-09 Christophe ThiéryYet another clobbered variable warning
2011-11-09 Christophe ThiéryClean the code and comments of registering C functions...
2011-11-09 Christophe ThiéryThese function don't return anything
2011-11-09 Christophe ThiéryMove this debugging function to lua_utils.c
2011-11-09 Christophe ThiéryThe argument is a userdata, not a Lua task
2011-11-09 Christophe ThiéryLua: merge simgrid.task.recv and simgrid.task.recv_with...
2011-11-09 Christophe ThiéryDocument C functions that Lua calls
2011-11-09 Christophe ThiéryWhen a C function is called by Lua, get the args with...
2011-11-09 Christophe ThiéryNice joke.
2011-11-09 Christophe ThiéryMake the Lua API respect coherent naming conventions
2011-11-09 Christophe ThiéryRename functions in simgrid_lua.c
2011-11-09 Martin QuinsonRemove a useless xbt_assert from the critical path
2011-11-09 Martin Quinsonuse a sane way to declare postparse callbacks, now...
next