Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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. :-/
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 NavarropRemove section about java.
2011-11-10 NavarropMake a sync in a different directory.
2011-11-10 Christophe... Lua masterslave: simplify the code and improve the...
2011-11-10 Christophe... Lua: set a task metatable that allows OO-style syntax
2011-11-10 Christophe... Lua: garbage collect the simgrid module (remove simgrid...
2011-11-10 Christophe... Don't protect access to the metatable from Lua.
2011-11-10 Christophe... Clean 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-10 Martin Quinsonsome users prefer this name, so provide it for symmetry...
2011-11-09 Arnaud GierschDon't define routing_component_t twice.
2011-11-09 Christophe... Yet another clobbered variable warning
2011-11-09 Christophe... Clean the code and comments of registering C functions...
2011-11-09 Christophe... These function don't return anything
2011-11-09 Christophe... Move this debugging function to lua_utils.c
2011-11-09 Christophe... The argument is a userdata, not a Lua task
2011-11-09 Christophe... Lua: merge simgrid.task.recv and simgrid.task.recv_with...
2011-11-09 Christophe... Document C functions that Lua calls
2011-11-09 Christophe... When a C function is called by Lua, get the args with...
2011-11-09 Christophe... Nice joke.
2011-11-09 Christophe... Make the Lua API respect coherent naming conventions
2011-11-09 Christophe... Rename 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...
2011-11-09 Martin Quinsonpartially reindent that file
2011-11-09 Martin QuinsonRemove the complexity needed to save a global that...
2011-11-09 Martin QuinsonI don't see the point of declaring and calling empty...
2011-11-09 Martin Quinsonoups, that comment were in french
2011-11-09 Martin Quinsonnobody use these structures, so I won't try to understa...
2011-11-09 Arnaud GierschReorganize mallocator.c, and add the possibility to...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Arnaud GierschReplace, when possible, calls to bprintf() by calls...
2011-11-09 NavarropFor radical it is "," and not ";"
2011-11-09 Lucas Schnorrimprove documentation of MSG_task_dsend function
2011-11-09 Christophe... Also remove the comm from processes when SIMIX_post_com...
2011-11-09 Christophe... Fix possible crashes and leaks with dsends during proce...
2011-11-09 Arnaud GierschDestroy sg_platf_link_cb_list on sg_platf_exit().
2011-11-09 Arnaud GierschDon't duplicate strings uselessly, and avoid memory...
2011-11-09 Arnaud GierschReindent before change.
2011-11-09 Arnaud GierschReindent surf_routing.c
2011-11-09 Arnaud GierschConstification of parameter, and attribute no_return.
2011-11-09 Arnaud GierschAdd a script running GNU indent with the appropriate...
2011-11-09 NavarropFactorize routing_parse_cluster.
2011-11-08 Martin QuinsonI demand you to stop that empty function chaining madne...
2011-11-08 Martin Quinsonsanitize the names of the routing's parse callbacks
2011-11-08 Martin Quinsonno need to have the routing_parse_Scluster() function...
2011-11-08 Martin Quinsonsanitize the way parsing callbacks of the routing submo...
2011-11-08 Martin QuinsonOne day, we'll have to deal with route creation in...
2011-11-08 Martin Quinsonsimplify this function
2011-11-08 Martin Quinsonrename some types for consistency
2011-11-08 Martin Quinsonthat FIXME would be a bad idea to implement
2011-11-08 Martin Quinsonreindent, no real change
2011-11-08 Martin Quinsonimplement cluster tag on top of sg_platf w/o XML black...
2011-11-08 Martin QuinsonKill the XML-level callbacks to AS_open/close and creat...
2011-11-08 Martin Quinsonsimplify that vicious nasty code
2011-11-08 Martin Quinsonkill dead code
2011-11-08 Martin Quinson/me also hates void* pointers
next