Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
buglet
[simgrid.git] / src /
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.
2007-04-18 velhoNew file, surf/lagrangedico.c, added. This module uses...
2007-04-18 velhoThe implementation of lagrange multiplier using a optia...
2007-04-16 mquinsonmerge trim.h into str.h, where it belongs to
2007-04-16 mquinsonCommit generated files
2007-04-16 mquinsonImprove the user experience of backtraces (?): Do not...
2007-04-16 mquinsonInclude the prototypes of these functions
2007-04-12 donassbrFunctions added.
2007-04-12 velhoSigma step working.
2007-04-11 cheriermexport the _gras_procname variable in the dll
2007-04-11 cheriermconsider the file trim.c
2007-04-11 cheriermno message
2007-04-11 cheriermconsider the trim files
2007-04-11 cheriermStrip whitespace (or other characters) of f a string
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-29 donassbrMany changes done.
2007-03-27 donassbrFunctions implemented, task_execute tested with a small...
2007-03-27 donassbrAPI changed.
2007-03-26 cheriermthese functions are already declarated in str.h
2007-03-23 mquinsonUpdate generated files
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-23 mquinsonload stdio.h with _GNU_SOURCE defined ASAP before some...
2007-03-23 mquinsonFix the prototype of getline on platforms where we...
2007-03-23 velhoAdded field mu_new and field init_bound was replaced...
2007-03-23 velhoDebugging.
2007-03-23 alegrandstupid me! I forgot this file in the renaming process.
2007-03-23 alegrandCommiting auto-generated files.
2007-03-23 alegrandRenaming!
2007-03-23 donassbrNecessity to change the code to implement MSG..
next