2003-01-11 |
Johannes E. Schindelin | Allow C++ comments after #endif. |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Added windres compatibility switches: -v, --[no-]use... |
tree | commitdiff |
2003-01-10 |
Alexandre Julliard | Fixed handling of trailing whitespace after #else and... |
tree | commitdiff |
2003-01-10 |
Dimitrie O. Paun | Support default output name (a.out); some configure... |
tree | commitdiff |
2003-01-09 |
Alexandre Julliard | Do not define __WINESRC__ when building tools and miscemu. |
tree | commitdiff |
2003-01-09 |
Ove Kaaven | Declare user-marshaller prototypes for types declared... |
tree | commitdiff |
2003-01-09 |
Dimitrie O. Paun | Collapse the -hHrs options into the -O option. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Teach winegcc to produce executables directly from... |
tree | commitdiff |
2003-01-07 |
Francois Gouget | Add support for .drv extension (for winspool.drv tests... |
tree | commitdiff |
2003-01-05 |
Dimitrie O. Paun | mingw links in comdlg32, shell32, and advapi32 by default. |
tree | commitdiff |
2003-01-05 |
Francois Gouget | Standardize the capitalization of Wine. |
tree | commitdiff |
2003-01-05 |
Dimitrie O. Paun | Pass -l's that are not .dll's or .a's to the linker. |
tree | commitdiff |
2003-01-05 |
Dimitrie O. Paun | - Define the standard __WINE__ and __WIN32__ macros. |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Pass only the -o -l -L options to winewrap, ignore... |
tree | commitdiff |
2003-01-03 |
Alexandre Julliard | Removed a couple of no longer used tests in the generat... |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Properly handle the -M switch. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Properly link agains .a files using the -l switch. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Simplify the code for the generated wrapper. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Support outputing files to a different directory than... |
tree | commitdiff |
2003-01-03 |
Patrik Stridvall | Added --include-quotes option that fixes #include to... |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Added C++ support & small cleanups. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Support C++ linking with a new -C switch. |
tree | commitdiff |
2003-01-02 |
Alexandre Julliard | Updated for recent options changes. |
tree | commitdiff |
2003-01-02 |
Jeff Smith | Several improvements and corrections, foremost being... |
tree | commitdiff |
2003-01-02 |
Patrik Stridvall | - API files update. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Add support for wrapper generation to winewrap. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Compile with WINE_UNICODE_NATIVE defined, essential... |
tree | commitdiff |
2003-01-02 |
Eric Pouech | Removed unused #include of module.h. |
tree | commitdiff |
2003-01-02 |
Andreas Mohr | Increment log output from 200 lines to 3000 lines. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Add the -F option to set a DLL's filename. |
tree | commitdiff |
2002-12-23 |
Dimitrie O. Paun | Add support for library path (-L). |
tree | commitdiff |
2002-12-20 |
Alexandre Julliard | Don't ignore sprintf/sscanf imports, semantics are... |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Renamed mingwrap to winegcc. |
tree | commitdiff |
2002-12-19 |
Tapio Kautto | Fix for missing ppdebug variable. |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Avoid referencing potentially freed token. |
tree | commitdiff |
2002-12-19 |
Dimitrie O. Paun | Remove the -L wrc option, as no automatic fudging of... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | The link command specifies which version of the C libra... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Fix the type of the This pointer in the vtbl functions... |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Better handling of errors while fork/execing. |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Pass the gui flag to winewrap if we're linking a GUI... |
tree | commitdiff |
2002-12-16 |
Francois Gouget | On Windows windef.h must be included before winbase.h. |
tree | commitdiff |
2002-12-16 |
Francois Gouget | Add '--' option for passing extra arguments to the... |
tree | commitdiff |
2002-12-15 |
Ove Kaaven | Output raw ICOM-less C/C++ interface definitions by... |
tree | commitdiff |
2002-12-15 |
Jeff Smith | Updated winemaker to account for change in wine's linki... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added y.tab.[ch] pseudo-dependencies to fix parallel... |
tree | commitdiff |
2002-12-15 |
Dimitrie O. Paun | Teach mingwrap to use winewrap to do the linking, just... |
tree | commitdiff |
2002-12-15 |
Dimitrie O. Paun | Small cleanups to match current build process. |
tree | commitdiff |
2002-12-15 |
Ove Kaaven | Include guiddef.h in widltypes.h. |
tree | commitdiff |
2002-12-13 |
Dimitrie O. Paun | New wine build utility that should make it easy for... |
tree | commitdiff |
2002-12-12 |
Jeff Smith | Add 'distclean' target to winemaker-generated projects. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Do not display the long options in the usage message... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Made stdcall decoration in .def files the default,... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Warning fix. |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Wine internal includes should not be in the include... |
tree | commitdiff |
2002-12-11 |
Dimitrie O. Paun | wrc should be aware of the location of the system headers. |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Updated to the latest version. |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Try to open source file in current directory first... |
tree | commitdiff |
2002-12-11 |
Francois Gouget | Fix stderr redirection. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-10 |
Dimitrie O. Paun | Gracefully degrade to getopt if getopt_long does not... |
tree | commitdiff |
2002-12-07 |
Alexandre Julliard | Replaced 'ignore' spec file directive by the -i option. |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Check file header to differentiate between object files... |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Fixed mingwrap install command. |
tree | commitdiff |
2002-12-06 |
Dimitrie O. Paun | Make wrc command line compatible with windres. |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Fixed passing of -DINCLUDEDIR when building mingwrap. |
tree | commitdiff |
2002-12-05 |
Dimitrie O. Paun | New MinGW wrapper that makes gcc on Linux behave like... |
tree | commitdiff |
2002-12-05 |
Sylvain Petreolle | Install apps in windows\system since that's what the... |
tree | commitdiff |
2002-12-03 |
Ove Kaaven | Parse the NOT operator, the [idempotent] attribute... |
tree | commitdiff |
2002-11-30 |
Patrik Stridvall | - Fixed bug caused by changes to Wine. |
tree | commitdiff |
2002-11-30 |
Ove Kaaven | Handle encapsulated unions in a cleaner (and less buggy... |
tree | commitdiff |
2002-11-27 |
Patrik Stridvall | - API files update. |
tree | commitdiff |
2002-11-24 |
Gerald Pfeifer | Avoid using labels at the end of commpound statements. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Removed support for converting old format config, every... |
tree | commitdiff |
2002-11-21 |
Matthew Davison | Remove obsolete --enable-opengl. |
tree | commitdiff |
2002-11-21 |
Shachar Shemesh | - If running wineinstall and asking not to install... |
tree | commitdiff |
2002-11-21 |
Ove Kaaven | Added "generate headers only" command-line option.... |
tree | commitdiff |
2002-11-20 |
Tisheng Chen | Added Simplified Chinese support. |
tree | commitdiff |
2002-11-20 |
Alberto Massari | winedump was still using the "init" keyword in the... |
tree | commitdiff |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
tree | commitdiff |
2002-11-18 |
Vincent Béron | Removed some unused types. |
tree | commitdiff |
2002-11-18 |
Alberto Massari | Install link to rundll32.exe too. |
tree | commitdiff |
2002-11-13 |
Alexandre Julliard | Make sure widl doesn't depend on the headers it has... |
tree | commitdiff |
2002-11-13 |
Alexandre Julliard | Moved rpc.h inclusion in widl-generated file so that... |
tree | commitdiff |
2002-11-12 |
Ove Kaaven | Support for enums, arrays, encapsulated unions, signed... |
tree | commitdiff |
2002-11-12 |
Patrik Stridvall | Added tests for a few new DLLs. |
tree | commitdiff |
2002-11-11 |
Dimitrie O. Paun | Rewrite make_ctests and runtest in shell. |
tree | commitdiff |
2002-11-11 |
Patrik Stridvall | - API files update. |
tree | commitdiff |
2002-11-06 |
Eric Frias | Added quotes to assembly language output. |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | - Added code for detection of missing types. |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | API files update. |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Hack to detect register functions automatically so... |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | - Updated it to support changes in Wine. |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Added tests for normal types (not just structures). |
tree | commitdiff |
next |