Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I WANT A RECENT FLEX !!!
[simgrid.git] / src /
2005-01-29 alegrandupdating the doc
2005-01-28 mquinsonYou know the refain. It's needed to make dist, it must...
2005-01-28 alegrandmake communications from an host to itself instantaneous
2005-01-27 mquinsonblurp
2005-01-27 alegrandUse the standard model
2005-01-27 alegrandImporting the documentation !!! :)
2005-01-27 alegrandGo away. There is nothing to look at here yet.
2005-01-27 alegrandI probably had been drinking too much the day I have...
2005-01-26 alegrandmissing files
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 alegrandNow, a process can be killed and all process are killed...
2005-01-26 alegrandBug fix: a task could sometimes not be immediately...
2005-01-26 alegrandUsefull function to "kill" a context before the functio...
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 alegrandUsing logs and making some message more clear.
2005-01-19 alegrandNow, you can send a task of length 0 in a no latency...
2005-01-19 alegrandBugfix... I had forgotten to reorder elements when...
2005-01-19 alegrandbugfix (shame on me!) + asserts to detect earlier weird...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
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 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-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
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 mquinsonSearch msg.h at the right location
2004-12-31 mquinsoncleanup
2004-12-31 mquinsonAdd the IDL compilation. But since it's WAYS broken...
2004-12-31 mquinsonAdd the prototypes for the upcoming IDL compilation...
2004-12-31 mquinsonPre-release cleanup: rename libgrasrl to libgras and...
2004-12-31 mquinsonKill dead code, sorry for the noise
2004-12-31 mquinsonAdd a function I need in GRAS
2004-12-31 mquinsonSimGrid is dead, long life to SimGrid
2004-12-31 mquinsonLet's get funky and try to settle gras on top of msg...
2004-12-31 mquinsonremove dead code
2004-12-31 mquinsonRemove the headers already loaded from somewhere else...
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-31 alegrandMem leak hunting!
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-29 alegrand*** empty log message ***
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-23 alegrandarguments were not set.
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-22 alegrandAPI modification in context breaks MSG. Removing MSG...
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-22 alegrandHow can I have ever wrote such a thing !
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 alegrandFinished to rewrite most functions. Now let's try it...
2004-12-17 alegrandmoved src/surf/surf_parse.h to include/surf/
2004-12-17 alegrandAdd a convenient function
2004-12-17 alegrandThis one was easy. :)
2004-12-17 alegrandA few more functions and I'll be able to make MSG progr...
2004-12-17 alegrandCosmetics
2004-12-17 alegrandKeep rewriting MSG so that it uses SURF instead of...
2004-12-17 alegrandKeeping rewriting MSG
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-17 alegrandA few more functions usefull in MSG. They should not...
2004-12-17 alegrandcosmetics : s/sim_data/simdata/g
2004-12-16 alegrandcosmetics : create -> new
2004-12-16 alegrandKeep rewriting MSG
2004-12-16 alegrandMSG is not a module
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-16 mquinsonYou evil namespace polluter
2004-12-16 mquinsonFight symbol redefinition since it breaks on G5 (don...
2004-12-16 mquinsonno generated files in CVS
2004-12-16 mquinsonPort to G5
2004-12-16 mquinsonMy god, the AIX compiler is rather picky
2004-12-16 mquinsoncleanup the mecanism in charge of declaring the library...
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-16 mquinsonyeah, yeah, linux. Don't bother. O_BINARY is a nasty...
2004-12-16 mquinsonyou fucking windows. Don't even think about translating...
2004-12-15 mquinsonSome more debug
2004-12-15 mquinsonAdd portable header loading for contexts
2004-12-15 mquinsonAdd the ucontext reimplementation for windows from...
next