aboutsummaryrefslogtreecommitdiff
path: root/lang/libobjc2
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkBaptiste Daroussin2012-10-041-10/+8
| | | | Notes: svn path=/head/; revision=305238
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* Mark as broken on powerpc: Unsupported relocation type 10.Mark Linimon2012-05-271-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=297519
* - force build with clangDirk Meyer2012-02-191-5/+1
| | | | Notes: svn path=/head/; revision=291798
* - Mark BROKEN on 9.X:Pav Lucistnik2012-01-281-0/+1
| | | | | | | | | gcc46: error: unrecognized option '-no-integrated-as' Reported by: pointyhat Notes: svn path=/head/; revision=289980
* - make check saferDirk Meyer2012-01-131-1/+1
| | | | Notes: svn path=/head/; revision=289113
* - add USE_GCCDirk Meyer2012-01-121-11/+7
| | | | Notes: svn path=/head/; revision=289001
* - update to 1.6Dirk Meyer2011-12-133-49/+54
| | | | | | | - fix build with clang Notes: svn path=/head/; revision=287312
* - fix build for FreeBSD-9Dirk Meyer2011-10-291-1/+10
| | | | Notes: svn path=/head/; revision=284680
* - honor LDFLAGSDirk Meyer2011-10-291-3/+3
| | | | Notes: svn path=/head/; revision=284679
* Replacement for the GNU Objective-C runtime supporting the featuresDirk Meyer2011-10-195-0/+151
| | | | | | | | | | | | | of Objective-C 2 for use with GNUstep and other Objective-C programs. This runtime is based on the Etoile Objective-C Runtime, an earlier research prototype, and includes support for non-fragile instance variables, type-dependent dispatch, and object planes. It is fully compatible with the FSF's GCC Objective-C ABI and also implements a new ABI that is supported by Clang and is required for some of the newer features. Notes: svn path=/head/; revision=283935
* - Remove lang/libobjc2, it's duplicate of gnustep-libobjcPav Lucistnik2011-06-025-137/+0
| | | | | | | Submitted by: Pete French <pete@twisted.org.uk> (maintainer) Notes: svn path=/head/; revision=274990
* - Mark BROKEN on 9.X: does not compilePav Lucistnik2011-05-171-2/+2
| | | | | | | | | cc: NSBlocks.m: Objective-C compiler not installed on this system Reported by: pointyhat Notes: svn path=/head/; revision=274241
* - add new option WITHOUT_NSOBJECT_ROOTDirk Meyer2010-11-132-90/+73
| | | | | | | | Submitted by: Pete French (maintainer) Reviewed by: dinoex Notes: svn path=/head/; revision=264500
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-10-241-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=263534
* Replacement for the GNU Objective-C runtime supporting the featuresDirk Meyer2010-10-135-0/+150
of Objective-C 2 for use with GNUstep and other Objective-C programs. This runtime is based on the Etoile Objective-C Runtime, an earlier research prototype, and includes support for non-fragile instance variables, type-dependent dispatch, and object planes. It is fully compatible with the FSF's GCC Objective-C ABI and also implements a new ABI that is supported by Clang and is required for some of the newer features. Submitted by: Pete French Reviewed by: dinoex Notes: svn path=/head/; revision=262966