wbemprox: Always convert from BSTR.
[wine] / tools / winebuild / utils.c
2011-11-07  André Hentschelwinebuild: Add support for building on powerpc64.
2011-05-26  Alexandre Julliardwinebuild: Fix the creation of temp files in /tmp.
2011-05-03  Alexandre Julliardwinebuild: Allow specifying arguments to stub functions...
2011-04-28  André Hentschelwinebuild: Use -mcpu option for the assembler.
2011-04-20  André Hentschelwinebuild: Remove Alpha support.
2011-01-31  Alexandre Julliardwinebuild: Don't remove stdcall decorations on non...
2010-09-20  André Hentschelwinebuild: Fix ARM support.
2010-08-30  Alexandre Julliardwinebuild: Add int64, int128 and float argument types.
2010-08-30  Alexandre Julliardwinebuild: Use a proper enum for function arguments...
2010-08-02  Alexandre Julliardwinebuild: Add a spawn() helper function to avoid start...
2010-08-02  Alexandre Julliardwinebuild: Support an arbitrary number of temporary...
2010-08-02  Alexandre Julliardwinebuild: Copy the strmake function from winegcc to...
2010-05-28  André Hentschelwinebuild: Add support for amd64-mingw32msvc platform.
2010-05-26  Austin Englishwinebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd.
2010-04-11  Alexandre Julliardwinebuild: Support for -fasynchronous-unwind-tables...
2010-04-11  Alexandre Julliardwinebuild: Add a wrapper function to output cfi directives.
2009-12-30  Alexandre Julliardwinebuild: Simplify the code for finding the various...
2009-11-18  André Hentschelwinebuild: Add ARM support.
2009-10-15  Gerald Pfeiferwinebuild: Add support for PLATFORM_FREEBSD to get_ld_c...
2009-08-27  Alexandre Julliardtools: Take into account the executable extension when...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for writing binary...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for reading binary...
2009-06-02  Alexandre Julliardwinebuild: Add a --resources mode that compiles multipl...
2009-05-04  Ken Thomaseswinebuild: On Mac OS X, use -arch option to control...
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
2009-03-24  Alexandre Julliardwinebuild: Make sure main module is properly initialized.
2009-02-27  Alexandre Julliardwinebuild: Don't prefix local symbols with an underscore.
2009-02-04  Alexandre Julliardwinebuild: Search for the as/ld/nm tools in the PATH...
2009-02-04  Alexandre Julliardwinebuild: Append the correct options for as and ld...
2009-02-04  Alexandre Julliardwinebuild: Determine the appropriate as/ld/nm commands...
2008-12-08  Alexandre Julliardwinebuild: Make the cpu flag more generic to allow...
2007-09-10  Dmitry Timoshkovwinebuild: Add IMAGE_FILE_32BIT_MACHINE flag for a...
2007-05-29  Dmitry Timoshkovwinebuild: Mark builtin DLLs as IMAGE_FILE_LARGE_ADDRES...
2007-05-24  Alexandre Julliardwinebuild: Set the IMAGE_FILE_EXECUTABLE_IMAGE flag...
2007-03-05  Joris Huizerwinebuild: sign-compare fixes.
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-10-24  Robert LunnonRemove SVR4 specific pseudo-ops.
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
2005-09-21  Alexandre JulliardMoved stub function generation to import.c. Added a...
2005-09-21  Alexandre JulliardNow that we have to be able to run the assembler from...
2005-09-19  Alexandre JulliardDon't remove ignored symbols from the undefined list...
2005-09-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-09-14  Alexandre JulliardOutput constant strings in a more appropriate section...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-07  Alexandre JulliardAdded a bit of framework for future x86_64 support.
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
2005-06-30  Phil KrylovFixed winebuild operation in Darwin.
2005-06-29  Alexandre JulliardReplace configure macros by explicit platform checks...
2005-06-27  Alexandre JulliardReplaced all uses of the __ASM_NAME macro by the asm_na...
2005-06-27  Alexandre JulliardBeginnings of an infrastructure to allow specifying...
2005-06-20  Wolfgang ThallerWinebuild darwin/x86-specific fixes:
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-03-18  Alexandre JulliardDon't crash on xrealloc(0) (found by Jon Griffiths).
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2003-11-20  Alexandre Julliardopen_input_file(): try to open the file in the current...
2003-09-22  Steven EdwardsPorting fix for Alpha.
2003-07-21  Pierre d'HerbemontChange __PPC__ flag to __powerpc__.
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-21  Alexandre JulliardMake warnings quiet by default and added -w option.
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  François GougetFix the #include order for config.h.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-06-23  Alexandre JulliardSplit the build program in several files.