Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a god damn race condition: make sure nobody changes the dynar->used value before...
[simgrid.git] / src / xbt / cunit.c
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...