Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed. | Jack Jansen | 2001-08-23 | 1 | -3179/+0 | |
| | ||||||
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+3179 | |
| | ||||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -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 the | Jack Jansen | 2001-08-03 | 2 | -2/+2 | |
| | | | | old-style CoreFoundation.h. | |||||
* | Used an adapted MethodGenerator to generate methods too for functions that ↵ | Jack Jansen | 2001-07-17 | 3 | -326/+300 | |
| | | | | 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. | unknown | 2001-07-04 | 2 | -43/+255 | |
| | ||||||
* | - Use weaklink generators so we can support OSX-only calls without crashing ↵ | Jack Jansen | 2001-07-01 | 2 | -5/+41 | |
| | | | | | | 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 Jansen | 2001-06-28 | 3 | -46/+547 | |
| | ||||||
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 3 | -9/+2372 | |
| | | | | 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 Jansen | 2001-06-26 | 3 | -0/+666 | |
real functionality yet, but method chains seem to work, and so do Retain/Release semantics. |