summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/cfsupport.py
Commit message (Expand)AuthorAgeFilesLines
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-231-3/+5
* Added CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-131-1/+13
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-121-5/+34
* - Get data from CFData objects as Python strings and vv.Jack Jansen2002-05-101-0/+29
* More support for bridging between Python and CoreFoundation objects. Still un...Jack Jansen2002-05-071-0/+33
* Added some support for unicode arguments.Jack Jansen2002-01-011-2/+0
* 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
* 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 u...Jack Jansen2001-08-231-2/+2
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-031-1/+1
* Used an adapted MethodGenerator to generate methods too for functions that ha...Jack Jansen2001-07-171-1/+30
* Do conversion of CFStrings to/from unicode.unknown2001-07-041-0/+27
* - Use weaklink generators so we can support OSX-only calls without crashing o...Jack Jansen2001-07-011-3/+37
* 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
* First small step towards bgen-generated CoreFoundation. there is hardly any r...Jack Jansen2001-06-261-0/+158