Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a sinlock instead of a mutex for mallocators.
[simgrid.git] / src / xbt / cunit.c
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-20 Arnaud GierschAdd a --verbose option for testall.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-29 mquinsontry harder not to overflow that buffer
2009-10-28 mquinsonTry to fix #8852 (SimGrid won't compile on Ubuntu 9...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-09-10 mquinsonreindent (with eclipse)
2008-06-10 mquinsonMake cunit memory clean
2007-11-30 mquinsononly display logs of failed tests
2007-11-08 mquinsonOps, missed some signess fixups
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-27 mquinsonOff by one access
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-05-10 mquinsonLet's work as 'documented'
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-08-02 mquinsonAllow the user to specify which tests should be run...
2006-05-29 alegrandretrive -> retrieve
2005-10-24 mquinsonno variable declaration in the middle of the code,...
2005-10-23 mquinsonDisplay what's going on as the unit is running, not...
2005-10-23 mquinsonMake the current unit a global instead of passing it...
2005-10-23 mquinsondeal with suite title which title are multiple of 2
2005-10-23 mquinsonAdd a tool to automatically extract the test units...
2005-10-22 mquinsonRename testsuite to cunit (more sexy name); integrate...