2006-10-10 |
Michael Stefaniuc | tools: Remove redundant NULL checks before free() ... |
blob | commitdiff | raw |
2006-09-12 |
Alexandre Julliard | widl: Change the prefix on bison-generated names to... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Alexandre Julliard | Make.rules: Set the default prefix for bison files... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Sanity check string and pointer attrs. Don't... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Handle more pointer types in get_struct_type. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Remove checks for typedefs that always fail. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Generate an error for "int f(void a)". |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Add an is_ptr function. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Factor the entry_t structure. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Use type_t for typedefs, not var_t. Simplify... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Generate names for tagless structs, unions and... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Alexandre Julliard | widl: xmalloc shouldn't initialize to zero, do that... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Dan Hipschman | widl: Remove usage of type_t ref field for base types... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Andrew Talbot | widl: Write-strings warning fix. |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Dan Hipschman | widl: Calculate method indices in parser instead of... |
blob | commitdiff | raw | diff to current |
2006-08-12 |
Dan Hipschman | widl: Use ref_type to simplify some code. |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Dan Hipschman | widl: Generate GUID (infile_i.c) files. |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Dan Hipschman | widl: Write forward declarations for coclass definitions. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Dan Hipschman | widl: Set type_t kind field correctly for all types. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Dan Hipschman | widl: Set defined flag for coclasses. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Dan Hipschman | widl: Encode coclass types in typelibs. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Dan Hipschman | widl: Register types for coclasses. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Dan Hipschman | widl: Fold class_t into type_t. |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Dan Hipschman | widl: Allow trailing commas in attribute lists. |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Dan Hipschman | widl: Support SAFEARRAY(type) syntax. |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Dan Hipschman | widl: Support coclass forward declarations. |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Robert Shearman | widl: Add support for the builtin constants "TRUE"... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Robert Shearman | widl: Support coclass forward declarations. |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Robert Shearman | widl: Allow some more "reserved words" to be used as... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Jacek Caban | widl: Fix a typo. |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Jacek Caban | widl: Added importlib parsing code. |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Robert Shearman | widl: The lval member of var_t is essentially a duplica... |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Kohl | widl: 'unsigned char' and 'byte' are must be distinct... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Robert Shearman | widl: Write out more TYPEFLAGs and add more type librar... |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Alexandre Julliard | widl: Remove '\n' from yyerror calls. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Robert Shearman | widl: Make 'attrs' field of type_t const. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Robert Shearman | widl: Remove unused 'rname' field of type_t. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Robert Shearman | widl: Fix pointer detection for structures with embedde... |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Robert Shearman | widl: Do constant folding for the sizeof operator on... |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Robert Shearman | widl: Fix detection of varying arrays. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Robert Shearman | widl: Fix detection of conformant varying structs. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Robert Shearman | widl: Error if an array is in the middle of a structure. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Robert Shearman | widl: Fix the detection of conformant and pointer structs. |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Robert Shearman | widl: Add some const attributes. |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Robert Shearman | widl: Use the same precendence rule for the conditional... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Jacek Caban | widl: Added bindable and displaybind attributes handling. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Robert Shearman | widl: Don't treat FC_SMALL as FC_SHORT. |
blob | commitdiff | raw | diff to current |
2005-12-08 |
Robert Shearman | widl: Formatting cleanups. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Robert Shearman | - Output prototypes for user marshal functions at the... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Stefan Huehner | Change some char* to const char* to fix warnigns. |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Alexandre Julliard | Workaround to allow using the async keyword as method... |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Vincent Béron | Add support for single in idl files. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jacek Caban | Added handling of unsigned type. |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Jacek Caban | Write uuid of library in header. |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Alexandre Julliard | Removed the useless proxy.h header file. |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Eric Kohl | - Add basic support for creating client and server... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Huw Davies | Coclass support. |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Huw Davies | Add support for typedefs. |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Huw Davies | Add support for dispinterfaces (slightly hacked because... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Huw Davies | Fix typelib only option. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Huw Davies | Add enum support. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Huw Davies | unsigned char support. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Huw Davies | Don't set ATTR_IN or ATTR_OUT by default - this essenti... |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Huw Davies | Add support for the help* attributes on type libraries. |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Huw Davies | Add support for optional arguments and some suppport... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Huw Davies | Add attributes control, hidden and restricted. |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Huw Davies | Initial support for typelib generation. |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Huw Davies | Store interfaces, structs, coclasses and modules that... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Huw Davies | Add the precedence of the conditional operator. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Jacek Caban | Added optional, defaultvalue and vararg. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Jacek Caban | Fixed defining DIIDs. |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Jacek Caban | Added writing forward declaration of dispinterface. |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Jacek Caban | - Added creation of dispinterface header. |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Alexandre Julliard | Allow defined types to be used as function names. |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Alexandre Julliard | Added support for the propget/propput function attributes. |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Filip Navara | - Force default [in] attribute on all parameters where... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Mike McCormack | Improve the handling of complex data types (strings... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Mike McCormack | Determine RPC struct types more exactly. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Mike McCormack | Improve proxy code generated for oaidl.idl. |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Filip Navara | Make widl parse the 'transmit_as' and 'endpoint' keywords. |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Filip Navara | Make widl compile without most of Windows/Wine headers... |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robert Shearman | - Handle "? :" conditionals. |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Ove Kaaven | Don't add imported constructs to any typelib output... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Ove Kaaven | Parse the [input_sync] attribute. |
blob | commitdiff | raw | diff to current |
2004-01-07 |
Ove Kaaven | Added rules to parse library, coclass, dispinterface... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Alexandre Julliard | Added partial support for function pointers. |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Alexandre Julliard | Use <> format in generated #include statements. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Ove Kaaven | Include guiddef.h in widltypes.h. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Ove Kaaven | Parse the NOT operator, the [idempotent] attribute... |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Ove Kaaven | Handle encapsulated unions in a cleaner (and less buggy... |
blob | commitdiff | raw | diff to current |
2002-11-24 |
Gerald Pfeifer | Avoid using labels at the end of commpound statements. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Ove Kaaven | Added "generate headers only" command-line option.... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Alexandre Julliard | Make sure widl doesn't depend on the headers it has... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Ove Kaaven | Support for enums, arrays, encapsulated unions, signed... |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Alexandre Julliard | Avoid dependencies on y.tab.h. |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Alexandre Julliard | Merged the IDL compiler written by Ove Kaaven. |
blob | commitdiff | raw | diff to current |
|