Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Preparing to parse interferences for a new model. Also added a tag include that does...
[simgrid.git] / include /
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.
2004-12-31 mquinsonAdd the prototypes
2004-12-31 mquinsoncosmetics
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 alegrandadd a startup and a cleanup function to each context
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-21 alegrandDude, that was baaad... ;)
2004-12-17 alegrandmoved src/surf/surf_parse.h to include/surf/
2004-12-17 alegrandCosmetics
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 alegrandjust a move
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-16 alegrandworks better with multiple inclusion
2004-12-15 alegrandWell, some things really are deprecated. Especially...
2004-12-15 alegrandStarting MSG. To ensure backward compability, those...
2004-12-14 mquinsonsome more possible logs (printf is the only way to...
2004-12-14 alegrandAdding a context library to xbt.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsondefine gras_init
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-10 alegrandRelic of the star removal.
2004-12-09 mquinsonfix (C) dates
2004-12-09 mquinsonuse BEGIN_DECL (ie, useless cleanup); picky documentati...
2004-12-09 mquinsonFix (C) dates; minor documentation improvements
2004-12-09 alegrandAdd missing dependency.
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-08 alegrandDestruction of a relic of the revolution gras->xbt
2004-12-07 alegrandmove xbt_heap_float_t
2004-12-07 alegrandmove xbt_maxmin_float_t and xbt_heap_float_t here
2004-11-30 alegrandMy bad. Sorry about that.
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-30 mquinsonme finds malloc within macro, me killkill it
2004-11-29 alegrandRha!
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-20 alegrandBug fix and add a xbt_swag_foreach_safe where you can...
2004-11-16 alegrandRenamed host to cpu. That was really confusing.
2004-11-16 alegrand#include "xbt/error.h" /* needed for xbt_die */
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-15 mquinsondistribute gras/core.h
2004-11-15 mquinsondistribute amok's headers
2004-11-11 alegrandCosmetics.
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
next