Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SURF does not use long doubles. Reverting MSG to doubles.
[simgrid.git] / src / gras / DataDesc /
2005-02-08 mquinsonReorder and cleanup the architecture table
2005-02-07 mquinsonContinue doxygenification
2005-02-07 mquinsondoxygenification
2005-02-06 mquinsonPlug a memleak when using the parser
2004-12-31 mquinsonAdd the IDL compilation. But since it's WAYS broken...
2004-12-31 mquinsonAdd the prototypes for the upcoming IDL compilation...
2004-12-31 mquinsonremove dead code
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-16 mquinsonFight symbol redefinition since it breaks on G5 (don...
2004-12-16 mquinsonno generated files in CVS
2004-12-16 mquinsonPort to G5
2004-12-15 mquinsonSome more debug
2004-12-10 mquinsonFix (c) dates
2004-12-10 mquinsonFix (c) dates; win32 cross-port
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-16 mquinsonPort to ARM
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-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
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-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonalpha portability again (damn size_t)
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-06 mquinsonfix the inclusion paths
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 mquinsonmodule init/exit functions are now in gras_private...
2004-08-08 mquinsoninline all helping functions
2004-08-08 mquinsonMore verbose debug
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonLet it work
2004-07-24 mquinsonSome more debuging message, allowing to catch and destr...
2004-07-24 mquinsonFix miscasted logging arguments
2004-07-24 mquinsonopen a frame on cbps creation, and close one on deletion
2004-07-23 mquinsonMore verbose error message
2004-07-13 mquinsonplease close the structure behind you
2004-07-13 mquinsontake care of the architecture maximal boundary when...
2004-07-11 mquinsonadd the result of flex (no build-dep on this)
2004-07-11 mquinsonLet it work with new flex (just add the needed prototyp...
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-08 mquinsonMore debug; cosmetics
2004-07-08 mquinsonRename architectures, implement conversion;)
2004-07-07 mquinsonport to alpha, inital try to convert, exchange/convert...
2004-07-07 mquinsonport to alpha
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 mquinsonSpeedup arch signature detection code; add sparc signature
2004-07-07 mquinsonMore changes to get ppc recognized
2004-07-07 mquinsonAdd ppc arch signature
2004-07-03 mquinsonnew function: gras_datadesc_size to allow messaging...
2004-07-03 mquinsonnew function: gras_datadesc_size to allow messaging...
2004-07-03 mquinsonFix the ugly case of reference to dynamic array.
2004-06-21 mquinsoncosmetics
2004-06-21 mquinsonremove one indirection of gras_datadesc_recv to ease...
2004-06-21 mquinsonremove one indirection of gras_datadesc_recv to ease...
2004-06-21 mquinsonUse refcounters on datadescription types so that messag...
2004-06-21 mquinsonNew (debugging) function: gras_datadesc_arch_name
2004-06-21 mquinsonNew (debugging) functions: gras_datadesc_get_{name...
2004-06-11 mquinsonRemove a unused variable
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-06 mquinsonJ'en ai marre de faire des messages detailles. 'Current...
2004-03-04 mquinsonTypo within comments
2004-03-04 mquinsoncallbacks' persistant state. Almost no change from...
2004-03-03 mquinsonDocument black magic about aligned_size for scalars...
2004-03-03 mquinsonDocumente macro aligned
2004-03-03 mquinsonCosmetics
2004-03-03 mquinsonbootstraping tools
2004-03-03 mquinsonBootstrap the set of local types properly
2004-03-02 mquinsonSplit the DataDesc in subfiles; implement ignored categ...
2004-03-01 mquinsonNew datadesc implementation. Reformulating of Grassouil...
2004-02-13 mquinsonI'll manage to organize that cruft. Ignore the cvs...
2004-02-13 mquinsonmv gs/ DataDesc/ ; change the prefix of parsing functio...
2004-02-12 mquinsonmv gs/ DataDesc/