Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate with latest flexml.
[simgrid.git] / src / simdag / sd_link.c
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschUse defined interface for accessing to lib properties.
2011-11-08 Martin Quinsonfurther parser cleanups
2011-10-20 Martin Quinsonreduce the amount of damn paranoid checks in simdag...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropRemove xbt_dict_t links from struct SD_global.
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2009-10-05 mquinsonFix copyright headers in simdag
2009-07-02 mquinsonKill SD_link_get_properties: hard to maintain and makes...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
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 mquinsonFactorize some code in SURF
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-26 mquinsonFix documentation
2008-06-19 alegrandOoups, stupid me.
2008-06-18 alegrandUse newly created SURF function to indicate whether...
2008-06-18 alegrandFrederic's patch to get the sharing policy in SimDAG.
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonKill code duplication, and doc tiny improvements
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-08-17 velhoSubstitution of the word "resource" by "model" in every...
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-08 thieryUse malloc instead of calloc
2006-07-06 thieryRemove a huge memory leak
2006-07-03 thieryAdd functions SD_link_get_list() and SD_link_get_number...
2006-06-28 thieryFinish SimDag documentation
2006-06-23 thieryMake private structures SD_link and SD_workstation
2006-06-21 thieryImplement SD_task_schedule, SD_task_unschedule and...
2006-06-20 thieryRemove field name from strucure SD_link_t.
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-19 thieryUpdate function __SD_link_destroy
2006-06-19 thieryImplement link names in SimDag.
2006-06-16 thieryUpdate workstation handling in SimDag. Change the prefi...
2006-06-15 thieryUpdate destructors and test access to surf structures
2006-06-15 thieryAdd private structures and functions + wrapping for...
2006-06-14 thieryWorking on SimDag.
2006-06-13 thieryFirst SimDag draft. See simgrid.gforge.inria.fr/doc...