summaryrefslogtreecommitdiff
path: root/compiler/ncgobjc.pas
Commit message (Expand)AuthorAgeFilesLines
* * removed unused unitsflorian2017-05-091-1/+1
* + added volatility information to all memory referencesjonas2016-11-271-1/+1
* compiler:paul2011-09-281-2/+0
* compiler: cleanup - remove unused variablespaul2009-12-291-3/+0
* * use separate pools for obj-c strings and string referencesjonas2009-09-071-4/+4
* + support for implementing Objective-C classes in Pascal,jonas2009-09-061-3/+3
* + parser-side of objcprotocol() expression to obtain the metaclassjonas2009-07-261-0/+16
* * initial Objective-C 1.0 support:jonas2009-05-171-32/+16
* + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enablejonas2009-03-081-0/+107