summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/cfsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.8 (of _CFModule.c):Jack Jansen2002-02-271-2/+0
| | | | Added some support for unicode arguments.
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-0/+2
|
* Make the CoreFoundation object _New and _Convert routines available to other ↵Jack Jansen2001-11-051-19/+70
| | | | modules. Idea by Donovan Preston, implementaion by me.
* Shut up many more gcc warnings.Jack Jansen2001-09-051-10/+10
|
* Shut up a few more gcc warnings.Jack Jansen2001-09-041-1/+1
|
* Regenerated without default int return types.Jack Jansen2001-09-041-0/+1
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-2/+2
| | | | usage is through a wrapper module (without underscore) which lives in the Carbon package.
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-031-1/+1
| | | | old-style CoreFoundation.h.
* Used an adapted MethodGenerator to generate methods too for functions that ↵Jack Jansen2001-07-171-1/+30
| | | | have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway).
* Do conversion of CFStrings to/from unicode.unknown2001-07-041-0/+27
|
* - Use weaklink generators so we can support OSX-only calls without crashing ↵Jack Jansen2001-07-011-3/+37
| | | | | | on OS9. - Convert CFString to/from Python strings. Currently always MacRoman, to be fixed later (as is unicode support). Python->CFString conversion is automatic.
* Added CFURL support, and got base chaining to really work.Jack Jansen2001-06-281-22/+54
|
* CFArray, CFData and CFDictonary are now covered, but mainly opaque.Jack Jansen2001-06-271-3/+164
| | | | CFStrings are in better shape, but Unicode support and automatic conversion to/from Python strings remains to be done.
* First small step towards bgen-generated CoreFoundation. there is hardly any ↵Jack Jansen2001-06-261-0/+158
real functionality yet, but method chains seem to work, and so do Retain/Release semantics.