~gnustep/gnustep/+git/gnustep-objc2:1.3

Last commit made on 2013-05-16
Get this branch:
git clone -b 1.3 https://git.launchpad.net/~gnustep/gnustep/+git/gnustep-objc2

Branch merges

Branch information

Recent commits

e2a5ead... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Moved releases into releases/ directory in svn.

d705d63... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Branched 1.3 release.

c83f585... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Added note about aliases to release announcement.

442e2e0... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

1.3 release announcement.

b76b4be... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Disable selector type mismatch warnings, for the release.

901c3b6... by thebeing <thebeing@72102866-910b-0410-8b05-ffd578937521>

Fix linking libobjcxx when libobjc has not yet been installed.

95ef5a9... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Always use the first version of a class that's loaded twice until the merging code is a bit better tested.

23b2682... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Make it easier to suppress mismatched selector warnings. It's useful for the runtime to tell you when your code is bad. Not so useful for it to tell you when someone else's code is bad...

95404fc... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Tidied up Makefile.

600e970... by theraven <theraven@72102866-910b-0410-8b05-ffd578937521>

Separate ObjC++ support out into libobjcxx. Now code that doesn't need ObjCXX support can safely ignore it again.