Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill link_set (use surf_network_model->resource_set instead)
[simgrid.git] / src / include / surf / surf.h
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
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 mquinsonfurther polishing on the merge of all model types ...
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 mquinsonroots of a generic surf_resource_t type
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonexplicit the fact that a variable without initializatio...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 alegrandsed resource/model as it is now how things are named...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-09-12 cheriermthe route_multi_table variable was declared two times
2008-07-08 cheriermDetails of this changes:
2008-06-25 velhoinclude portable.h at the right location (Yes, we reall...
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandcosmetics
2008-06-12 alegrandFactor most callback definitions.
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 mquinsonCut a now useless dependency of surf.h to portable...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoBetter management of additionnal network models
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-07 mquinsonpublish a symbol used by a test, for the poor souls...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2007-12-20 mquinsonThese two certainly do not need hardcore portability...
2007-12-11 quasareliminating KCCFLN05 model
2007-12-04 mquinsonMac users need love so that their prehistoric linker...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-27 mquinsonFix stupid comments
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
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 quasarmove the callback lists to the public headers
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-09-26 alegrandRevert "Adding the prototype for the callback on startu...
2007-09-26 alegrandAdding the prototype for the callback on startup mechanism.
2007-09-21 cheriermuse portable.h
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
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-08-10 alegrandAdd a new workstation model. Should give much more...
2007-08-02 alegrandAdding a nice description mechanism for models + cleani...
2007-08-01 alegrandadding network models
2007-07-30 alegrand* Moving things around (private->public)
2007-07-06 mquinsonPropagate Pedro's typo fixing to the header files
2007-07-03 marklsundoing an unintentional mistake.
2007-07-03 marklsre-start smpi from scratch to use SIMIX.
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 mquinsonuseless cleanup
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-05-17 kayofadded "#include "gras_config.h"" for USE_GTNETS
2007-05-17 kayofadded a declaration for the GTNetS model.
2007-03-16 cheriermon include extern C directive for c++ compilers plus...
2007-03-14 cheriermeffect of the redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-13 cheriermspecial exportation data for visual c++
2007-03-02 cheriermupdate the double extern declaration bis
2007-03-02 cheriermupdate the double extern declaration
2007-03-01 cheriermexport some function declared in surf.h
2007-02-14 velhoMaking a surf workstation model using csdp. How simple...
2007-02-07 cheriermdo not export the functions of this header in the dll
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-08-20 thieryThis file didn't compile
2006-08-18 thieryAdd documentation for Surf
2006-07-12 thieryAdd functions action_get_start_time() and action_get_fi...
2006-06-20 thieryImplement functions SD_workstation_route_get_list,...
2006-06-20 thieryFix function get_route
2006-06-19 thieryImplement function get_route in model KCCFLN05 (not...
2006-06-19 thieryAdd prototype of function get_route in Surf
2006-06-19 thieryAdd a function get_available_speed in Surf workstation...
2006-03-27 alegrandremove useless declarations
2005-08-09 alegrandadding a priority mechanism
2005-08-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
2005-08-02 alegrandadd a get_speed function to the cpu and enabled the...
2005-07-22 alegrandadding parallel task to SURF workstations
2005-06-29 alegrandAdding a function to set the max_duration of an action.
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-06-02 alegrandVery weird. Those modifications were supposed to have...
2005-06-01 alegrandmoving/hiding resource_object where it is needed.
2005-01-15 alegrandCosmetics and forgot to say in the previous commit...
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
2005-01-10 alegrandIt worries me however, to realize how tough an ass...
2005-01-06 alegrandRenamed resource initialization functions. Now they...
next