2010-12-23 |
Alexandre Julliard | widl: Don't free the input file name since it's stored... |
blob | commitdiff | raw |
2010-12-02 |
Alexandre Julliard | widl: Add progid, threading and vi_progid attributes... |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Alexandre Julliard | widl: Add some more attribute keywords. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Alexandre Julliard | widl: Move temp file management from wpp to widl. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Alexandre Julliard | widl: Long constants must be 32-bit on all platforms. |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Rob Shearman | widl: Return a pointer to the correct part of the strin... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Rob Shearman | widl: Fix symbol was not declared and using plain integ... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Rob Shearman | widl: Add support for character constants in expressions. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Rob Shearman | widl: Add support for varargs functions. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Rob Shearman | widl: Implement __int3264 keyword. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Huw Davies | widl: Add support for parsing the annotation attribute. |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Remove the single keyword and type. |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Huw Davies | widl: Include errno.h. |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Rob Shearman | widl: Check for overflow when parsing integer constants. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Alexandre Julliard | Add noinput directive to all lex files to avoid a compi... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Francois Gouget | Add a comment warning when a table must be kept sorted... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Add the parsing of storage classes into declarati... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: callback, code, comm_status and in_line are attri... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Add support for "inline" on function definitions. |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Rob Shearman | widl: Accept integer constant suffixes in the lexer. |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Rob Shearman | widl: Support hex digits that use an uppercase 0X prefix. |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Create a statement object for import statements. |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Add support for string literals and wide-string... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Rob Shearman | widl: Allow NULL to be used in expressions. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Don't free input_name in pop_import as we keep... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Add support for comparison, exclusive or, logical... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Add support for "->" and "." operators in express... |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Dan Hipschman | widl: Fix a mistake in an ordered list (keywords). |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Rob Shearman | widl: Support __fastcall and __pascal calling conventions. |
blob | commitdiff | raw | diff to current |
2008-04-01 |
Rob Shearman | widl: Be more strict about where semicolons can appear... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Gerald Pfeifer | widl: Include <unistd.h> for prototype of unlink(). |
blob | commitdiff | raw | diff to current |
2008-02-19 |
Alexandre Julliard | Avoid the nounistd option that doesn't exist on older... |
blob | commitdiff | raw | diff to current |
2008-02-19 |
Rob Shearman | Add the nounistd option to all lex source files. |
blob | commitdiff | raw | diff to current |
2008-02-04 |
Rob Shearman | widl: Don't search for a import file name with a path... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Rob Shearman | widl: Add support for strict context handles. |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Dan Hipschman | widl: parser_error must append a newline, so write... |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Francois Gouget | widl: Modify generic_msg() to behave like all the other... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Dan Hipschman | widl: Allow quoted UUIDs. |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Alexandre Julliard | widl: Added support for floating-point constants. |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Alexandre Julliard | widl: 'control' is an attribute not a keyword. |
blob | commitdiff | raw | diff to current |
2007-02-08 |
Alexandre Julliard | widl: Rename parser states to uppercase to avoid conflicts. |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Alexandre Julliard | widl: Only recognize attribute keywords inside an attri... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Andrew Talbot | widl: Cast-qual warning fix. |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Dan Hipschman | widl: Fix warning about unused structure field in lexer. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Alexandre Julliard | widl: Change the prefix on bison-generated names to... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Dan Hipschman | widl: Support SAFEARRAY(type) syntax. |
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-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
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-01-05 |
Alexandre Julliard | Remove YY_NO defines that cause warnings. |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Alexandre Julliard | Added some flex options to avoid compiler warnings. |
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-10-10 |
Alexandre Julliard | Default search path for an include file should be based... |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Alexandre Julliard | Now that we are requiring bison anyway, make the .tab... |
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-03-28 |
Vincent Béron | Add support for single in idl files. |
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-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-10 |
Huw Davies | Add support for the help* attributes on type libraries. |
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-03 |
Jacek Caban | Added optional, defaultvalue and vararg. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes. |
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-04-26 |
Filip Navara | Make widl parse the 'transmit_as' and 'endpoint' keywords. |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robert Shearman | - Handle "? :" conditionals. |
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 | Use <> format in generated #include statements. |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Alexandre Julliard | Moved the wpp library from tools/ to libs/. |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Alexandre Julliard | Make sure we display the correct file name and line... |
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-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-27 |
Alexandre Julliard | Try to derive temp file names from output file names... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Dmitry Timoshkov | Include protection for <unistd.h>, <sys/types.h> and... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Gerald Pfeifer | #include <unistd.h> which is required for unlink(). |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Alexandre Julliard | Explicitly specify the path to wpp.h so we don't need... |
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 |
|