Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update the double extern declaration bis
[simgrid.git] / src / simdag / sd_task.c
2006-09-26 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-08 thieryFix uninitialized values
2006-08-08 thieryUse malloc instead of calloc
2006-08-04 thieryImprove the function SD_task_get_state
2006-08-04 thieryRemove useless reallocs
2006-07-31 thieryAdd a sequential mode to the workstations. In this...
2006-07-18 thieryUse exceptions instead of assertions when it is appropriate
2006-07-13 mquinsonFix doxygen
2006-07-12 alegrandModify SD_task structures so that get_start_time, get_f...
2006-07-12 thieryAdd functions SD_task_get_start_time() and SD_task_get_...
2006-07-07 thieryForgot to initialise a pointer
2006-07-07 thieryUse action_free to free the actions
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 thieryUse macros DEBUG and INFO instead of printf
2006-06-30 thieryAmount is finally back
2006-06-30 thieryRemove attribute amount from structure task
2006-06-29 thieryOptimize SD_simulate and fix bugs
2006-06-28 thieryFinish SimDag documentation
2006-06-28 thieryAdd documentation for workstations and fix a few bugs
2006-06-27 thieryAdd a state SD_READY to the tasks to optimize SD_simulate
2006-06-27 thieryUpdate SimDag documentation: main page and datatypes
2006-06-26 thieryFix SimDag compilation warnings.
2006-06-26 thieryUpdate function SD_simulate.
2006-06-23 alegrandDo not forget to insert task in the correct swag after...
2006-06-23 thieryDetect when a task reaches a watch point.
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-22 thieryAdd a function SD_task_dependency_get_data and improve...
2006-06-22 thieryReplace xbt_dynar_get_ptr by xbt_dynar_get_cpy to simpl...
2006-06-22 thieryImplement functions SD_task_dependency_add and SD_task_...
2006-06-21 thieryImplement SD_task_schedule, SD_task_unschedule and...
2006-06-21 thieryImplement functions SD_get_amount, SD_get_remaining_amo...
2006-06-20 thieryUpdate SimDag task structure.
2006-06-16 thieryUpdate workstation handling in SimDag. Change the prefi...
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...