make_msvcX_install_[config] patch by Brezenbak
[reactos.git] / reactos / tools / widl /
2006-01-01 Eric KohlGenerate static MIDL_PROC_FORMAT_STRING, MIDL_TYPE_FORM...
2005-12-05 Eric KohlChange oldnames option from '-o' to '--oldnames'.
2005-11-26 Eric KohlAllocate another 4 bytes for unique pointers to simple...
2005-10-27 Gé van GeldorpSync to Wine-0_9:
2005-10-16 Eric KohlFix [out, size_is, unique] parameter issues.
2005-10-09 Eric Kohl- Support [out, unique] base type parameters.
2005-10-09 Eric Kohl- Support [out, unique] base type parameters.
2005-08-07 Eric KohlSupport size_is(*Length) attributes for strings.
2005-08-01 Thomas Bluemeldefine common build flags so they can easily be changed...
2005-08-01 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-30 Eric Kohl- Support conformant arrays as in and out parameters.
2005-07-28 Thomas Bluemeldon't generate meaningless lvalue typecast
2005-07-24 Eric KohlFix grammar of the size_is attribute so that size_is...
2005-07-23 Eric Kohl- Fix offset calculation bug in the ProcFormatString.
2005-07-16 Eric Kohl- For bugs for in-string parameters.
2005-07-06 Gé van GeldorpSync to Wine-20050628:
2005-06-05 Casper HornstrupRemove old makefiles
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-08 Thomas Bluemeldon't generate lvalue assignment code
2005-05-08 Thomas BluemelDon't declare constants as export and later define...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-05-01 Art YerkesAdded HOST=mingw32-linux64 setting.
2005-04-25 Gé van GeldorpSync to Wine-20050419:
2005-04-18 Filip NavaraDon't use pointer to freed memory.
2005-04-17 Eric KohlSupport out-pointers to structs.
2005-04-15 Eric KohlSupport in-pointers to structs.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-03 Eric KohlSupport 'ref' and 'unique' attributes for pointers.
2005-03-27 Eric KohlAdded handling of unsigned type. Patch by Jacek Caban...
2005-03-25 Eric KohlGenerate code without L-value casts. Fix remaining...
2005-03-21 Filip NavaraFix a typo in write_function_stubs.
2005-03-20 Filip NavaraMinor correction to my r14237 commit. Forgot to delete...
2005-03-20 Filip NavaraGenerate code without L-value casts.
2005-03-20 Eric KohlImprove error messages.
2005-03-13 Eric KohlRemove debug printf().
2005-03-13 Eric KohlRemove debug printf().
2005-03-13 James TaborFix paste error.
2005-03-13 James TaborFixup for *nix port
2005-03-13 James TaborFixup for *nix port
2005-03-13 Royce Mitchell III-Wall -Werror and fix warnings
2005-03-13 Royce Mitchell III-Wall -Werror and fix warnings
2005-03-13 Eric KohlFix gcc warnings in generated client stub.
2005-03-13 Eric KohlImplement [string] attribute for pointers to char and...
2005-03-12 Eric KohlImplement [in], [out] and [in, out] support for pointer...
2005-03-10 Eric KohlImplement '-o' option. This is equivalent to MIDLs...
2005-03-06 Eric KohlSupport pointers to simple types as input arguments.
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-27 Steven Edwardsmerge in Winehq changes to reduce noise
2005-02-26 Eric Kohl- Server stubs are void functions.
2005-02-25 Eric Kohl- Support multiple interfaces per idl file.
2005-02-24 Eric KohlSupport remaining basic types (float, double, small...
2005-02-23 Eric KohlWIDL: Support basic type function arguments.
2005-02-22 Gé van GeldorpRemove bison/flex dependency
2005-02-22 Eric Kohl- Support implict_handle attribute in IDL files.
2005-02-21 Filip NavaraFix build on Linux.
2005-02-21 Eric KohlAdd basic support for creating client and server stub...
2005-02-21 Eric KohlBuild unmodified widl.
2005-02-20 Gé van GeldorpImport from Wine