Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[travis] detect linux as we should
[simgrid.git] / src / xbt / cunit.c
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-12 Henri CasanovaMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-12 Arnaud GierschFix dead assignments.
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
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...