Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline static functions declared only once, and that were not really improving my...
[simgrid.git] / src /
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...
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 Lucas Schnorrimprove documentation of MSG_task_dsend function
2011-11-09 Christophe ThiéryAlso remove the comm from processes when SIMIX_post_com...
2011-11-09 Christophe ThiéryFix 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 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 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
2011-11-08 Martin Quinson/me hates globals
2011-11-08 Martin Quinsonintegrate the peer creation in sg_platf properly
2011-11-08 Martin Quinsonpreparse the arguments of peer tag
2011-11-08 Martin Quinsonimprove peer creator: use sg_platf_new_*, not the XML...
2011-11-08 Arnaud GierschDestroy dax parser after use.
2011-11-08 Arnaud GierschFix memory leak in xbt_cfg_set_parse().
2011-11-08 Martin Quinsonfurther parser cleanups
2011-11-08 Martin Quinsondo use the parameters I'm given, not some random globals
2011-11-08 Martin Quinsonkill dead code
2011-11-08 Martin Quinsonimprove comments
2011-11-08 Martin Quinsonplug a memleak when the cluster's router_id is not...
2011-11-08 Martin Quinsonfix constness in parser
2011-11-08 Martin Quinsonfurther fields renamings in the parser
2011-11-08 Christophe ThiéryThese files have nothing to do here
2011-11-08 Martin Quinsonfurther code simplification. This one were nasty
2011-11-08 Martin Quinsonsimplify the code a bit
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-08 Martin Quinsonalso cleanup the field names of s_sg_platf_router_cbarg_t
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-08 Martin QuinsonReimplement the lua console on top of sg_platf
2011-11-08 Martin Quinsonkill more empty function chaining in lua console
2011-11-07 Martin QuinsonSlight cleanups in the lua console
2011-11-07 Martin QuinsonKill some further empty function chaining.
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Christophe ThiéryThis structure was not necessary
2011-11-07 Christophe ThiéryLua: don't garbage collect a task after sending it...
2011-11-07 Christophe ThiéryLua: add a function sglua_copy_value
2011-11-07 Christophe ThiéryAdd comments about who should or shouldn't call MSG_tas...
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin Quinsonalso deprecate ETag_surfxml_router
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-07 NavarropAdd a source file for model vivaldi. Write vivaldi_get_...
next