Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Attempt to allow initializing log categories before threads are
[simgrid.git] / src / gras / DataDesc /
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschMake PARSE_ERROR a variadic macro too.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2010-12-01 agierschFree keyname for all execution paths.
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-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-06-17 navarropNow sources are generated with #line.
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
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
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-08-19 mquinsonno need for that verbose output anymore
2009-08-19 mquinsonMore verbose on cycle detection
2009-08-19 mquinsonGreat simplification in a code appearing to be broken...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonLess debugging info
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...
2009-04-28 mquinsonSome more debug
2008-11-10 mquinsonRegenerate with newest flex, so that new gcc paranoia...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2007-11-16 cheriermdon't cast the long int to avoid the warning but adapt...
2007-11-16 cheriermThis avoid a warning on the Microsoft compiler
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-10-22 cheriermVisual C++ already declare the isatty function in the...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-21 mquinsonKill malek's leftovers
2007-09-21 cheriermadd_free_f use now a pointer to a free function
2007-09-13 alegrandremove cvs files.
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-19 mquinsonavoid a name colision with the newly added function
2007-07-15 mquinsonxbt_string_t (C definition in xbt/str.h, right for...
2007-07-13 mquinsonDatadesc now contain a mutex; send big enough data...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-03-13 cheriermexport some functions for libgras
2007-02-07 cheriermno isatty declaration for win32
2007-02-07 cheriermchange free function by xbt_free_f
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-19 mquinsonCopy/paste error. This is a matrix, not a dynar. Let...
2006-12-07 mquinsonrework some error messages that flavien didn't understo...
2006-11-15 mquinsonlog clarification
2006-11-14 mquinsonPlug a memleak
2006-11-06 mquinson* Change the semantic of gras_datadesc_by_name() to...
2006-11-06 mquinsonadd two missing types: short and long (short int and...
2006-10-25 cheriermupdate architectures table
2006-10-25 cheriermupdate gras_arch_count to 11
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsonRemove the #line directive from the flex generated...
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-26 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-06 mquinsonavoid namespace polution (s/aligned/ddt_aligned/)
2006-08-27 mquinsonAlso reset the refs dict instead of freeing it each...
2006-08-22 mquinsonUse the new dict_reset function to improv perfs a bit
2006-08-22 mquinsoncosmetics (add missing braces so that adding debugging...
2006-08-04 mquinsonDocument the name of type descriptions created with...
2006-07-13 mquinsonNo idea why this file got regenerated
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-06-20 mquinsonmemleak
2006-06-13 mquinsonNew annotation for the parsing macro: subtype. We can...
2006-06-09 mquinsonAutomatically generate matrices datatype description...
2006-06-09 mquinsonMore informative logging
2006-05-29 mquinsonBetter choice of what is debug and what is verbose
2006-05-28 mquinsonLet's be really verbose about what gets copied on the...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-05-22 mquinsonLearn how to exchange xbt_host_t data
2006-04-19 mquinsonDocument the gras_datadesc_dynar function
2006-04-12 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2006-04-04 mquinsonImprove detection of remote exceptions
2006-03-30 mquinsonMore debuging, that's what we need
2006-03-30 mquinsonThis is the proper data description to propagate exceptions
2006-02-15 mquinsonex_t datadescription. We need it to propagate the excep...
2005-10-20 mquinsonMessages which the payload datatype descriptor is NULL...
2005-10-02 mquinsonSome more debugs
2005-10-02 mquinsonI must have been drunk when I did the previous version...
2005-10-02 mquinsonmore explicit logs
2005-09-30 mquinsonBug fix: Do not use the same name 'count' for two diffe...
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-09-21 alegranda few casts to help compilation with gcc-4.0
next