Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use %t in log format, but %P; revalidate the output after listener introduction
[simgrid.git] / src / surf /
2006-10-26 cheriermfixe the last warning
2006-10-26 cheriermfixe the warnings in surf.c
2006-10-20 cheriermsame as surf.c.
2006-10-20 cheriermConsiders the windows filename conventions (different...
2006-10-11 dutotThanks Arnaud for allowing me to increase my commit...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsonRemove the #line directive from the flex generated...
2006-08-31 alegrandSome values were close to 0 instead of equal to 0,...
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-08-27 mquinsonNo need to memset what we will free one line afterward
2006-08-14 thieryThis dict was not freed
2006-08-10 thieryRemove useless and costly strdups in platform file...
2006-08-09 thieryThere was too many reallocs
2006-08-09 thieryUse malloc instead of calloc because reset_f is called...
2006-08-08 thieryDon't malloc a new dict each time in execute_parallel_task
2006-08-08 thieryUse a mallocator for Surf variables
2006-07-31 mquinsonNo need to warn the user 4 times. Instead, explaining...
2006-07-19 mquinsonGeneration with flex-1.5.3
2006-07-19 mquinsonTypo (?)
2006-07-19 alegrandadd more debugging
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-18 thieryForgot to remove that comment
2006-07-18 thieryImplement execute_parallel_task in model KCCFLN05
2006-07-13 mquinsonflexml 1.5.1 will save the world
2006-07-12 alegrandMove clock modification to the right location so that...
2006-07-12 alegrandSet start_time.
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-05-30 mquinsonNext version will be 3.1
2006-05-29 alegrandAsk for version 1. Default is version 0.
2006-05-29 alegrandAdding a "version" tag to platform_description. This...
2006-05-18 alegrandBug fix raised by Fabien Janvier. Returns a sensible...
2006-05-18 alegrandAdd debugging informations
2006-05-18 alegrandGetting rid of useless field
2006-05-18 alegrandSanitize channel naming convention
2006-05-16 alegrandSanitize channels naming.
2006-05-09 alegrandFixing forgotten function.
2006-04-24 alegrand*** empty log message ***
2006-04-24 alegrandBug correction.
2006-04-24 alegrandAdding debuging informations
2006-04-21 mquinsonregenerate with the lastest flexml -- and unfortunately...
2006-04-21 alegrand#define already defined
2006-04-21 alegrandstupid me!
2006-04-21 alegrandCorrecting the relative priority problem in the default...
2006-04-21 alegrandFix the weight problem raised by Kayo and confirmed...
2006-03-27 alegrandI'm so lazy...
2006-03-27 alegrandI'm so lame.
2006-03-27 alegrandcheck this constraint exists before testing something...
2006-03-27 alegrandComplete rewriting of this workstation instance! I...
2006-03-27 alegrandAdding traces for easier debuging + bugfix
2006-03-27 alegrandAdding traces for easier debuging
2006-03-27 alegrandthis value should have been be global...
2006-03-27 alegrandAdding convenient functions and traces for debuging
2006-03-21 alegrandMake last version of flex (2.5.33-2) happy.
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-21 alegrandEnable surfxml to live with an other xml parser in...
2006-03-20 alegrandenable surfxml to live with an other xml parser in...
2006-03-20 alegrandmv surf_parse -> surfxml_parse
2006-03-14 casanovaMultiplied network latencies by two when computing...
2005-10-23 mquinsonLet's compile SURF once in the afternoon and cleanup...
2005-10-03 alegrandMake SURF complain when you ask to perform a communicat...
2005-08-30 alegrandgetting rid of memleaks.
2005-08-27 alegrandAdd more checkings...
2005-08-16 alegrandinclude the right files
2005-08-16 alegrandregenerate the lexer
2005-08-16 alegrandmoving public parts to public places and generating...
2005-08-16 alegrandPreparing surf_parser to be hijacked
2005-08-16 alegrandPreparing surf_parser to be hijacked
2005-08-09 alegrandadding a priority mechanism
2005-08-07 mquinsonxlC dont like having a return <value> in a void functio...
2005-08-07 mquinsons/surf_finalize/surf_exit/ for uniformity with other...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonUse xbt_dict_get_or_null to avoid the exception madness
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-08-02 alegrandAdd a loopback if needed...
2005-08-02 alegrandadd a get_speed function to the cpu and enabled the...
2005-07-25 alegrandAdd FAT_PIPE
2005-07-25 alegrandExtending the maxmin solver to take into account shared...
2005-07-25 alegrandextending the parser
2005-07-25 alegranddo not create a parallel task is it does not consume...
2005-07-25 alegrandhelp readability
2005-07-25 alegranduseless stupid affectation
2005-07-23 alegranddo not forget to take into account parallel tasks.
2005-07-23 alegrandcosmetics
2005-07-22 alegrandadding parallel task to SURF workstations
2005-07-22 alegrandrouting table goes public
2005-07-22 alegrandtrivial API extension of the maxmin solver
2005-06-30 alegrandsome compiler don't like this return void... :)
2005-06-29 alegrandI had forgotten a few functions last time. It could...
2005-06-29 mquinsonKill evil cruft ;)
2005-06-29 alegrandAdding a function to set the max_duration of an action.
2005-06-23 mquinsonAutomatic update
2005-06-23 mquinsonautomatic updates
2005-06-13 alegrandAdd a new function action_use that help to delay the...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-06-09 alegranddefault value of start_time = -1.0. It enables to make...
next