Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move xbt_maxmin_float_t and xbt_heap_float_t here
[simgrid.git] / src /
2004-12-02 alegrandCosmetics
2004-12-02 alegrandStarting the network module.
2004-12-02 alegrandTaking in account the fact that some resource may have...
2004-12-02 alegrandPublishing some internal parsing function.
2004-12-02 alegrandSurf Parser
2004-11-30 alegrandKILKILKIL
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-30 alegrandiso-c does not like , at the end of an enum.
2004-11-29 alegrandRha!
2004-11-29 alegrandFailures now taken into account. Need to write clean...
2004-11-29 alegrandOK, now clean structures are used for my objects. Forge...
2004-11-24 alegrandA commit before a design modification. I'm gonna try...
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-20 alegrandCPU can be created and used even though failures are...
2004-11-20 alegrandBug fix and add a fonction indicating whether a constra...
2004-11-20 alegrandBug fix and add a xbt_swag_foreach_safe where you can...
2004-11-16 alegrandGasp ! A bug in the extract function ! Shame on me !
2004-11-16 alegrandRenamed host to cpu. That was really confusing.
2004-11-16 alegrandFirst attempt on SURF design. I'd like a 5'10" short...
2004-11-16 mquinsonPort to ARM
2004-11-15 alegrandCosmetics
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-15 mquinsonDo not use uninitialized vars (last commit was brain...
2004-11-15 mquinsonDo declare variables at the begining of the block,...
2004-11-12 alegrandComment some debugging stuff.
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandMax-min solver written ! :) Seems to be working fine !
2004-11-11 alegrandNo need to insert an element twice in a set. It causes...
2004-11-05 alegrandEfficient linear max-minimization library : first version.
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 alegrandMissing #include.
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-04 alegrandTypes and function prototypes for the max_min linear...
2004-11-04 alegrandAdded a dichotomy to the dictionnaries. make check...
2004-11-03 alegrandUsing xbt_new0 instead of callox in fifo and heap
2004-11-03 alegrandUpdate or removal of needless comments.
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 alegrandPrivate functions are private.
2004-11-02 alegrandrenamed xbt_(*.[ch]) to \1.
2004-11-02 mquinsongo into the AMOK subdir
2004-11-02 mquinsonUps, should be commited since a while
2004-11-02 mquinsonbandwidth.c -> Bandwidth/
2004-11-02 mquinsonsome more work on the bandwidth test module (ie, root...
2004-11-02 mquinsonstar eradication
2004-11-02 mquinson.
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
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 raw sockets.
2004-09-28 mquinsonOnly use the C comment style, not the C++ one
2004-09-28 mquinson.
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-27 mquinsonport the SG part to the new stuff intended to work...
2004-09-27 mquinsonmore header to make AIX happy
2004-09-27 mquinsonYet another malloc without cast breaking on AIX
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-14 mquinsonAdd a layer over the system headers to simplify portability
2004-09-14 mquinsondo not use malloc directly since AIX does not like...
2004-09-14 mquinsonclarify a comment
2004-09-14 mquinsonadd an header AIX seems to want
2004-09-14 mquinsondeal with AIX by extending the architecture description...
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-07 mquinsonfix paths so that make distcheck works again
2004-09-06 mquinsonfix the inclusion paths
2004-09-06 mquinson.
2004-09-06 mquinson.
2004-09-06 mquinsonmv
2004-09-06 mquinsonmove the definition of local definitions a level higher
2004-09-06 mquinsonWelcome, Arnaud
2004-09-06 mquinsonkill cruft
2004-09-06 mquinsonMore documentation of -version-info of libtool; reflect...
2004-08-18 mquinsonSpecify the buffer size before allocating them, to...
2004-08-18 mquinsonInterface cleanup: msgtype_by_name return the searched...
2004-08-18 mquinsonUseless cleanup
2004-08-17 mquinsonPre-alloc the buffers
2004-08-12 mquinson[after] last minute bug fixes
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 mquinsonflush function, cosmetic in API, more debug
2004-08-08 mquinsonAdd the buffer transport, and some fat optimisation...
2004-08-08 mquinsonadd a flush function; move module init/exit declaration...
2004-08-08 mquinsoncosmetic on the API
2004-08-08 mquinsonload the right _interface
2004-08-08 mquinsonWe use the buffer transport when creating new sockets...
2004-08-08 mquinsonUse flush when needed, load the right _interfaces,...
2004-08-08 mquinsonIntroduce the flush, use the buffered transport
2004-08-08 mquinsonmodule init/exit functions are now in gras_private...
2004-08-08 mquinsoninline all helping functions
2004-08-08 mquinsonthere is now a flush function
2004-08-08 mquinsongross hack needed by the conjonction of the buffered...
2004-08-08 mquinsonMore verbose debug
next