Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dea6ef9bfd6f04d216e46bb9537d6991f2be6348
/
Tools
/
bgen
5a1516b
Only output the buffer size error label if it is used.
by Jack Jansen
· 23 years ago
d157b37
Don't use a default "int" return type, gcc gives a warning about it.
by Jack Jansen
· 23 years ago
9403591
Fixes by Thomas Heller:
by Jack Jansen
· 23 years ago
3d3a91c
Oops, left in a debug statement. It's gone now.
by Jack Jansen
· 23 years ago
b2a1de4
Allow [] after a parameter name. We currently take this to be the same as * in front, which isn't 100% correct but good enough.
by Jack Jansen
· 24 years ago
eefac35
Added WeakLink...Generator classes (should have done that ages ago). These check the c-function pointer for being NULL before calling it and raise UnimplementedError if it is.
by Jack Jansen
· 24 years ago
1319abf
Make basechain a class variable in stead of initializing it in __init__. That way it's more easily overridden.
by Jack Jansen
· 24 years ago
4f0f158
Added a couple more types that Apple has taken a fancy to.
by Jack Jansen
· 24 years ago
ff1cc90
Added a Parser_OSX class that can parse new-style (C-only) headers,
by Jack Jansen
· 24 years ago
656fe69
Generate prototype-style function headers in stead of K&R style. Makes life easier with gcc -Wstrict-function-prototypes.
by Jack Jansen
· 24 years ago
8a69373
Dialog and Window objects are (finally) different beasts.
by Jack Jansen
· 24 years ago
d67566b
Use the filename, not the pathname, in the definitions file
by Jack Jansen
· 24 years ago
27489d4
Optionally weed out duplicate prototypes for the same function (which
by Jack Jansen
· 24 years ago
c1a4a04
Adapted to new standard for initmodule() routine: don't call
by Jack Jansen
· 24 years ago
7e0c005
Various new standard types.
by Jack Jansen
· 24 years ago
b8c6863
Added support for generating a single module from multiple .h files.
by Jack Jansen
· 24 years ago
c8081e9
Modified the standard mac preamble so we include pymactoolbox.h in
by Jack Jansen
· 25 years ago
629eee0
ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the
by Jack Jansen
· 25 years ago
e3889da
Make a distinction between shorts and unsigned shorts.
by Jack Jansen
· 25 years ago
b7c298f
Jack Jansen: Support for conditional inclusion of methods and functions
by Guido van Rossum
· 25 years ago
e56b4cf
Jack Jansen: A few new types needed by new API calls.
by Guido van Rossum
· 25 years ago
f158887
Two patches from Jack Jansen:
by Guido van Rossum
· 25 years ago
fa968ac
Patches by Jack Jansen: new type OptionalInBuffer allows
by Guido van Rossum
· 25 years ago
c7e7c60
New mixin class that defines cmp and hash that use
by Guido van Rossum
· 26 years ago
d2cd6f8
Small change by Jack Jansen.
by Guido van Rossum
· 26 years ago
92f01c5
accept * in return value type and convert it to _ptr after the
by Guido van Rossum
· 27 years ago
db9a7b9
Style and StyleParameter are two different types. (Jack)
by Guido van Rossum
· 27 years ago
8b3c30c
class ByAddressType, a simple Type but passed by address even on input. (Jack)
by Guido van Rossum
· 27 years ago
557f446
Patches from Jack for new Apple headers
by Guido van Rossum
· 27 years ago
8450370
Generate new style exception initializer (Jack).
by Guido van Rossum
· 27 years ago
03be7f5
Changes by jack so the generated modules export their types to Python.
by Guido van Rossum
· 27 years ago
dd6798c
Added NumVersion definition.
by Guido van Rossum
· 28 years ago
c30461d
Insert filename in IOError message.
by Guido van Rossum
· 28 years ago
e47d5f9
Addition by Jack to test for missing type support
by Guido van Rossum
· 28 years ago
814842f
Removed most of the README text since it is all about the Mac specific
by Guido van Rossum
· 29 years ago
d544d01
Moved customization to bgenlocations.py module.
by Guido van Rossum
· 29 years ago
7d1eba9
Added extra module argument varstuff, to declare extra module-level vars
by Jack Jansen
· 29 years ago
425e9eb
- Added color window/pixmap support
by Jack Jansen
· 29 years ago
1e4ce73
Added Sint8 and Uint8 types
by Jack Jansen
· 29 years ago
0a54ae2
Added cm and qt demos
by Jack Jansen
· 29 years ago
135fb71
BitMap object support
by Jack Jansen
· 29 years ago
7830ab8
Added definitions for GrafPort object and Fixed type.
by Jack Jansen
· 29 years ago
b5cf5da
Changed file signature to CW7 project mgr
by Jack Jansen
· 29 years ago
d40f3c6
New universal headers
by Jack Jansen
· 29 years ago
b95ea18
Added ResObj_OptNew declaration
by Jack Jansen
· 29 years ago
ec38010
Added basic mac documentation.
by Jack Jansen
· 29 years ago
80adc22
Added missing setselftype method to ManualGenerator
by Jack Jansen
· 30 years ago
7d0bc83
Ported to Universal Header 2.0.1f (i.e. CW6)
by Jack Jansen
· 30 years ago
ae8a68f
Trying again to check it in. Changes to:
by Jack Jansen
· 30 years ago
953dc1a
added transferSize() method
by Guido van Rossum
· 30 years ago
a4007eb
added listing of argument types encountered
by Guido van Rossum
· 30 years ago
227a423
the usual
by Guido van Rossum
· 30 years ago
ea64dea
another round
by Guido van Rossum
· 30 years ago
9784295
another round... ported to __SC__
by Guido van Rossum
· 30 years ago
d9ff26b
reorganized class structure so Manualgenerator works again
by Guido van Rossum
· 30 years ago
4df16c7
read repair instructions from file
by Guido van Rossum
· 30 years ago
bcf0854
added README
by Guido van Rossum
· 30 years ago
80ffd66
bgenGeneratorGroup.py: changed placement of some blank lines in output
by Guido van Rossum
· 30 years ago
f808012
Use case-dependent variant of fnmatch
by Guido van Rossum
· 30 years ago
01f5a81
Lots of new stuff again. Moved buffer types to some separate files.
by Guido van Rossum
· 30 years ago
f8de068
Lots of changes.
by Guido van Rossum
· 30 years ago
8d6c180
fully adapted to new naming scheme and added some features for AppleEvent generation
by Guido van Rossum
· 30 years ago
8cfc4bf
initial version
by Guido van Rossum
· 30 years ago