-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'gnustep/master' into dev
- Loading branch information
Showing
14 changed files
with
691 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,57 @@ | ||
2012-04-08 Richard Frith-Macdonald <[email protected]> | ||
|
||
* TestFramework/ObjectTesting.h: Fix error performing equality test | ||
in copying protocol test macro. | ||
|
||
2012-03-28 Richard Frith-Macdonald <[email protected]> | ||
|
||
Make release | ||
* Version 2.6.4 | ||
Update release notes/documentation | ||
|
||
2012-03-25 Richard Frith-Macdonald <[email protected]> | ||
|
||
* TestFramework/Testing.h: Use -isEqualForTestcase: for PASS_EQUAL | ||
macro equality testing if the expected value responds to it. | ||
Add informal protocol declaring -isEqualForTestcase: | ||
* TestFramework/ObjectTesting.h: Convert protocol checking functions | ||
to macros (so error messages get file/line number information) and | ||
get copy and coding before/after equality checks to use the | ||
PASS_EQUAL macro so that we can easily make customised tests by | ||
implementing -isEqualForTestcase: for the class being tested. | ||
|
||
2012-03-16 Emmanuel Maillard <[email protected]> | ||
|
||
* target.make: Add target for android | ||
|
||
2012-03-08 Jean-Charles BERTIN <[email protected]> | ||
|
||
* TestFramework/gnustep-tests.in: Fix typo | ||
|
||
2012-03-01 Richard Frith-Macdonald <[email protected]> | ||
|
||
* common.make: Remove -shared-libgcc linker flag | ||
* configure.ac: Add check for clang and add -shared-libgcc to linker | ||
flags if we aren't using it (using gcc) but are using exceptions. | ||
Tidy a little. | ||
Patch based on contribtion by Jean-Charles Bertin. | ||
|
||
2012-03-01 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Version ... bump subminor number in preparation for next release. | ||
|
||
2012-03-01 Richard Frith-Macdonald <[email protected]> | ||
|
||
Make release | ||
* Version 2.6.3 | ||
* Update release notes | ||
|
||
2013-02-20 Nicola Pero <[email protected]> | ||
|
||
* Instance/framework.make: Removed trailing '/' after | ||
$(GNUSTEP_TARGET_LDIR) in a couple of cases, to fix building on | ||
non-flattened layout. | ||
|
||
2012-01-31 Richard Frith-Macdonald <[email protected]> | ||
|
||
* rules.make: A couple more printout targets for managing installation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.