Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2011-11-04 Martin Quinsonregenerate with flexml 1.9.2 (fix to my recent changes...
2011-11-04 NavarropCreate a structure to put link up and down for model...
2011-11-04 Martin Quinsonnormalize some type names
2011-11-04 Martin Quinsonremove useless empty parsing callbacks
2011-11-04 Martin Quinsonkill a bunch of warnings that prevented me from compiling
2011-11-04 NavarropWithout ! is better sorry...
2011-11-04 NavarropAdd V_cluster_availability_file and V_cluster_state_fil...
2011-11-04 NavarropDo the free into the right file.
2011-11-04 NavarropGet rid of uselessly duplicated code.
2011-11-04 Martin Quinsonno need to reset a struct that will be freed
2011-11-04 NavarropReplace stupid char* by doubles in the cluster struct...
2011-11-04 NavarropAdd new model for cluster tag.
2011-11-04 Martin Quinsonensure that the create_resource functions do call strdu...
2011-11-04 Martin Quinsonuseless cosmetics
2011-11-03 Martin Quinsondamn. Make sure that the models are inited only once...
2011-11-03 Martin Quinsonthis output changed back, so revert my change of today
2011-11-03 Martin Quinsonfix a bug that I recently introduced that prevented...
2011-11-03 Martin Quinsonuse the right flag to get the pthread compilation schema
2011-11-03 Arnaud GierschFix warnings about clobbered variables in gras/rpc...
2011-11-03 Arnaud GierschFix warnings about clobbered variables in gras/pmm...
2011-11-03 Arnaud GierschFix warnings about clobbered variables in gras/ping...
2011-11-03 Arnaud GierschFix warnings about clobbered variables in gras/mmrpc...
2011-11-03 Arnaud GierschFix warnings about clobbered variables in gras/console...
2011-11-03 Arnaud GierschFix warnings about clobbered variables in amok/bandwidt...
2011-11-03 Arnaud GierschRemove spurious semicolon.
2011-11-03 Arnaud GierschDo not hide useful warnings: unused-but-set-variable.
2011-11-03 Arnaud GierschFix path for out-of-source builds.
2011-11-03 Christophe... Enable clobbered variable warnings again and fix the...
2011-11-03 Martin Quinsonintegrate initialization functions within the parsing...
2011-11-03 Martin Quinsoncleanup the way surf_parse_models_setup is called after...
2011-11-03 Martin Quinsonsplit raw parsing functions from platform parsing,...
2011-11-03 Martin Quinsonprivatize this function that must be called at some...
2011-11-03 Martin Quinsonoops, this should have been in a previous commit (a4f77...
2011-11-03 Martin Quinsonstop messing with the surf internals from the test...
2011-11-03 Christophe... Fix the mallocator of SimDag tasks.
2011-11-03 Christophe... xbt_swag_foreach_safe is actually needed here.
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-11-03 Martin Quinsonfinish to kill a unused function
2011-11-03 Christophe... keep_track should be set only when lmm_solve is called...
2011-11-03 Christophe... Make xbt_swag_insert_at_head/tail uniform and check...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Martin Quinsonimprove the documentation of the parser (getting used...
2011-11-02 Christophe... Optimize swags and save calls from Surf
2011-11-02 Christophe... This constant may be too large for type long
2011-11-02 Christophe... This useless test makes a warning when assertions are...
2011-11-02 Christophe... Fix gcc 4.6 warnings about clobbered variables with...
2011-11-02 Christophe... Implement direct context switching also for raw contexts
2011-11-02 Christophe... The impossible might be possible sometimes, actually
2011-11-02 Christophe... Direct context switching: clean the semantics of parmap
next