Commit graph

13 commits

Author SHA1 Message Date
rfm
2ee48ebe21 Don't try to release object which may have been released already 2024-11-14 17:01:13 +00:00
rfm
27cbcbf6ca Release objects when we are done with them. 2024-11-14 16:17:32 +00:00
Richard Frith-MacDonald
7326469c41 fix error in equality test ... was not using -isEqualForTestcase: in one place
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36487 72102866-910b-0410-8b05-ffd578937521
2013-04-08 08:14:08 +00:00
Richard Frith-MacDonald
5e77879cbe tidy up last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36428 72102866-910b-0410-8b05-ffd578937521
2013-03-25 12:33:21 +00:00
Richard Frith-MacDonald
5181f1d440 Imprvements for equality testing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36423 72102866-910b-0410-8b05-ffd578937521
2013-03-25 10:41:23 +00:00
Richard Frith-MacDonald
51bed68075 dd and comment of use of isEqualAfterCoding
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36399 72102866-910b-0410-8b05-ffd578937521
2013-03-23 05:44:27 +00:00
Richard Frith-MacDonald
2940f06494 remove some unused code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34900 72102866-910b-0410-8b05-ffd578937521
2012-03-07 08:01:20 +00:00
Richard Frith-MacDonald
abd420a3be revert dumb change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32721 72102866-910b-0410-8b05-ffd578937521
2011-03-28 13:48:11 +00:00
Richard Frith-MacDonald
4d1df68a49 fix tests for C++ linkage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32720 72102866-910b-0410-8b05-ffd578937521
2011-03-28 13:42:01 +00:00
Richard Frith-MacDonald
0c983b6862 avoid some compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32487 72102866-910b-0410-8b05-ffd578937521
2011-03-07 15:40:33 +00:00
Richard Frith-MacDonald
21c545b319 Important change to the START_SET and END_SET macros to stop their use
being confusing.  They now both take a simple C-string argument which
names the set, and the macros check that each end matches a start of
the same name.  Since tis means that a START_SET no longer takes an
argument sayng whether or notthe set is to be skipped, we now have a
SKIP macro to be used inside a set to skip to the end of it.  This
is actually more versatile as we can have multiple SKIP macros in the
same set, each providing a different reason for the set being skipped.
Also removed a few obsolete/unused functions and macros.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32355 72102866-910b-0410-8b05-ffd578937521
2011-02-24 16:26:01 +00:00
Richard Frith-MacDonald
38c6cf5512 improve documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32268 72102866-910b-0410-8b05-ffd578937521
2011-02-21 20:45:51 +00:00
Richard Frith-MacDonald
e2e760b00b Add test framework
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32010 72102866-910b-0410-8b05-ffd578937521
2011-02-07 20:41:58 +00:00