winegcc: Set target based on forced pointer size.
[wine] / tools / winegcc / winegcc.c
2013-04-23  André Hentschelwinegcc: Set target based on forced pointer size.
2013-03-11  André Hentschelwinegcc: Remove SPARC support.
2013-02-18  Alexandre Julliardwinegcc: Don't use prelink when cross-compiling.
2013-01-16  André Hentschelwinegcc: Add ARM64 support.
2012-06-15  Damjan Jovanovicwinegcc: Support the mingw32 target without an i[3456...
2012-05-11  Eric Pouechwinegcc: Try harder to find out whether the compiler...
2011-10-26  Alexandre Julliardwinegcc: Avoid including Windows headers in the Mingw...
2011-10-06  Charles Daviswinegcc: On Mac OS, turn -s into -Wl,-x.
2011-08-23  Bernhard Looswinegcc: Support a trailing / in paths to winebuild.
2011-07-29  Frédéric Delanoytools: Assorted spelling fixes.
2011-04-28  André Hentschelwinegcc: Forward -mcpu to winebuild.
2011-04-20  André Hentschelwinegcc: Remove Alpha support.
2011-03-28  Eric Pouechwinegcc: Check that option argument is within command...
2011-03-16  Eric Pouechwinegcc: Correctly manage the -V option (gcc expects...
2010-10-28  Alexandre Julliardwinegcc: Fix the lib dir detection.
2010-10-25  Alexandre Julliardwinegcc: Detect the appropriate lib directory for 32...
2010-07-26  Alexandre Julliardwinegcc: Don't import winecrt0 by default when building...
2010-07-21  Alexandre Julliardwinegcc: Import kernel32 and ntdll by default also...
2010-07-21  Alexandre Julliardwinegcc: Don't pass -nodefaultlibs to the Unix compiler...
2010-07-21  Alexandre Julliardwinegcc: Add support for a -m16 option to specify a...
2010-06-21  Peter Davieswinegcc: Enable the use of gcov and PGO.
2010-06-16  André Hentschelwinegcc: Add detection for --param options.
2010-06-15  Alexandre Julliardwinegcc: Load the Unicode argv dynamically from the...
2010-06-14  Alexandre Julliardwinegcc: Add explicit support for the Cygwin platform.
2010-05-25  André Hentschelwinegcc: Add support for amd64-mingw32msvc platform.
2010-04-26  Kirill Smelkovwinegcc: Do use DSO full name for .so arguments.
2010-04-26  Kirill Smelkovwinebuild/winegcc: Allow building .dll.so without ...
2010-04-20  Eric Pouechwinegcc: When specifying -m32, force i386 cpu when...
2010-04-20  Eric Pouechwinegcc: On x86-64, don't define twice the fastcall...
2010-04-11  Alexandre Julliardwinegcc: Add support for the -fasynchronous-unwind...
2010-03-24  André Hentschelwinegcc: Make condition easier to read and look like...
2010-03-19  Alexandre Julliardwinegcc: Force importing msvcrt when using the Unicode...
2010-01-23  Alexandre Julliardwinegcc: Add support for specifying a custom static...
2009-10-12  Juan Langwinegcc: Examine each argument of compile command rathe...
2009-09-24  André Hentschelwinegcc: Add ARM support.
2009-08-24  Dylan Smithtools: Detect windows platform with _WIN32 instead...
2009-08-18  Alexandre Julliardwinegcc: Add support for building fake modules.
2009-06-29  Alexandre Julliardwinegcc: Pass all option flags to winebuild before...
2009-06-17  Alexandre Julliardwinegcc: Add support for the -Wl,--large-address-aware...
2009-06-05  Marcus Meissnerwinegcc: Free two new strlists (Coverity).
2009-06-05  Alexandre Julliardwinegcc: Create a stub main to work around the lack...
2009-06-05  Alexandre Julliardwinegcc: Link against winecrt0 for the Mingw build...
2009-06-02  Alexandre Julliardwinegcc: Transparently compile resource files for the...
2009-06-01  Alexandre Julliardwinegcc: Add support for building PE executables using...
2009-05-30  Alexandre Julliardwinegcc: Add support for the --sysroot option to allow...
2009-05-30  Alexandre Julliardwinegcc: Don't pass the as/ld/nm tool names to winebuild.
2009-05-04  Ken Thomaseswinegcc: Recognize '-arch <arch>' as a compiler and...
2009-03-24  Austin Englishwinegcc: Fix a compiler warning on PC-BSD.
2009-02-24  Alexandre Julliardwinegcc: Allow creating an executable with an arbitrary...
2009-02-12  Alexandre Julliardwinegcc: Hardcode the various gcc tool names when cross...
2009-02-11  Marcus Meissnerwinegcc: Added some strarray_free() (Coverity).
2009-02-06  Alexandre Julliardwinegcc: Don't pass the as/ld/nm commands to winebuild.
2009-02-04  Alexandre Julliardwinegcc: Pass the -m32/-m64 options to winebuild too.
2009-02-02  Alexandre Julliardwinegcc: Support -b option for cross-compiling.
2009-02-02  Alexandre Julliardwinegcc: Make platform-specific behaviors depend on...
2008-11-26  Maarten Lankhorsttools: Add calling conventions for win64 to winegcc.
2008-07-22  Alexandre Julliardwinegcc: Add support for specifying section alignment...
2008-06-26  Francois Gougetconfigure: Detect and use gld/gnm/gar as alternatives...
2008-01-18  Austin Englishtools: Spelling fixes.
2007-10-19  Francois Gougetwinegcc: Modify error() to behave like all the other...
2007-05-07  Ben Taylorwinegcc: Allow -R and -z linker options.
2007-02-12  Joris Huizerwinegcc: Sign-compare fixes.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-10-09  Nick Burnswinegcc: __stdcall__ and __cdecl__ defined safely for...
2006-07-17  Alexandre Julliardwinegcc: Make sure the Wine library paths take preceden...
2006-07-11  Alexandre Julliardwinegcc: Automatically add the correct lib paths when...
2006-07-10  Alexandre Julliardconfigure: Define _WIN64 when building on a 64-bit...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-04  Alexandre Julliardwinegcc: Don't use the library full name for .so libs.
2006-03-16  Alexandre Julliardwinegcc: Look for libraries in subdirs of the library...
2006-01-25  Mike Frysingerwinegcc: Pass -m32/-m64 along to the linker.
2005-09-21  Alexandre JulliardLet winebuild take care of calling the assembler.
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
2005-09-03  Alexandre JulliardImplemented --image-base support for Mac OS.
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-25  Alexandre JulliardAdded a -municode flag to winegcc for applications...
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-08-09  Alexandre JulliardIgnore prelink failures.
2005-08-09  Alexandre JulliardAdded support for the --image-base linker option in...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-09  Alexandre JulliardFor each imported dll, check if there is a static libra...
2005-05-05  Alexandre Julliardoutput_name already contains .exe extension, don't...
2005-03-11  Dimitrie O. PaunUse -isystem for system includes as they should be...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2004-12-07  Paul MillarCheck for features missing in mingw environment, allowi...
2004-12-06  Eric PouechAnother couple of missing static definitions.
2004-12-02  Alexandre JulliardClean up temp files also when killed by a signal.
2004-11-22  Alexandre JulliardPass DLLFLAGS to winebuild too.
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-05-25  Jon GriffithsAlways use $(CC) for building the generated .spec.c...
2004-05-06  Dimitrie O. PaunRemove the last remaining wine options when running...
2004-04-16  Dimitrie O. PaunImplement support for the -x <lang> option.
2004-04-09  Dimitrie O. PaunSpecify the right name for the Winelib shared object.
2004-03-31  Alexandre JulliardFixed handling of .so and .a libraries specified as...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-03-23  Dimitrie O. PaunAdd a default .dll extension only when no extension...
2004-03-23  Dimitrie O. PaunFirst cut at -shared support.
2004-03-11  Dimitrie O. PaunBuild all file consistently, without shortcuts.
next