2012-05-07 |
Vincent Povirk | winebuild: Allow angle brackets in export names. |
blob | commitdiff | raw |
2012-03-28 |
André Hentschel | winebuild: Create stubs for ARM. |
blob | commitdiff | raw | diff to current |
2011-07-04 |
André Hentschel | winebuild: Remove dead code (clang). |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Alexandre Julliard | winebuild: Allow specifying arguments to stub functions... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Alexandre Julliard | winebuild: Don't add extra CPU flags to stubs if they... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Alexandre Julliard | winebuild: Add int64, int128 and float argument types. |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Alexandre Julliard | winebuild: Use a proper enum for function arguments... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Alexandre Julliard | winebuild: Signal an error when a thiscall function... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Alexandre Julliard | winebuild: Add support for specifying thiscall calling... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
Alexandre Julliard | winebuild: Add support for generating import libs for... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Alexandre Julliard | winebuild: Support for adding 32-bit exports in 16... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Alexandre Julliard | winebuild: Allow optional keywords to be in any order... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Alexandre Julliard | winebuild: Add win32/win64 generic architectures in... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Alexandre Julliard | winebuild: Don't include any Windows header to avoid... |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Alexandre Julliard | winebuild: Support the --main-module option for stand... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Alexandre Julliard | winebuild: Add support for generating stand-alone 16... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Alexandre Julliard | winebuild: Generate stub entry points for x86_64. |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Alexandre Julliard | winebuild: Make the cpu flag more generic to allow... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
Alexandre Julliard | winebuild: Add a -ordinal flag for entry points that... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Andrew Talbot | winebuild: Replace inline static with static inline. |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Alexandre Julliard | winebuild: Check for illegal characters in entry point... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | winebuild: Allow -register flag for Win32 too. |
blob | commitdiff | raw | diff to current |
2005-09-29 |
Alexandre Julliard | Get rid of the debug channels support. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Alexandre Julliard | Make sure that values of absolute symbols fit in 16... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Alexandre Julliard | Create an assembly file with all undefined symbols... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Alexandre Julliard | Take into account -noname functions when checking for... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Alexandre Julliard | Generate stub functions directly in assembly. |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Alexandre Julliard | Added support for 64-bit format NT header and export... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Alexandre Julliard | Compute the ordinal base and limit in assign_ordinals... |
blob | commitdiff | raw | diff to current |
2005-08-09 |
Alexandre Julliard | Added a warning for DllGetVersion and DllInstall not... |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Alexandre Julliard | Beginnings of an infrastructure to allow specifying... |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Alexandre Julliard | Allocate ordinals in the order of the declarations... |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Alexandre Julliard | Removed no longer used support for 32-bit register... |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Eric Frias | Handle a def file where the names of the exported funct... |
blob | commitdiff | raw | diff to current |
2004-08-27 |
Alexandre Julliard | Print a warning when DllRegisterServer and similar... |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Eric Pouech | - added size information about most of the generated... |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Alexandre Julliard | Do not strip stdcall decoration in spec files. |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Jukka Heinonen | Remove support for generating interrupt handlers. |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Alexandre Julliard | Added support for building a dll from a .def file for... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Alexandre Julliard | Store all information about the current dll in a struct... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Dimitrie O. Paun | Remove the obsolete pascal16 (replaced by pascal -ret16). |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Alexandre Julliard | Added varargs support for 16-bit entry points. |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Alexandre Julliard | Added -private flag for entry points that shouldn't... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Added check for duplicate ordinals, and fixed bug it... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Handle end of line as a syntactic element in the spec... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Removed support for the 'forward' ordinal type. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Disable 'variable' in Win32 spec files. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Alexandre Julliard | Replaced 'ignore' spec file directive by the -i option. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Alexandre Julliard | Replaced 'heap' .spec statement by a command line option. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Dimitrie O. Paun | Remove support for 'file', 'name', and 'mode' in .spec... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Alexandre Julliard | Fixed line numbers in error messages and improved redef... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Alexandre Julliard | In -spec and -exe mode, accept multiple object files... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Alexandre Julliard | Added support for importing by ordinal. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Alexandre Julliard | Ignore imports and resources when building a .def file. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Patrik Stridvall | Made winebuild (almost) compile and work on Windows. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Dmitry Timoshkov | Support for generation of .def files from .spec files. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Alexandre Julliard | Support for specifying stack size of Winelib apps. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Dmitry Timoshkov | Fixed some issues. |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Alexandre Julliard | Added support for backslash escaping of special characters. |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Josh DuBois | More portable .align directive. |
blob | commitdiff | raw | diff to current |
2000-12-26 |
Eric Pouech | Added ability to delay loading of an imported DLL until... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Allocate entry points dynamically to allow for a larger... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Jon Griffiths | Added "ignore" directive for skipping individual symbol... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Francois Gouget | The init function can be called main. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Alexandre Julliard | Added entry point flags -noimport, -norelay, -ret64... |
blob | commitdiff | raw | diff to current |
2000-11-12 |
Alexandre Julliard | Raise an exception for unimplemented 16-bit entry point... |
blob | commitdiff | raw | diff to current |
2000-11-11 |
Joerg Mayer | Get rid of some warnings about unused variables, signed... |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Added debug_channels support. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Alexandre Julliard | Added support for loading .res files for 16-bit resources. |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Alexandre Julliard | Added support for loading Win32 .res files. |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Added stdcall64 entry point type to allow correct relay... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Alexandre Julliard | Changed the Win32 dll descriptor to be in IMAGE_NT_HEAD... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Split the build program in several files. |
blob | commitdiff | raw | diff to current |
|