1. 883aef1 widl: xmalloc shouldn't initialize to zero, do that explicitly where needed. by Alexandre Julliard · 19 years ago
  2. 9475521 widl: Remove usage of type_t ref field for base types; simplify code. by Dan Hipschman · 19 years ago
  3. daa2f97 widl: Write-strings warning fix. by Andrew Talbot · 19 years ago
  4. 16d4e71 widl: Calculate method indices in parser instead of during header generation. by Dan Hipschman · 19 years ago
  5. 06497dd widl: Use ref_type to simplify some code. by Dan Hipschman · 19 years ago
  6. df91150 widl: Generate GUID (infile_i.c) files. by Dan Hipschman · 19 years ago
  7. 99056d7 widl: Write forward declarations for coclass definitions. by Dan Hipschman · 19 years ago
  8. 3e1ace5 widl: Set type_t kind field correctly for all types. by Dan Hipschman · 19 years ago
  9. 23707be widl: Set defined flag for coclasses. by Dan Hipschman · 19 years ago
  10. 678ce98 widl: Encode coclass types in typelibs. by Dan Hipschman · 19 years ago
  11. 9265d77 widl: Register types for coclasses. by Dan Hipschman · 19 years ago
  12. c67b19b widl: Fold class_t into type_t. by Dan Hipschman · 19 years ago
  13. 3b3632a widl: Allow trailing commas in attribute lists. by Dan Hipschman · 19 years ago
  14. 12a9dfd widl: Support SAFEARRAY(type) syntax. by Dan Hipschman · 19 years ago
  15. 2660b8f widl: Support coclass forward declarations. by Dan Hipschman · 19 years ago
  16. f627845 widl: Add support for the builtin constants "TRUE" and "FALSE". by Robert Shearman · 19 years ago
  17. 996c4f1 widl: Support coclass forward declarations. by Robert Shearman · 19 years ago
  18. fa4f94b widl: Allow some more "reserved words" to be used as identifiers. by Robert Shearman · 19 years ago
  19. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  20. 738be2e widl: Fix a typo. by Jacek Caban · 19 years ago
  21. 8cd409f widl: Added importlib parsing code. by Jacek Caban · 19 years ago
  22. 4cd506b widl: The lval member of var_t is essentially a duplicate of eval->cval. by Robert Shearman · 19 years ago
  23. 919d14c widl: 'unsigned char' and 'byte' are must be distinct types. by Eric Kohl · 19 years ago
  24. 91c35be widl: Write out more TYPEFLAGs and add more type library-specific by Robert Shearman · 19 years ago
  25. 91da64c widl: Remove '\n' from yyerror calls. by Alexandre Julliard · 19 years ago
  26. 4e40675 widl: Make 'attrs' field of type_t const. by Robert Shearman · 19 years ago
  27. e9ec85a widl: Remove unused 'rname' field of type_t. by Robert Shearman · 19 years ago
  28. 9f0c45b widl: Fix pointer detection for structures with embedded arrays. by Robert Shearman · 19 years ago
  29. 513996f widl: Do constant folding for the sizeof operator on simple types. by Robert Shearman · 19 years ago
  30. 2eedb11 widl: Fix detection of varying arrays. by Robert Shearman · 19 years ago
  31. b4fb36c widl: Fix detection of conformant varying structs. by Robert Shearman · 19 years ago
  32. e9c771f widl: Error if an array is in the middle of a structure. by Robert Shearman · 19 years ago
  33. 362d42e widl: Fix the detection of conformant and pointer structs. by Robert Shearman · 19 years ago
  34. 7f2419c widl: Add some const attributes. by Robert Shearman · 19 years ago
  35. e59dcf5 widl: Use the same precendence rule for the conditional operator as in wpp. by Robert Shearman · 19 years ago
  36. a3b3512 widl: Added bindable and displaybind attributes handling. by Jacek Caban · 19 years ago
  37. f4356a6 widl: Don't treat FC_SMALL as FC_SHORT. by Robert Shearman · 19 years ago
  38. b86efe5 widl: Formatting cleanups. by Robert Shearman · 19 years ago
  39. d026458 - Output prototypes for user marshal functions at the end of the by Robert Shearman · 20 years ago
  40. b8585b8 Change some char* to const char* to fix warnigns. by Stefan Huehner · 20 years ago
  41. 9c04ad7 Workaround to allow using the async keyword as method name. by Alexandre Julliard · 20 years ago
  42. 2eaf7b2 Add support for single in idl files. by Vincent Béron · 20 years ago
  43. 10a605b Added handling of unsigned type. by Jacek Caban · 20 years ago
  44. e6150fe Write uuid of library in header. by Jacek Caban · 20 years ago
  45. afcab24 Removed the useless proxy.h header file. Fixed a couple of warnings. by Alexandre Julliard · 20 years ago
  46. 5bed485 - Add basic support for creating client and server stub files. by Eric Kohl · 20 years ago
  47. c2c87da Coclass support. by Huw Davies · 20 years ago
  48. d33a553 Add support for typedefs. by Huw Davies · 20 years ago
  49. 49eb0b7 Add support for dispinterfaces (slightly hacked because we force the by Huw Davies · 20 years ago
  50. 0e53bb3 Fix typelib only option. Make -t and -h options inclusive. by Huw Davies · 20 years ago
  51. a43a250 Add enum support. Another attempt at getting the alignment bits correct. by Huw Davies · 20 years ago
  52. 6126fc7 unsigned char support. by Huw Davies · 20 years ago
  53. 2184231 Don't set ATTR_IN or ATTR_OUT by default - this essentially reverts by Huw Davies · 20 years ago
  54. 6352212 Add support for the help* attributes on type libraries. by Huw Davies · 20 years ago
  55. a3026ca Add support for optional arguments and some suppport for the by Huw Davies · 20 years ago
  56. 634693c Add attributes control, hidden and restricted. by Huw Davies · 20 years ago
  57. 346188b Initial support for typelib generation. by Huw Davies · 20 years ago
  58. 86fead3 Store interfaces, structs, coclasses and modules that are to be by Huw Davies · 20 years ago
  59. 5c1231d Add the precedence of the conditional operator. by Huw Davies · 20 years ago
  60. 54cba79 Added optional, defaultvalue and vararg. by Jacek Caban · 20 years ago
  61. 90ce00a Fixed defining DIIDs. by Jacek Caban · 20 years ago
  62. 5c98265 Added writing forward declaration of dispinterface. by Jacek Caban · 20 years ago
  63. 2161b36 - Added creation of dispinterface header. by Jacek Caban · 20 years ago
  64. 68604db Allow defined types to be used as function names. by Alexandre Julliard · 20 years ago
  65. 4806630 Added support for the propget/propput function attributes. by Alexandre Julliard · 20 years ago
  66. 75e02e9 - Force default [in] attribute on all parameters where explicit [in] by Filip Navara · 21 years ago
  67. 0e5d9b5 Improve the handling of complex data types (strings and structs). by Mike McCormack · 21 years ago
  68. 1a77ea5 Determine RPC struct types more exactly. by Mike McCormack · 21 years ago
  69. 2d8d1e2 Improve proxy code generated for oaidl.idl. by Mike McCormack · 21 years ago
  70. 977d863 Make widl parse the 'transmit_as' and 'endpoint' keywords. by Filip Navara · 21 years ago
  71. 19fd305 Make widl compile without most of Windows/Wine headers, so it can be by Filip Navara · 21 years ago
  72. 7f0abaf - Handle "? :" conditionals. - Allow [handle] attribute for types. by Robert Shearman · 21 years ago
  73. 560a756 Don't add imported constructs to any typelib output by default. by Ove Kaaven · 21 years ago
  74. 88bbfad Parse the [input_sync] attribute. by Ove Kaaven · 21 years ago
  75. 5d267d7 Added rules to parse library, coclass, dispinterface, and module by Ove Kaaven · 21 years ago
  76. ba5a968 Added partial support for function pointers. by Alexandre Julliard · 22 years ago
  77. 0bde2bb Use <> format in generated #include statements. by Alexandre Julliard · 22 years ago
  78. 064c48a Include guiddef.h in widltypes.h. by Ove Kaaven · 22 years ago
  79. e30a967 Parse the NOT operator, the [idempotent] attribute, and the handle_t by Ove Kaaven · 22 years ago
  80. 34e2f87 Handle encapsulated unions in a cleaner (and less buggy) way. Emit the by Ove Kaaven · 22 years ago
  81. af53e11 Avoid using labels at the end of commpound statements. by Gerald Pfeifer · 22 years ago
  82. 1893977 Added "generate headers only" command-line option. Implemented imports by Ove Kaaven · 22 years ago
  83. 98f12a0 Make sure widl doesn't depend on the headers it has to generate. by Alexandre Julliard · 22 years ago
  84. 03c7d46 Support for enums, arrays, encapsulated unions, signed/unsigned by Ove Kaaven · 22 years ago
  85. ea97b39 Avoid dependencies on y.tab.h. by Alexandre Julliard · 23 years ago
  86. 7d4ee77 Merged the IDL compiler written by Ove Kaaven. by Alexandre Julliard · 23 years ago