summaryrefslogtreecommitdiff
path: root/tests/test
Commit message (Expand)AuthorAgeFilesLines
* * merged r14048 - r14054 from trunkobjcjonas2009-11-041-1/+1
|\
| * * make test compilable by Kylix (math->Math)jonas2009-11-041-1/+1
* | * merged r13762-14047 from trunkjonas2009-11-0461-80/+1234
|\ \ | |/
| * compiler:paul2009-11-041-0/+27
| * compiler:paul2009-11-042-0/+22
| * compiler: paul2009-11-042-0/+13
| * compiler: paul2009-11-048-0/+96
| * * fixed 64 bit compilationjonas2009-11-031-1/+1
| * merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,...paul2009-11-0212-0/+765
| * rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString a...paul2009-11-011-0/+15
| * compiler: don't write zero ClassInfo pointer even if class does not have publ...paul2009-11-011-0/+11
| * fix test (should fail)paul2009-11-011-0/+1
| * + testpaul2009-11-011-0/+16
| * -- Zusammenführen von r13892 in ».«:florian2009-10-251-0/+16
| * + final modifier support for methods by Paul Isheninflorian2009-10-242-0/+43
| * * merged sealed and abstract support by Paul Isheninflorian2009-10-185-0/+107
| * * fix problem if OpenOffice is not installedpierre2009-10-171-5/+27
| * o patch by Michael Denisenko, resolves #14734:florian2009-10-0925-75/+75
| * * Source coude don't need to be executable (removes Debian lintian error).mazen2009-09-281-0/+0
* | * integrated the transformation of an Objective-C method call into a calljonas2009-10-011-4/+6
* | + support for single character message names (patch by Dmitry Boyarintsev,jonas2009-09-282-2/+9
* | * fixed checking whether first character of a selector is valid (patch byjonas2009-09-281-0/+18
* | * forgot to commit previouslyjonas2009-09-271-0/+22
* | + support for exporting Objective-C classes from dynamic libraries. It worksjonas2009-09-275-0/+176
* | * the objc1 unit has been renamed to objcjonas2009-09-2732-32/+35
* | --- Merging r13696 through r13760 into '.':jonas2009-09-272-0/+39
|\ \ | |/
| * + sha1 unit by Sergei Gorelkin, resolves #14604florian2009-09-161-0/+38
* | * fixed passing var/out parameters to obj-c methods (test by Gorazd Krosl)jonas2009-09-211-0/+75
* | + support multiple inheritance for obj-c protocolsjonas2009-09-181-11/+27
* | + support for obj-c protocols implemented in Pascal (based on patch byjonas2009-09-171-0/+96
* | * fixed type compatibility checking for classrefs and idjonas2009-09-161-0/+7
* | * fixed handling function results of inherited obj-c callsjonas2009-09-161-0/+100
* | + allow defining classrefdefs for objcclasses. Note, this happens using thejonas2009-09-121-0/+12
* | * make hidden '_cmd' (selector) parameter available in Objective-C methodsjonas2009-09-121-0/+37
* | * extended test to check fix from r13695/13698jonas2009-09-121-0/+20
* | Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-...jonas2009-09-1253-0/+2573
|\ \ | |/
| * o patch by Michael V. Denisenko to handle case <string> of (see also #13700)florian2009-09-0350-0/+2561
| * * tests should fail (see added comment)jonas2009-09-013-0/+12
* | * fixed the parameter order of self/_cmd relative to the hidden functionjonas2009-09-111-0/+75
* | * use an existing class as external name (NSZone is not a class)jonas2009-09-111-1/+1
* | + check whether selector names are valid when they are specified in a classjonas2009-09-111-0/+14
* | * fixed calling inherited methods in Objective-C + testjonas2009-09-091-0/+73
* | + tests forgotten to commit earlierjonas2009-09-082-0/+38
* | * fixed number of colons in (fake) message namesjonas2009-09-081-2/+2
* | * fixed test (NSZone is not a class, define a local class to alias)jonas2009-09-081-1/+8
* | * use separate pools for obj-c strings and string referencesjonas2009-09-071-0/+30
* | * give an error if the number of formal parameters of an obj-c methodjonas2009-09-071-0/+28
* | * fixed handling of "type x = y" for objcclass/objcprotocoljonas2009-09-031-0/+17
* | * fixed support for forward-declared objcprotocolsjonas2009-09-011-0/+21
* | * allow "array of const" parameters again for objcclass/objcprotocol methodsjonas2009-08-301-0/+15