Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2004-07-11 mquinsoncosmetics; add support for closing struct and union
2004-07-11 mquinsonDamn idiot, double where declared being as big as float...
2004-07-11 mquinsonmake sure union and struct are closed before exchange...
2004-07-11 mquinsoncosmetics; channel renamed fron DataDesc to datadesc...
2004-07-11 mquinsonFirst version of the structure parsing macro, and assoc...
2004-07-11 mquinsonAdd gras_datadesc_declare_{struct,union}_close; fix...
2004-07-11 mquinsonadd DEBUG7 and DEBUG8, for desesperate cases
2004-07-11 mquinsonlet it work on solaris (test -e does not exist there...
2004-07-11 mquinsonThe server timeouts after a while instead of running...
2004-07-11 mquinsonlet it work on old perl
2004-07-11 mquinsonProtect ourselves against the reinsertion of the same...
2004-07-11 mquinsonremove a debug message placed at severity warning
2004-07-11 mquinsonchange obsolete macros to new ones; do not #define...
2004-07-11 mquinsonDo not configure subdirs (since they are result of...
2004-07-11 mquinsonrun autoupdate to get ride of obsolete macros
2004-07-08 mquinsonmv
2004-07-08 mquinsondata from alpha (little64). Thanks to Abdou
2004-07-08 mquinsonMore debug; cosmetics
2004-07-08 mquinsondocument last changes
2004-07-08 mquinsonupdate
2004-07-08 mquinsoncosmetics
2004-07-08 mquinsonRenamed
2004-07-08 mquinsonTest if SG was compiled in a way that even solaris...
2004-07-08 mquinsonIgnore tests returning 77, as automake; try to read...
2004-07-08 mquinsonReflect recent size change in output
2004-07-08 mquinsonRename architectures, implement conversion;)
2004-07-08 mquinsonMore explicit error message on failures
2004-07-08 mquinsonMake sure we're on a two-compliment arch
2004-07-08 mquinsonRename architectures
2004-07-08 mquinsondistribute the gras-arch-check script
2004-07-08 mquinsonIf test cannot be run, say so to automake
2004-07-08 mquinsonRename again the datadesc data file, since a whole...
2004-07-08 mquinsonStupid me. Using rand to generate the datatest is not...
2004-07-08 mquinsonReduce the size of the tests, so that it runs decently...
2004-07-08 mquinsonMore debugging
2004-07-08 mquinsonrename datadesc test files; do not specify -Wno-unused...
2004-07-08 mquinsona little script to check the gras signature of the...
2004-07-08 mquinsonsizeof(double) == 8 && sizeof(float)==4 || pas IEEE
2004-07-08 mquinsonget ride of the testing to XML, since SG is now compile...
2004-07-08 mquinsonSolaris portability
2004-07-07 mquinsondefine out backtrace related stuff for portability
2004-07-07 mquinsonRename
2004-07-07 mquinsonport to alpha, inital try to convert, exchange/convert...
2004-07-07 mquinsonport to alpha
2004-07-07 mquinsonadd alpha
2004-07-07 mquinsonAccept the filename to use as second argument
2004-07-07 mquinsondistribute the result of datadesc_usage for different...
2004-07-07 mquinsonOptimization: Send/recv array of scalar in one shoot
2004-07-07 mquinsonBug fix
2004-07-07 mquinsonrename ppc to powerpc to be consistent with dpkg
2004-07-07 mquinsonForeign datatest. Let's try to read that on my laptop
2004-07-07 mquinsonLet make dist work; bump to version 0.0.1
2004-07-07 mquinsonLet make dist work even when SG is not there
2004-07-07 mquinsonSpeedup arch signature detection code; add sparc signature
2004-07-07 mquinsonFix make dist
2004-07-07 mquinsonDo not use broken modules/examples
2004-07-07 mquinsonUpdate to let make dist work
2004-07-07 mquinsonmake SG optional to the configuration and compilation...
2004-07-07 mquinsonMore changes to get ppc recognized
2004-07-07 mquinsonBack to automake-1.8 now that my machine works again
2004-07-07 mquinsonAdd ppc arch signature
2004-07-07 mquinsonResult of datadesc_usage --write on i386 box
2004-07-07 mquinsonIn READ and WRITE mode (instead of RW), the remote_arch...
2004-07-06 mquinsonA leak of 5 bytes is better than a segfault when more...
2004-07-06 mquinsonDocument last changes
2004-07-06 mquinsonIt works. Isn't that great?
2004-07-06 mquinsonMSG is freeing the pointer it gives me as argv. That...
2004-07-06 mquinsonexit gras in server, and say process are done when...
2004-07-06 mquinsoninitialize in trp_socket_new a socket field which shoul...
2004-07-06 mquinsonMore debug msg, rephrase other debug msg
2004-07-06 mquinsonin gras_dynar_cursor_rm, we want to get the content...
2004-07-06 mquinsoncurrent state
2004-07-06 mquinsonChanges of the day so far:
2004-07-06 mquinsonCurrent state. Does not work yet, but I'd prefer not...
2004-07-06 mquinsonMore DEBUG call
2004-07-06 mquinsonEradicate fprintf, use proper logging function
2004-07-06 mquinsongras_trp_socket_new is in charge of pushing it into...
2004-07-06 mquinsonMake sure the process get the --gras-log argument in...
2004-07-06 mquinsonEach process have to run gras_init/exit (one day, they...
2004-07-06 mquinsonLet it work in SG (gras_init and gras_exit called only...
2004-07-05 mquinsonSome more code factorisation (registering the new socke...
2004-07-05 mquinsonfree the callback list on gras_process_exit
2004-07-05 mquinsonmove the dynar of all known sockets from RL-only to...
2004-07-05 mquinsonsockets is now part of the process data
2004-07-05 mquinsonuse gras_trp_socket_new when accepting instead of mallo...
2004-07-05 mquinsoninitialize the buffer before use, even if the part...
2004-07-05 mquinsonadd a valgrind target to the makefile, but not for...
2004-07-05 mquinsonprocess_{init,exit} from within gras_{init,exit}
2004-07-05 mquinsonPlug memleaks on exit (I know, it's useless)
2004-07-05 mquinsonPlug a memleak on the name of the incomming messages
2004-07-05 mquinsonPlug a memleak on sock_close (on peer_name)
2004-07-05 mquinsonInitialize whether the accepted sock is raw or not...
2004-07-03 mquinsonrevert last change trying to inject the \0 after the...
2004-07-03 mquinsonWhen inserting into the dict, save the trailing '\0...
2004-07-03 mquinsonkill dead code
2004-07-03 mquinsonMake sure that examples/ping/test_rl and examples/ping...
2004-07-03 mquinsondummy scripts passing the args to the programs. Damn...
2004-07-03 mquinsonLet it work in RL (yuhu)
2004-07-03 mquinsonPropagate the interface cleanup from last week in datad...
2004-07-03 mquinsonnew function: gras_datadesc_size to allow messaging...
next