Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_malloc (and friends) instead of direct malloc()
[simgrid.git] / src / simdag / private.h
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-22 Frederic SuterAdd a new type of typed task that we may be able to...
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-10-20 Martin Quinsonreduce the amount of damn paranoid checks in simdag...
2011-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-20 Martin Quinsonsetup a mallocator for the simdag tasks. The gain is...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Martin QuinsonPerformance boost by using a swag internally in SD_simulate
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove xbt_dict_t links from struct SD_global.
2010-12-02 quintin[simdag/cycle] delete the function acyclic_graph_detect...
2010-12-02 quintin[simdag/dot,simdag/dax] move the test for acyclic graph...
2010-12-02 quintin[src/simdag,examples/simdag] add the simulator inside...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-06-17 suterAdd stuff to make compute tasks schedulable.
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
2010-06-14 suterReintroduce a SD_READY state, which now means "ready...
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-11 suterChange the way a task is considered as ready
2010-04-25 mquinsonFix copyright headers
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonmore comments to explain the structure
2009-10-05 mquinsonFix copyright headers in simdag
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-18 alegrandFrederic's patch to get the sharing policy in SimDAG.
2008-06-07 alegrandFix the bug raised by Benjamin Depardon.
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsoncosmetics
2006-08-04 thieryImprove the function SD_task_get_state
2006-08-04 thieryRemove useless reallocs
2006-08-04 thieryOptimize function SD_route_get_list()
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-18 thieryUpdate SD_init() and SD_exit()
2006-07-12 alegrandModify SD_task structures so that get_start_time, get_f...
2006-07-03 thieryAdd functions SD_link_get_list() and SD_link_get_number...
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-27 thieryAdd a state SD_READY to the tasks to optimize SD_simulate
2006-06-26 thieryUpdate function SD_simulate.
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 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-20 thieryRemove field name from strucure SD_link_t.
2006-06-19 thieryImplement link names in SimDag.
2006-06-16 thieryFix a memory leak.
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.