Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove xbt_dict_t workstations from SD_global.
[simgrid.git] / src / simdag / sd_workstation.c
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove xbt_dict_t links from struct SD_global.
2011-02-17 agierschUse new style logging macros.
2010-10-11 alegrandIndent include and src using this command:
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropChange way to call get_route
2010-09-28 navarroptest of sd_test
2010-05-10 suterAdd a SD_workstation_get_current_task function
2010-04-25 mquinsonFix copyright headers
2009-10-05 mquinsonFix copyright headers in simdag
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-01 mquinsonUse dynar to represent routes
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-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-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-02-28 alegrandHelp debug.
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-09 thieryForgot to initialize a field
2006-08-08 thieryFix uninitialized values
2006-08-08 thieryUse malloc instead of calloc
2006-08-04 thieryOptimize function SD_route_get_list()
2006-07-31 thieryAdd a sequential mode to the workstations. In this...
2006-07-06 thieryRemove a huge memory leak
2006-07-05 thieryChange some function names
2006-07-04 thieryAdd functions SD_workstation_get_computation_time,...
2006-07-03 thieryAdd functions SD_link_get_list() and SD_link_get_number...
2006-06-28 thieryFinish SimDag documentation
2006-06-28 thieryAdd documentation for workstations and fix a few bugs
2006-06-23 thieryMake private structures SD_link and SD_workstation
2006-06-23 thieryUse swags to handle task states and change structure...
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 thieryImplement link names in SimDag.
2006-06-19 thieryAdd a function get_available_speed in Surf workstation...
2006-06-16 thieryFix a memory leak.
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...