merge trunk head (37902)
[reactos.git] / reactos / tools / widl / client.c
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-04 Eric KohlSync to wine-1.1.4:
2008-11-12 Eric KohlSync to wine-0.9.61:
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-09 Eric KohlSync to wine-0.9.60:
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-19 Eric KohlSync to wine-0.9.60:
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-21 Eric KohlSync to Wine-0.9.58
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-25 Samuel SerapionFix a 64bit portability issue.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-10 Aleksey BraginSync to Wine-0.9.55:
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-11 Aleksey Bragin- Switch to the new widl and new rpcrt4.
2007-11-28 Colin FinckChange widl to use only host headers.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-05-21 Eric KohlRevert latest update due to unexpected bug in compiled...
2007-05-19 Eric KohlUpdate WIDL to rev 20070519.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-30 Eric KohlSynchronize with current WINE widl 20060729.
2006-02-27 Eric KohlDereference type declarations properly.
2006-02-27 Eric Kohl- Move proc string offset calculation to a separate...
2006-01-01 Eric KohlGenerate static MIDL_PROC_FORMAT_STRING, MIDL_TYPE_FORM...
2005-11-26 Eric KohlAllocate another 4 bytes for unique pointers to simple...
2005-10-16 Eric KohlFix [out, size_is, unique] parameter issues.
2005-10-09 Eric Kohl- Support [out, unique] base type parameters.
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-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-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
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-04-25 Gé van GeldorpSync to Wine-20050419:
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-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 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-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 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...