Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of a badly-written macro
[simgrid.git] / include /
2004-11-11 alegrandCorrection of a badly-written macro
2004-11-05 alegrandExtract returns the object to remove if present in...
2004-11-05 alegrandAdd the swag module to these Makefiles
2004-11-05 alegrandSwag : another name for O(1) set
2004-11-05 alegrandAdd the possibility to remove an item in the middle...
2004-11-04 alegrandForgot to commit the changes for surf.
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 alegrandrenamed xbt_(*.[ch]) to \1.
2004-11-02 mquinsonMissing chunks
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Erradication
2004-11-02 alegrandFormers simgrid fifo : when real O(1) is needed......
2004-11-02 alegrandcosmetics
2004-11-02 alegrandremplace -> replace
2004-10-29 alegrandFirst version of the xbt_heap, trying to follow the...
2004-10-07 mquinsonAvoid memcpy while retrieving data from dynars (speed up)
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-10-01 mquinsonRename GROS to XBT, thanks Arnaud ;)
2004-09-29 mquinsonReintroduce the raw sockets
2004-09-28 mquinsonMake sure it works on my laptop before trying on AIX...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonAdapt header to last change in code
2004-09-14 mquinsonAdd a layer over the system headers to simplify portability
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonsplit gras and gros
2004-09-06 mquinsonNDEBUG remove also debugging logs
2004-08-18 mquinsonInterface cleanup: msgtype_by_name return the searched...
2004-08-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsonkill gras_assertN when NDEBUG is defined
2004-08-08 mquinsonIntroduce a new 'trace' log verbosity, used for GRAS_IN...
2004-08-07 mquinsonTell in which function we are in GRAS_IN/OUT (when...
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonSome cbps now return a gras_error_t ;)
2004-07-24 mquinsonFirst step of splintification
2004-07-24 mquinsonpass '__attribute__ ((format (printf, 2, 3)))' to the...
2004-07-22 mquinsonAdapt gras_userdata_new to the change in gras_userdata_set
2004-07-22 mquinsonAlso move the module headers
2004-07-22 mquinsonMake a proper gras/ directory in the include one, and...
2004-07-22 mquinsonimprove documentation
2004-07-22 mquinsondocument the gras_datadesc_t datatype
2004-07-22 mquinsonMove Virtu functions into the gras_os_ namespace
2004-07-22 mquinsonRemove the useless last argument of msgtype_declare
2004-07-20 mquinsonRemove at make distclean the circular symbolic link...
2004-07-11 mquinsonAdd gras_datadesc_declare_{struct,union}_close; fix...
2004-07-11 mquinsonadd DEBUG7 and DEBUG8, for desesperate cases
2004-07-07 mquinsondefine out backtrace related stuff for portability
2004-07-07 mquinsonUpdate to let make dist work
2004-07-03 mquinsonPropagate the interface cleanup from last week in datad...
2004-07-03 mquinsongras_socket_close now expect the socket to close (and...
2004-06-21 mquinsonbacktraces are useless
2004-06-21 mquinsonprototypes of some new debugging functions
2004-06-11 mquinson [Data description]
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-04-26 mquinson [Messaging]
2004-04-21 mquinson [Data description]
2004-04-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-04-07 mquinsonHide some functions to end-users (gras_trp_block_send...
2004-04-06 mquinsonJ'en ai marre de faire des messages detailles. 'Current...
2004-03-03 mquinsonsplit process.h (init/exit process; get/set userdata...
2004-03-02 mquinsonimplement datatype comparison (mandatory for messaging...
2004-03-01 mquinsonParenthesis around macro arguments
2004-03-01 mquinsongras_datadesc_declare_* prototypes (Create a new type...
2004-03-01 mquinsonadd the set, continue to mess with datadesc
2004-03-01 mquinsonA new data container coupling the facilities of a dynar...
2004-02-06 mquinsonFix make dist
2004-02-03 mquinsonReduce overengeneering around datadesc, put stubs in...
2004-01-29 mquinsonmake dist now works
2004-01-29 mquinsonadd the first percent of a wannabe module mecanism...
2004-01-28 mquinsonSet the cursor to NULL before use in an iteration
2004-01-28 mquinsonRationalize iterators over dict (using the ones over...
2004-01-28 mquinsonrationalize the iterators over dynar
2004-01-27 mquinsonInitial revision