Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a SD_task_set_name() function
[simgrid.git] / src / simdag /
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-30 mquinsonfix SD_task_get_execution_time() when communication...
2010-03-12 mquinsonadd a pointer to the DAX generator from the loader
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-01 mquinsondon't free scheduling data of typed tasks
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2010-02-04 mquinsonin function SD_task_get_execution_time, return a time...
2010-02-04 mquinsonImprove documentation after discussion with FS
2009-10-15 mquinsonplug various memleaks
2009-10-14 mquinsonI really need this to be printed as an int to fit DOT...
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonAutomatically schedule E2E comms placed before and...
2009-10-06 mquinsonSimplify the code of typed tasks in simdag by allocatin...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonDAX loader seem to be working
2009-10-06 mquinsonalso display the kind of a task if known from SD_task_d...
2009-10-06 mquinsonsome more work on dax loader
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonmore comments to explain the structure
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
2009-10-06 mquinsonMake the empty box of DAX parsing work (still empty...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-05 mquinsonFix copyright headers in simdag
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonKill SD_link_get_properties: hard to maintain and makes...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
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 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
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-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-07 alegrandFix the bug raised by Benjamin Depardon.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-05 alegrandBug Fix: The symptom is hard to describe. Sometimes...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
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 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-17 velhoSubstitution of the word "resource" by "model" in every...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-14 alegrandThere may be other resources than workstation. The...
2007-08-14 alegrandA simple communication may also be from a host to itself...
2007-08-10 alegrandUse simple communications and computations whenever...
2007-08-10 alegrandUse the modular surf resource mechanism to allow SD...
2007-07-30 alegrandHack so that SD_simulate(2.0) stops after 2 seconds...
2007-03-06 mquinsonNew function SD_application_reinit() allowing to test...
2007-03-05 alegrandAdding convenient function for Fred Suter
2007-02-28 alegrandHelp debug.
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-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 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-17 thieryUse model KCCFLN05 in SimDag
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-10 thieryThis function could be useful.
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 thieryAdd functions SD_link_get_list() and SD_link_get_number...
next