wined3d: Implement D3DFMT_G16R16.
[wine] / tools / winegcc /
2007-10-19  Francois Gougetwinegcc: Modify error() to behave like all the other...
2007-08-01  Alexandre Julliardconfigure: Add -m32 flag for C++ compiler too.
2007-05-07  Ben Taylorwinegcc: Allow -R and -z linker options.
2007-02-12  Joris Huizerwinegcc: Sign-compare fixes.
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-10-09  Nick Burnswinegcc: __stdcall__ and __cdecl__ defined safely for...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
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 JulliardTake advantage of the recursive nature of .gitignore...
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 Julliardtools: Add LDFLAGS to all the linker invocations.
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-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-25  Mike Frysingerwinegcc: Pass -m32/-m64 along to the linker.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
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-12  Alexandre JulliardProperly handle the case where vsnprintf returns -1.
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-06  Francois GougetAssorted spelling fixes.
2005-05-05  Alexandre Julliardoutput_name already contains .exe extension, don't...
2005-03-18  Alexandre JulliardFixed other instances of the xrealloc(0) bug.
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.
2005-03-05  Vincent BéronCreate symlinks named wineg++ and winecpp while buildin...
2005-01-28  Dimitrie O. PaunAdded a new man page for winegcc.
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-16  Paul VriensCorrect removing wineg++ link on an uninstall.
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-25  Alexandre JulliardTake EXEEXT into account for PE builds.
2004-03-24  Alexandre JulliardBuild the dlls with winegcc.
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-15  Pierre d'HerbemontSupport Darwin ".dylib".
2004-03-11  Dimitrie O. PaunBuild all file consistently, without shortcuts.
2004-03-10  Alexandre Julliardchmod is more portable than fchmod.
2004-03-09  Alexandre JulliardAllow multiple -B options.
2004-03-09  Dimitrie O. PaunAdd a wine specific mode. If is activated if the -B...
2004-03-09  Alexandre JulliardFixed a couple of crashes.
2004-03-09  Dimitrie O. PaunAdd -B prefix support. Small consistency cleanups.
2004-03-09  Dimitrie O. PaunSupport processors made up of different commands.
2004-03-04  Dimitrie O. PaunPreserve the relative order of files and libraries...
2004-03-03  Alexandre JulliardPut the .spec.o file first and the so libraries last...
2004-03-03  Alexandre JulliardRenamed the symbol for the cpp binary to avoid conflict...
2004-03-03  Dimitrie O. PaunDon't tie the script name to the .exe.so name.
2004-03-02  Dimitrie O. PaunAdd support for passing options to winebuild via -Wb.
2004-03-02  Alexandre JulliardRemoved obsolete --dll option from loader script.
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-02-27  Dimitrie O. PaunRemove the no longer used winewrap utility.
2004-02-26  Dimitrie O. PaunFor static libs (.a) we need to pass the actual filenam...
2004-02-24  Dimitrie O. PaunMerge winewrap into winegcc. Many cleanups.
2004-02-21  Dimitrie O. PaunRewrite winegcc in preparation for merging with winewrap.
2004-02-20  Dimitrie O. PaunFix typo introduced during the path search reorganizaton.
2004-02-13  Dimitrie O. PaunFor each lib dir, look for .so, .def. and .a files...
2004-02-09  Alexandre Julliardlibwine_uuid has been renamed to libuuid.
2004-01-09  Dimitrie O. PaunRemove the wrapper generation from winewrap, it is...
2004-01-09  Dimitrie O. PaunDo not fail if we can't load some libs in the wrapper.
2004-01-09  Alexandre JulliardIf supported, add -init and -fini flags to the linker...
2003-12-03  Richard CohenSearch for libraries in the order - .so - .def - .a
2003-11-28  Richard Cohen- Add standard dll path last instead of first.
2003-11-20  Dimitrie O. PaunDon't ignore libs specified by the user while linking.
2003-10-30  Gerald PfeiferAdd proper casts to avoid signed vs. unsigned mismatches in
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-10  Dimitrie O. PaunHave the wrapper load the used DLLs in case the main...
2003-09-19  Richard CohenHandle default linker output name in winewrap instead...
2003-09-16  Dimitrie O. PaunDo not require GUI support for displaying errors in...
2003-09-15  Dimitrie O. PaunTeach winegcc to masquerade as cpp.
2003-09-12  Richard CohenHandle -L<dir> in a separate array.
2003-09-11  Alexandre JulliardSet the dll search path to the location specified in...
2003-09-11  Richard CohenUse an extendable array to store the lists of strings.
2003-09-11  Alexandre JulliardMoved winegcc and winewrap to a separate directory.