Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These files have nothing to do here
[simgrid.git] / src /
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_...
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 ThiéryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
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 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 Quinsonfix a bug that I recently introduced that prevented...
2011-11-03 Christophe ThiéryEnable 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 Christophe ThiéryFix the mallocator of SimDag tasks.
2011-11-03 Christophe Thiéryxbt_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 Thiérykeep_track should be set only when lmm_solve is called...
2011-11-03 Christophe ThiéryMake 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 ThiéryOptimize swags and save calls from Surf
2011-11-02 Christophe ThiéryThis useless test makes a warning when assertions are...
2011-11-02 Christophe ThiéryFix gcc 4.6 warnings about clobbered variables with...
2011-11-02 Christophe ThiéryImplement direct context switching also for raw contexts
2011-11-02 Christophe ThiéryThe impossible might be possible sometimes, actually
2011-11-02 Christophe ThiéryDirect context switching: clean the semantics of parmap
2011-11-02 Christophe ThiérySwitch 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-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 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 ThiéryDon't memset to zero
2011-10-28 Christophe ThiéryWith optimizations, gcc 4.6 warns about clobbered variables
next