Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Log improvements.
[simgrid.git] / src / surf /
2005-02-04 alegrandNo more dead code + bug fix.
2005-02-04 alegrandToday Martin Quinson wrote :
2005-02-04 alegrandMajor bug fix in SURF.
2005-02-04 alegrandFilling placeholders...
2005-02-01 alegrandMore reasonnable value.
2005-02-01 alegrandbugfix... I'm so pissed off to keep finding bug in...
2005-01-31 alegrandaborting is cleaner than segfaulting
2005-01-29 alegrandupdating the doc
2005-01-28 alegrandmake communications from an host to itself instantaneous
2005-01-27 alegrandI probably had been drinking too much the day I have...
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-26 alegrandBug fix : we could get stuck into an infinite loop...
2005-01-26 alegrandExtending the parser to handle bound on outgoing commun...
2005-01-26 alegrandFixing line number for an easier debugging.
2005-01-19 alegrandBugfix... I had forgotten to reorder elements when...
2005-01-15 alegrandNow surf communications come with a maximum rate. Also...
2005-01-14 alegrandParsing values is good. Taking into account parsed...
2005-01-14 alegrandnetwork actions should be suspendable too. In fact...
2005-01-14 alegrandFinding this damn fucking bug took me an inordinate...
2005-01-11 alegrandNow, it works.
2005-01-10 alegrandIt worries me however, to realize how tough an ass...
2005-01-10 alegrandAdding default values to the DTD
2005-01-10 alegrandIntroducing new functionnality without breaking the...
2005-01-10 alegrandcosmetics
2005-01-10 alegrandAdd two convenient functions
2005-01-07 alegrandKeep extending the DTD to handle an computation/communi...
2005-01-07 alegrandfixed a few memleak
2005-01-07 alegrandChanged my mind. This function will be defined somewher...
2005-01-06 alegrandRenamed resource initialization functions. Now they...
2005-01-06 alegrandPreparing to parse interferences for a new model. Also...
2005-01-06 alegrandI can't believe I had forgotten to add surf_parse.c...
2005-01-05 alegrandNow, any surf-based program can take --surf-path argume...
2005-01-05 alegrandPlease, flex, tell me on which line problems are. Also...
2005-01-05 alegrandMoved from flex to flexml.
2005-01-04 alegrandmoving to flexml
2004-12-31 alegrandMem leak hunting!
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-29 alegrand*** empty log message ***
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-21 alegranddebug debug debug
2004-12-21 alegrandForgot to disable debug printf's. Sorry for the noise.
2004-12-21 alegrandmake valgrind happy happy.
2004-12-18 alegrandThis function has been accidentally deleted in the...
2004-12-17 alegrandAdd a convenient function
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-16 mquinsonYou evil namespace polluter
2004-12-16 mquinsonFight symbol redefinition since it breaks on G5 (don...
2004-12-16 mquinsonMy god, the AIX compiler is rather picky
2004-12-14 alegrandSorry for those stupid assert.
2004-12-14 mquinsoncleanup for the upcoming release
2004-12-12 mquinsoncosmetic
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsonignore crufty lex results
2004-12-10 alegrandA meta-resource : workstation is simply a CPU and a...
2004-12-09 alegrandEach action can now have a maximum duration. That is...
2004-12-09 alegrandHUSH !
2004-12-09 alegrandBug fix + handling of variables with a weight equal...
2004-12-09 alegrandMore explicit names
2004-12-09 alegrandAdding workstation : a single CPU and a network card...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 alegrandTaking latencies into account to bound the effective...
2004-12-07 alegrandAdd lmm_get_var_from_cnst
2004-12-07 alegrandMartin wrote :
2004-12-07 alegrandTaking latencies into account (but not for the bandwidt...
2004-12-07 alegrandRemove useless comments.
2004-12-07 alegrand> CRITICAL1 fait des logs, c'est tout. C'est normal...
2004-12-07 alegrandOooups !
2004-12-07 alegrandInitializing logs once and only once.
2004-12-07 alegrandNetwork module is working. Does not take latencies...
2004-12-07 alegrandmove resource_used to the private part
2004-12-07 alegrandUsing logs
2004-12-07 alegrandmove resource_used to the private part + a few renaming
2004-12-07 alegrandAdd some convenient functions
2004-12-07 alegrandIf a system has not been modified between two successiv...
2004-12-02 alegrandCosmetics
2004-12-02 alegrandStarting the network module.
2004-12-02 alegrandTaking in account the fact that some resource may have...
2004-12-02 alegrandPublishing some internal parsing function.
2004-12-02 alegrandSurf Parser
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-29 alegrandRha!
2004-11-29 alegrandFailures now taken into account. Need to write clean...
2004-11-29 alegrandOK, now clean structures are used for my objects. Forge...
2004-11-24 alegrandA commit before a design modification. I'm gonna try...
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-20 alegrandCPU can be created and used even though failures are...
2004-11-20 alegrandBug fix and add a fonction indicating whether a constra...
2004-11-16 alegrandRenamed host to cpu. That was really confusing.
2004-11-16 alegrandFirst attempt on SURF design. I'd like a 5'10" short...
2004-11-15 alegrandCosmetics
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-12 alegrandComment some debugging stuff.
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandMax-min solver written ! :) Seems to be working fine !
2004-11-05 alegrandEfficient linear max-minimization library : first version.
2004-11-04 alegrandTypes and function prototypes for the max_min linear...
2004-09-06 mquinsonWelcome, Arnaud