Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change way to call get_route
[simgrid.git] / src / simdag / sd_link.c
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...