Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2011-11-02 Christophe... Switch directly between runnable contextes (work in...
2011-11-02 Martin Quinsontypos
2011-11-02 Martin Quinsoncosmetics
2011-11-01 Martin Quinsonregenerate with flexml 1.9.1 (integrate small changes...
2011-11-01 Martin Quinsonuseless simplification
2011-11-01 Martin Quinsondo build and install the manpages
2011-10-30 Martin QuinsonRegenerate with flexml 1.9 (robust against multiple...
2011-10-28 Martin Quinsonsimplification by removing a useless level of call
2011-10-28 Martin Quinsonshut up you stupid gcc46
2011-10-28 Martin Quinsonreduce greatly the size of the static string for logs...
2011-10-28 Martin Quinsonmark as volatile variables that are used within TRY...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Arnaud GierschIn xbt_log_layout_simple_doit, add missing calls to...
2011-10-28 Martin Quinsoncosmetics/tiny computation saving
2011-10-28 Christophe... valgrind.h causes a "variable unused but set" warning...
2011-10-28 Christophe... Don't memset to zero
2011-10-28 Christophe... With optimizations, gcc 4.6 warns about clobbered variables
2011-10-28 Christophe... memset with a size of 0 is forbidden
2011-10-27 Christophe... Merge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-27 Christophe... Make suspending/resuming a suspended/non-suspended...
2011-10-27 NavarropFix cluster without backbone.
2011-10-26 NavarropAdd the include into EXTRA DIST package.
2011-10-26 NavarropEnsure windows combatibility.
next