summaryrefslogtreecommitdiffstats
path: root/Tools/bgen
Commit message (Collapse)AuthorAgeFilesLines
* accept * in return value type and convert it to _ptr after theGuido van Rossum1998-04-281-1/+2
| | | | | typename, as in argument types. (Jack)
* Style and StyleParameter are two different types.Guido van Rossum1998-04-281-1/+1
| | | | (Jack)
* class ByAddressType, a simple Type but passed by address even onGuido van Rossum1998-04-281-0/+7
| | | | | input. (Jack)
* Patches from Jack for new Apple headersGuido van Rossum1998-02-233-6/+36
|
* Generate new style exception initializer (Jack).Guido van Rossum1997-10-081-1/+1
|
* Changes by jack so the generated modules export their typesGuido van Rossum1997-09-223-2/+18
| | | | to Python.
* Added NumVersion definition.Guido van Rossum1996-08-261-0/+3
|
* Insert filename in IOError message.Guido van Rossum1996-08-261-1/+4
|
* Addition by Jack to test for missing type supportGuido van Rossum1996-07-211-0/+20
|
* Removed most of the README text since it is all about the Mac specificGuido van Rossum1996-05-241-161/+5
| | | | examples, which no longer live here.
* Moved customization to bgenlocations.py module.Guido van Rossum1996-04-122-6/+13
|
* Added extra module argument varstuff, to declare extra module-level varsJack Jansen1996-01-051-1/+6
|
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+2
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* Added Sint8 and Uint8 typesJack Jansen1995-12-091-0/+2
|
* Added cm and qt demosJack Jansen1995-12-091-1/+9
|
* BitMap object supportJack Jansen1995-11-161-0/+3
|
* Added definitions for GrafPort object and Fixed type.Jack Jansen1995-11-151-0/+8
|
* Changed file signature to CW7 project mgrJack Jansen1995-11-141-2/+2
|
* New universal headersJack Jansen1995-10-091-2/+2
|
* Added ResObj_OptNew declarationJack Jansen1995-08-172-1/+2
|
* Added basic mac documentation.Jack Jansen1995-08-141-0/+76
|
* Added missing setselftype method to ManualGeneratorJack Jansen1995-06-181-0/+4
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-092-2/+10
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-063-9/+15
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* added transferSize() methodGuido van Rossum1995-05-031-0/+6
|
* added listing of argument types encounteredGuido van Rossum1995-03-231-0/+20
|
* the usualGuido van Rossum1995-03-103-14/+26
|
* another roundGuido van Rossum1995-02-271-0/+5
|
* another round... ported to __SC__Guido van Rossum1995-02-191-2/+3
|
* reorganized class structure so Manualgenerator works againGuido van Rossum1995-02-051-56/+74
|
* read repair instructions from fileGuido van Rossum1995-02-051-14/+124
|
* added READMEGuido van Rossum1995-02-051-0/+79
|
* bgenGeneratorGroup.py: changed placement of some blank lines in outputGuido van Rossum1995-01-304-11/+22
| | | | | | bgenObjectDefinition.py: support chaining of object definitions macsupport.py: support functions returning pointers to existing windows/dialogs bgen.py: tighten rules for recognizing simple symbol definitions
* Use case-dependent variant of fnmatchGuido van Rossum1995-01-271-1/+1
|
* Lots of new stuff again. Moved buffer types to some separate files.Guido van Rossum1995-01-2513-455/+1327
| | | | Added some new-fangled features to bgenOutput. Generate doc strings!
* Lots of changes.Guido van Rossum1995-01-224-147/+376
| | | | | | Renamed some things. Added support for methods directly to bgenGenerator.py. Completely reworked buffer, string and and structure types.
* fully adapted to new naming scheme and added some features for AppleEvent ↵Guido van Rossum1995-01-185-83/+137
| | | | generation
* initial versionGuido van Rossum1995-01-187-0/+905