Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include surf_resource.h, for surf_resource_name().
[simgrid.git] / src / gras / DataDesc /
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-03 Christophe ThiéryEnable clobbered variable warnings again and fix the...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryWith optimizations, gcc 4.6 warns about clobbered variables
2011-10-28 Christophe Thiérymemset with a size of 0 is forbidden
2011-10-20 Martin Quinsonmerge branches
2011-09-27 NavarropRevert "Those files should not be in git."
2011-09-27 NavarropThose files should not be in git.
2011-09-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-09-15 Martin Quinsonreally ignore the return value of that function, or...
2011-09-15 Martin Quinsonfix some unused-but-set-variable warnings comming from...
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-19 Arnaud GierschFix comments about gras_arch to actually match the...
2011-07-07 unknownAdd one arch to gras_arch_count.
2011-07-07 unknownAdd a new arch to gras. WIN64
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-07-06 Martin Quinsonmore comments to document how gras architectures work
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
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...
next