Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill "if" before free, and useless cast of free argument.
[simgrid.git] / src / surf / workstation_ptask_L07.c
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Arnaud GierschDon't duplicate strings uselessly, and avoid memory...
2011-11-09 Arnaud GierschReindent before change.
2011-11-08 Martin Quinsonfurther parser cleanups
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin Quinsonfix the last broken tests by sanitizing the way propert...
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonensure that the create_resource functions do call strdu...
2011-11-03 Martin QuinsonNobody cares about this argument since maybe 4 years...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-20 Martin Quinsonuse more consistently the resource create of models...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove resource_set from surf_model.
2011-03-24 navarropRemove old function surf_model_resource_by_name.
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-01 thieryUse a mallocator for the Surf actions
2011-01-21 navarropCorrectly set callbacks for tags.
2010-12-01 agierschFix a memory leak in ptask_parse_link_init.
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-11 alegrandIndent include and src using this command:
2010-09-28 navarropClean code.
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropChange way to call get_route
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-16 coldpeaceextend lua console to simdag
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-04-25 mquinsonFix copyright headers
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-13 mquinsonUseless cleanups
2009-07-13 mquinsonKill surf_parse_get_trace() which were a useless wrappe...
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonAdd a command-line option to choose the routing schema...
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-07-01 mquinsonGet surf_model_init set fields to common values about...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonPlug a memleak
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-12 alegrandUse the rate variable... (thanks Fred for noticing...
2008-07-08 cheriermDetails of this changes:
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandPlug a memleak.
2008-06-12 alegrandFactor most callback definitions.
2008-06-10 alegrandClean and reorganize: move some frees to the right...
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-20 mquinsonGet ride of a supurious compiler warning
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-03-05 alegrandBug fix in the trace management: the power value was...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-11 quasarfixed bug in route:multi generation; appeared after...
2007-12-05 cheriermAnsi C declaration of the variables (at the beginning...
2007-12-04 quasarfixed a bug in add_route in all models + dict uses...
2007-11-30 mquinsonAdapt to lastest dict API update
2007-11-29 quasarmodified atoi to strtol when getting route ends in...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasarupdate 1 pass
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-10-27 mquinsonCheck that the platform file does not define the same...
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonFixup the is_first semantic (does not change anything...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-16 alegrand'major bug' fix in ptask_L07.
2007-09-26 alegrandMake teshsuite/simdag/network/test_reinit_costs work...
2007-09-21 mquinsonArnaud implemented latencies in L07, so do not warn...
2007-09-21 alegrandRemoving now useless function.
2007-09-14 alegrandBugfix.
2007-09-14 alegrandstupid me.
2007-09-13 alegrand* full complience with execute_parallel_task
2007-09-12 alegrandAdd partial latency support to ptask_L07.
next