Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[simgrid.git] / src / surf / network_constant.c
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-02 schnorr[trace] constant model is explicitly not traced
2011-02-01 thieryUse a mallocator for the Surf actions
2010-12-01 alegrandUse a cleaner function type for get_link_latency functions.
2010-12-01 alegrandMove the latency computation logic from surf models...
2010-11-23 schnorrremoving log message from network constant model
2010-10-11 schnorrfixing name of the function and its utilization in...
2010-10-11 alegrandIndent include and src using this command:
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-14 piniBugfix: C is _not_ object-oriented (a.k.a. missing...
2010-04-25 mquinsonFix copyright headers
2010-02-24 navarropDelete warning during compiling.
2009-11-20 alegrandremove wrong comment
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-16 mquinsonshut of, model
2009-07-16 mquinsonAllow to instanciate the constant network model. It...
2009-07-13 mquinsonkill network_common.h: empty
2009-07-13 mquinsonKill deprecated cruft and unused variables
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonAlso kill the cards from network_constant
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 mquinsonFactorize the code of model->action_state_set where...
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-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-07-08 cheriermDetails of this changes:
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-12 alegrandFactor most callback definitions.
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 alegrandChange the prototype for update_resource_state.
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.