Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
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 Arnaud GierschKill bogus fixme: xbt_free_f already exists.
2011-11-08 Arnaud GierschParenthesis should be protected in test parameters.
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... Update README of Lua examples
2011-11-08 Christophe... Clean the code of Lua examples.
2011-11-08 Christophe... Add unversioned chord large deployment files to .gitignore
2011-11-08 Christophe... These 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... This structure was not necessary
2011-11-07 Christophe... Lua: don't garbage collect a task after sending it...
2011-11-07 Christophe... Lua: add a function sglua_copy_value
2011-11-07 Christophe... Add comments about who should or shouldn't call MSG_tas...
2011-11-07 Christophe... After a send, the sender should never access the task...
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 NavarropDon't use a fix value of host.
2011-11-07 NavarropAdd a source file for model vivaldi. Write vivaldi_get_...
2011-11-07 NavarropRemove some bprintf, fix memleaks.
2011-11-07 Martin Quinsonfix the last broken tests by sanitizing the way propert...
2011-11-07 NavarropResolved merge "merge changes. Strange, it seems to...
2011-11-07 NavarropRemove unused function.
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-07 Martin Quinsonintegrate properly the router creation in sg_platf...
2011-11-07 Martin Quinsonplug memleaks: surfxml does not allocate memory, sg_pla...
2011-11-07 Martin QuinsonMake the sg_plat_new_host() function public
2011-11-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-07 Martin QuinsonContinue parser cleanups
2011-11-07 Christophe... The parser's behavior has changed, revalidate the outpu...
2011-11-07 Christophe... Add some _XBT_GNUC_UNUSED to avoid compilation warnings...
2011-11-07 Arnaud GierschThis include is not needed anymore.
2011-11-06 Arnaud GierschRemove useless code obfuscation.
2011-11-06 Arnaud GierschFix handling of the backtrace log formatters %b and %B.
2011-11-06 Arnaud GierschCosmetics: fix comment.
2011-11-05 Arnaud GierschA message changed its category.
2011-11-05 Arnaud GierschImprove xbt_log_layout_format_doit().
2011-11-05 Arnaud GierschImprove xbt_log_layout_simple_doit().
2011-11-05 Arnaud GierschAvoid (almost) duplicated code in xbt_log_layout_*.
2011-11-05 Arnaud GierschUse fputs() instead of fprintf("%s") in file log appender.
2011-11-05 Arnaud GierschRemove old debugging cruft.
2011-11-05 Arnaud GierschFix the fixme.
2011-11-05 Martin Quinsonusing pointer to scalar is a strange way to return...
2011-11-05 Martin QuinsonNobody will ever need to override the behavior of confi...
2011-11-05 Martin QuinsonAdd a new module allowing to interact with the platform...
2011-11-04 Martin QuinsonCall surf_parse_models_setup() from the right level
2011-11-04 Martin QuinsonRegister the generic <AS> callback soon enough
2011-11-04 Martin Quinsonfixing lua console (brain dead) damages to the parser
2011-11-04 Martin Quinsonthis function should definitely not be called from...
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonputain, ca compile pas cette merde
2011-11-04 Martin Quinsonmerge changes. Strange, it seems to ate pierre commit
2011-11-04 Martin Quinsonyet another psychotic cleanup
next