Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new macros THROWF and RETHROWF.
[simgrid.git] / src / gras / DataDesc / ddt_create.c
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2010-11-26 mquinsonreduce verbosity in that area
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-13 mquinsonWhen creating a datatype, make sure we're not trying...
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2009-04-28 mquinsonUse the aligned size for structures instead of raw...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-07-19 mquinsonDo not use non-letter chars in type name so that it...
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-13 mquinsonDatadesc now contain a mutex; send big enough data...
2007-01-19 mquinsonCopy/paste error. This is a matrix, not a dynar. Let...
2006-11-15 mquinsonlog clarification
2006-11-06 mquinson* Change the semantic of gras_datadesc_by_name() to...
2006-09-06 mquinsonavoid namespace polution (s/aligned/ddt_aligned/)
2006-08-04 mquinsonDocument the name of type descriptions created with...
2006-06-09 mquinsonAutomatically generate matrices datatype description...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-04-19 mquinsonDocument the gras_datadesc_dynar function
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2005-10-02 mquinsonmore explicit logs
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-08-07 mquinsonKill another xbt_error_t
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-06-27 mquinsonStop implementing bit fields manually, and ask the...
2005-06-04 mquinsonstupid me, unable to set a bit flag
2005-06-04 mquinsonkill 'ignored' category; 'cycle' is now one bit of...
2005-05-25 mquinsonlet's get more verbose on error
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonNew functionality: possibility for libraries to registe...
2005-02-07 mquinsondoxygenification
2004-12-31 mquinsonremove dead code
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-15 mquinsonSome more debug
2004-12-10 mquinsonFix (c) dates
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-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-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-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-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonFix miscasted logging arguments
2004-07-13 mquinsontake care of the architecture maximal boundary when...
2004-07-11 mquinsoncosmetics; channel renamed fron DataDesc to datadesc...
2004-06-21 mquinsonUse refcounters on datadescription types so that messag...
2004-06-11 mquinson [Data description]
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-03 mquinsonDocument black magic about aligned_size for scalars...
2004-03-02 mquinsonSplit the DataDesc in subfiles; implement ignored categ...