Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now compiling. Sorry Arnaud.
[simgrid.git] / src /
2007-06-28 velhoNow compiling. Sorry Arnaud.
2007-06-27 velhoAdded function prototypes in maxmin_private, minor...
2007-06-19 marklsporting smpi from msg to simix. This may be more work...
2007-06-12 marklshad to add make file to make it possible to actually...
2007-06-12 marklsadded smpi to cvs repository. still need to do a lot...
2007-06-08 mquinsonMake sure the precision is int to keep 64bits happy
2007-06-08 mquinsonDamn, this code gets annoying. Each time I'm sure it...
2007-06-08 mquinsonImplement a format precision modifier
2007-06-08 mquinsonThreshold is not the only setting we can modify anymore...
2007-06-08 mquinsonWhen dealing with an uncatched exception, use CRITICAL...
2007-06-06 mquinsonthe matrix may have 0 columns...
2007-06-06 mquinsonNow that there is some mallocated space in the category...
2007-06-06 donassbrUpdating cvs tree. Nothing important
2007-06-06 mquinsonBe more verbose and display the string version of the...
2007-06-06 mquinsonAdd log layouts and xbt/str tests
2007-06-06 mquinsonAllow to change the log layout format
2007-06-06 mquinsonBe careful, the displayed message may contain format...
2007-06-06 mquinsonCheck what happens when splitting empty strings, and...
2007-06-05 mquinsonDeprecate all the --*-log option. With the module multi...
2007-06-05 mquinsonAdd the new xbt/str testsuite to the autogenerated
2007-06-05 mquinsonBetter split of layouts and appenders in the logs ...
2007-06-04 mquinsonAdd xbt_str_split_quoted(), add an automatic test for...
2007-06-04 mquinsondocument xbt_str
2007-06-04 kayofFix bugs
2007-06-04 kayofFix bugs...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-06-04 mquinsonShould be useless since we new0()ed the memory, but...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-06-04 mquinsonAutogenerated
2007-05-31 mquinsonbuglet
2007-05-29 mquinsonFixups to the diff computation (again), and kill the...
2007-05-28 mquinsontypos
2007-05-21 kayofbug fixes.
2007-05-17 kayofadded "#include "gras_config.h"" for USE_GTNETS
2007-05-17 kayofadded a declaration for the GTNetS model.
2007-05-17 kayofadded codes for the GTNetS model.
2007-05-17 kayoffixed bugs.
2007-05-17 kayofadded a new model for GTNetS.
2007-05-16 donassbrpropagating bugfix to msg_simix
2007-05-16 alegrandAdding a <route> tag.
2007-05-16 alegrandbugfix. Remove the task from the remote host fifo when...
2007-05-16 kayofAdded one.
2007-05-16 kayofFixed name inconsistency, etc.
2007-05-14 donassbrBugs found!!! Now it works. I hope.
2007-05-11 alegrandAdding more debuging info.
2007-05-11 mquinsoncleanup + more asserting for robustness
2007-05-11 mquinsonLet the state in a coherent state after MSG_clean()
2007-05-11 mquinsonOnly shutdown the logs when all the XBT users are gone
2007-05-11 donassbrUpdate gras_simix. Modified the implementation of ports.
2007-05-11 mquinsonOups, forgot a file
2007-05-10 mquinsonLet's work as 'documented'
2007-05-10 alegrandAdd debuging informations.
2007-05-10 mquinsonRenamed to xbt_log_appender_file.c
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...
2007-05-10 mquinsonAllow to split const strings, and avoid a strdup in...
2007-05-10 mquinsonremove_at already frees the element if last argument...
2007-05-10 mquinsonClarify from the API that the strings are modified...
2007-05-10 mquinsonSome more doc
2007-05-10 velhoFinally working.
2007-05-09 velhoCleaned up need some fixup.
2007-05-07 mquinsonStupid me. One day, I'll be able to compute array indic...
2007-05-07 mquinsonmemleak plug in the win part
2007-05-07 mquinsonAvoid double free: xbt_thread_join already frees the...
2007-05-07 mquinsonKeep within the declared matrix, don't go to (-1,j...
2007-05-04 mquinsonplug a memleak
2007-05-04 donassbrCosmetics...
2007-05-03 donassbrFunctions gras_trp_sg_chunk_recv and send added.
2007-05-03 alegrandGot rid of useless message.
2007-05-02 mquinsonupdate autogenerated
2007-05-02 mquinsongtnets integration
2007-05-02 kayof*** empty log message ***
2007-05-02 donassbrCorrect some bugs
2007-05-02 mquinsonThree new functions in xbt_str module: split&join ...
2007-04-30 mquinsonMake sure we don't went out of the string to handle...
2007-04-29 mquinsonDo not call strcpy but memmove since both zone may...
2007-04-29 mquinsonFurther cleanups
2007-04-27 mquinsoncommit generated files
2007-04-27 mquinsonDo not display file position at INFO level (reduce...
2007-04-26 mquinsonallow the command line arguments to be of the syntax...
2007-04-26 mquinsonrefactoring: moving chunks of code around to try to...
2007-04-26 mquinsonremove _cleanup_double_spaces() since it's now exported...
2007-04-26 mquinsonfurther cleanups in the xbt_str module: add a proper...
2007-04-26 mquinsonconcatenate getline.c at the end of xbt_str.c
2007-04-26 mquinsonRename trim.c to xbt_str.c, so that we can have all...
2007-04-26 donassbrForgotten files
2007-04-26 donassbrChanges to gras_simix
2007-04-26 donassbrA lot of changes made. Testing phase
2007-04-24 velhoRemoved this file, it is just an experience of optimal...
2007-04-24 velhoAdded #define NOSHORTS in order to fix a bug in the...
2007-04-21 velhoWorking and cleaned up.
2007-04-21 velhoRemoved file lagrangedico.c.
2007-04-21 velhoCleaning up the lagrange model.
2007-04-20 velhoWorking, still need some cleanup.
2007-04-20 donassbrInitial structure to implement gras using simix.
2007-04-20 donassbrRemoved debug message
2007-04-19 velhoCorrected some bugs.
2007-04-19 velhoCorrected some bugs.
2007-04-18 velhoAdded lagrange_dicotomi_solve.
2007-04-18 velhoCorrected some bugs in when computting mu.
next