Dan Hipschman
|
3e1ace5aa3
|
widl: Set type_t kind field correctly for all types.
|
2006-07-31 21:40:37 +02:00 |
Dan Hipschman
|
23707beb46
|
widl: Set defined flag for coclasses.
|
2006-07-31 21:36:31 +02:00 |
Dan Hipschman
|
cf4c08dcbc
|
widl: Fix "static declaration follows non-static declaration" in generated code.
|
2006-07-29 11:55:31 +02:00 |
Dan Hipschman
|
678ce9875f
|
widl: Encode coclass types in typelibs.
|
2006-07-29 11:55:20 +02:00 |
Dan Hipschman
|
9265d77584
|
widl: Register types for coclasses.
|
2006-07-29 11:55:08 +02:00 |
Dan Hipschman
|
c650cceae3
|
widl: Check if a typeinfo is already in a typelib before adding it.
|
2006-07-29 11:54:44 +02:00 |
Dan Hipschman
|
90cdff9b3f
|
widl: Set typelib_idx for coclasses when they're added to a typelib.
|
2006-07-29 11:54:21 +02:00 |
Dan Hipschman
|
c67b19b4f4
|
widl: Fold class_t into type_t.
|
2006-07-29 11:54:09 +02:00 |
Jacek Caban
|
37cf4a5260
|
widl: Reorder segments to match midl.
|
2006-07-28 12:34:27 +02:00 |
Jacek Caban
|
c9a08007eb
|
widl: Use cval in ATTR_ID.
|
2006-07-28 12:34:20 +02:00 |
Jacek Caban
|
b86bc2b634
|
widl: Added ATTR_BINDABLE handling to add_func_desc.
|
2006-07-28 12:34:14 +02:00 |
Jacek Caban
|
4d76264f3e
|
widl: Store typekind in msft_typeinfo_t to fix ATTR_DUAL handling.
|
2006-07-28 12:34:08 +02:00 |
Dan Hipschman
|
3b3632a1cd
|
widl: Allow trailing commas in attribute lists.
|
2006-07-26 10:24:06 +02:00 |
Dan Hipschman
|
12a9dfd62f
|
widl: Support SAFEARRAY(type) syntax.
|
2006-07-25 11:21:41 +02:00 |
Dan Hipschman
|
f3d01fb07b
|
widl: Fix redefinition of types in output.
|
2006-07-25 11:21:29 +02:00 |
Dan Hipschman
|
82c11ce002
|
widl: Allow write_type to output full pointer types.
|
2006-07-24 13:27:15 +02:00 |
Dan Hipschman
|
2660b8f9c1
|
widl: Support coclass forward declarations.
|
2006-07-14 13:32:38 +02:00 |
Dan Hipschman
|
d68ec1d325
|
widl: Fix unterminated comment in generated code.
|
2006-07-14 13:32:38 +02:00 |
Alexandre Julliard
|
645cd6ff50
|
libs: Get rid of the symlinks for the static libs.
|
2006-07-11 19:33:48 +02:00 |
Alexandre Julliard
|
88c97d7284
|
.gitignore: Added wildcards to ignore lex and bison output files.
|
2006-07-10 21:40:49 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Robert Shearman
|
f627845624
|
widl: Add support for the builtin constants "TRUE" and "FALSE".
|
2006-07-07 14:30:34 +02:00 |
Alexandre Julliard
|
fdb4c7e986
|
widl: Fixed syntax of DECL_LINK macro to look more like C code.
|
2006-06-27 11:51:07 +02:00 |
Andrew Talbot
|
0e1e585c73
|
widl: Write-strings warnings fix.
|
2006-06-26 12:36:52 +02:00 |
Thomas Weidenmueller
|
af994f4e4f
|
widl: Fix updating the proc offset.
|
2006-06-19 10:27:24 +02:00 |
Alexandre Julliard
|
043fd66907
|
widl: Use unsigned int instead of size_t to avoid printf format warnings.
|
2006-06-13 14:13:49 +02:00 |
Robert Shearman
|
996c4f1f93
|
widl: Support coclass forward declarations.
|
2006-06-07 11:47:21 +02:00 |
Robert Shearman
|
d7e7242af6
|
widl: Fix a typo in the man page.
|
2006-06-02 10:52:26 +02:00 |
Robert Shearman
|
90decb631c
|
widl: Properly size the return value procformat.
|
2006-06-02 10:52:23 +02:00 |
Robert Shearman
|
6f85f989f5
|
widl: Only write one procformat string and one typeformat string per file.
|
2006-06-02 10:52:10 +02:00 |
Robert Shearman
|
fa4f94bdd5
|
widl: Allow some more "reserved words" to be used as identifiers.
|
2006-05-31 15:47:50 +02:00 |
Alexandre Julliard
|
25dc6d912e
|
widl: Clean output files when aborting on a signal.
|
2006-05-27 13:23:47 +02:00 |
Alexandre Julliard
|
59493b6c33
|
widl: Get rid of unnecessary inclusion of unicode.h.
|
2006-05-24 17:41:47 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Jacek Caban
|
dee8790c69
|
widl: Don't add importlib if it is already on the list. Remove warning.
|
2006-05-20 13:58:54 +02:00 |
Jacek Caban
|
a7fa3a985b
|
widl: Added support for importing parent interfaces from importlib.
|
2006-05-20 13:58:44 +02:00 |
Jacek Caban
|
6137e1b60a
|
widl: Added importlib reading implementation.
|
2006-05-17 21:02:00 +02:00 |
Jacek Caban
|
dce3f2be05
|
widl: Added RPC_FC_ENUM16 encoding.
|
2006-05-15 11:49:28 +02:00 |
Jacek Caban
|
4812abc247
|
widl: res50 is number of impinfos. Fix its usage.
|
2006-05-15 11:49:15 +02:00 |
Eric Kohl
|
2c7270e388
|
widl: Implement 'oldnames' option.
|
2006-05-05 16:37:42 +02:00 |
Eric Kohl
|
b64154882c
|
widl: Fix a typo.
|
2006-05-05 16:36:46 +02:00 |
Jacek Caban
|
738be2eec3
|
widl: Fix a typo.
|
2006-04-21 23:20:09 +02:00 |
Jacek Caban
|
8cd409facf
|
widl: Added importlib parsing code.
|
2006-04-21 12:46:13 +02:00 |
Eric Kohl
|
ff302bfc7a
|
widl: Implement support for unique pointers to strings.
|
2006-04-21 11:28:03 +02:00 |
Robert Shearman
|
555cf38269
|
widl: Prevent NULL pointer de-refs on "void *" types.
|
2006-04-20 15:16:59 +02:00 |
Robert Shearman
|
7ca82cd6d2
|
widl: Ignore [object] attribute on interfaces written to a typelib.
|
2006-04-18 16:48:39 +02:00 |
Eric Kohl
|
bec0993199
|
widl: Support multiple RPC interfaces per binary.
|
2006-04-17 12:00:54 +02:00 |
Eric Kohl
|
e7134bd4cd
|
widl: Implement support for unique pointers to arrays.
|
2006-04-17 11:18:49 +02:00 |
Mike McCormack
|
1d453ab551
|
widl: Add support for VT_I8 and VT_UI8 to msft typelibs.
|
2006-04-14 10:49:14 +02:00 |
Eric Kohl
|
7fb3f12ce5
|
widl: Implement support for ref pointers to simple structs.
|
2006-04-10 15:56:50 +02:00 |