- 3dfbbb5 winebuild: Support for -fasynchronous-unwind-tables flag to enable/disable CFI generation. by Alexandre Julliard · 15 years ago
- e550e8a winebuild: Add a wrapper function to output cfi directives. by Alexandre Julliard · 15 years ago
- 539da1b winebuild: Output the 16-bit asm relay functions as needed and get rid of --relay16 mode. by Alexandre Julliard · 15 years ago
- 10e4a55 winebuild: Output the asm relay functions as needed and get rid of --relay32 mode. by Alexandre Julliard · 15 years ago
- f78890e winebuild: Get rid of the support for building old style 16-bit modules. by Alexandre Julliard · 15 years ago
- 054406f winebuild: Don't output private symbols at all when building an import library. by Alexandre Julliard · 15 years ago
- 2fda3d6 winebuild: Add support for building Windows import libraries. by Alexandre Julliard · 15 years ago
- 38ca263 winebuild: Simplify the code for finding the various build tools. by Alexandre Julliard · 15 years ago
- d097eef winebuild: Support for adding 32-bit exports in 16-bit spec files. by Alexandre Julliard · 15 years ago
- 7782ebe winebuild: Fix the definition of the CPU mask flag to take ARM into account. by Alexandre Julliard · 15 years ago
- 27fb36b winebuild: Add ARM support. by André Hentschel · 15 years ago
- d222e8e winebuild: Add support for PLATFORM_FREEBSD. by Gerald Pfeifer · 15 years ago
- 3f7d342 winebuild: Add win32/win64 generic architectures in addition to specific CPUs. by Alexandre Julliard · 16 years ago
- 5d3e134 winebuild: Add support for creating 16-bit fake dlls. by Alexandre Julliard · 16 years ago
- ef4a3c3 winebuild: Add support for creating a fake dll at compile time. by Alexandre Julliard · 16 years ago
- 47497cb winebuild: Add helper functions for writing binary data to a file. by Alexandre Julliard · 16 years ago
- b935cc2 winebuild: Add helper functions for reading binary data from a file. by Alexandre Julliard · 16 years ago
- a328834 winebuild: Add a --resources mode that compiles multiple resource files into a single object. by Alexandre Julliard · 16 years ago
- b374e7e winebuild: Don't include any Windows header to avoid data types dependencies. by Alexandre Julliard · 16 years ago
- a82ce66 winebuild: Support the --main-module option for stand-alone 16-bit modules. by Alexandre Julliard · 16 years ago
- 5599ac2 winebuild: Add support for generating stand-alone 16-bit modules. by Alexandre Julliard · 16 years ago
- 445047a winebuild: Make the 16-bit DOS header a local symbol. by Alexandre Julliard · 16 years ago
- d07f67a winebuild: Determine the appropriate as/ld/nm commands at the time they are needed. by Alexandre Julliard · 16 years ago
- 07f77c4 winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles. by Alexandre Julliard · 16 years ago
- fa61641 winebuild: Make the cpu flag more generic to allow supporting a given entry point on multiple platforms. by Alexandre Julliard · 16 years ago
- 8a6f165 winebuild: Declare fatal_error and fatal_perror as non-returning functions. by Rob Shearman · 17 years ago
- a3f4211 winebuild: Add Solaris as a separate platform. by Alexandre Julliard · 17 years ago
- 3243311 winebuild: Add a -ordinal flag for entry points that must be imported by ordinal but exported by name. by Alexandre Julliard · 17 years ago
- 662897e winebuild: Added --nxcompat option, and mark all modules as NX-compatible by default. by Alexandre Julliard · 18 years ago
- 7158049 winebuild: Added output() function to properly deal with write errors. by Alexandre Julliard · 19 years ago
- d489a0a winebuild: Get rid of the data16 prefix, it shouldn't be needed anymore and causes warnings. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 88bf4d6 winebuild: Disable linking to external symbols by default. by Alexandre Julliard · 19 years ago
- 1ed3ca0 winebuild: Output a .note.GNU-stack section to allow nonexecutable stack. by Marcus Meissner · 19 years ago
- 76ece85 winebuild: Moved offset definitions to relay.c since they are only by Alexandre Julliard · 19 years ago
- 5dc6d95 ntdll: New implementation of relay thunks. by Alexandre Julliard · 19 years ago
- e86a6a2 Get rid of the debug channels support. by Alexandre Julliard · 20 years ago
- 5cb97d8 Generate 16-bit spec files as assembly code too. by Alexandre Julliard · 20 years ago
- 2aae74d Factor out a couple of useful helper functions. by Alexandre Julliard · 20 years ago
- 210bd2d Make sure that values of absolute symbols fit in 16 bits. by Alexandre Julliard · 20 years ago
- 3cd7379 Moved stub function generation to import.c. Added a get_stub_name by Alexandre Julliard · 20 years ago
- 5173234 Now that we have to be able to run the assembler from winebuild, added by Alexandre Julliard · 20 years ago
- a999a99 Create an assembly file with all undefined symbols and add it to the by Alexandre Julliard · 20 years ago
- 87c347b Don't remove ignored symbols from the undefined list, simply skip them by Alexandre Julliard · 20 years ago
- 13baa7b Added a common function to declare global symbols, and make them by Alexandre Julliard · 20 years ago
- 41177ca Output the resource data in assembly too. by Alexandre Julliard · 20 years ago
- 8aba089 Output constant strings in a more appropriate section than .text. by Alexandre Julliard · 20 years ago
- 3fa5678 Generate stub functions directly in assembly. by Alexandre Julliard · 20 years ago
- 43bd551 Added support for 64-bit format NT header and export/import tables. by Alexandre Julliard · 20 years ago
- c382ed0 Added a bit of framework for future x86_64 support. by Alexandre Julliard · 20 years ago
- e6c7669 Generate the NT header in assembly instead of using a C structure. by Alexandre Julliard · 20 years ago
- 2aa9e20 Output the delayed import table using assembly too. by Alexandre Julliard · 20 years ago
- 932ecb2 Output the import directory using assembly instead of C structures. by Alexandre Julliard · 20 years ago
- 5f95aa0 Get rid of the unused owner_name field. by Alexandre Julliard · 20 years ago
- 71ae2d7 Beginnings of a crt0 library. by Alexandre Julliard · 20 years ago
- 2b87c82 Added a --undefined option to allow forcing some symbols to be by Alexandre Julliard · 20 years ago
- aeb4e6e Get rid of the global debugging flag. by Alexandre Julliard · 20 years ago
- 706a0a9 Replace configure macros by explicit platform checks (probably not by Alexandre Julliard · 20 years ago
- 445fb59 Replaced all uses of the __ASM_NAME macro by the asm_name function to by Alexandre Julliard · 20 years ago
- 803c8d9 Beginnings of an infrastructure to allow specifying the target CPU and by Alexandre Julliard · 20 years ago
- 5c9b7cf Moved all assembly code to the end of the generated C files to avoid by Alexandre Julliard · 20 years ago
- 5ea0dd6 Free delayed import modules on PROCESS_DETACH. by Alexandre Julliard · 20 years ago
- 1970e46 Generate 16-bit resources in the proper format inside the module data, by Alexandre Julliard · 20 years ago
- 6720413 Generate the 16-bit module header in the standard on-disk format, so by Alexandre Julliard · 20 years ago
- d876893 Store the 16-bit stack pointer in the WOW32Reserved TEB field. by Alexandre Julliard · 20 years ago
- 2dabac0 Added support in winebuild for specifying import libraries directly on by Alexandre Julliard · 20 years ago
- 523d94a -Wunsigned fixes. by Jon Griffiths · 20 years ago
- 300240b Use the correct file name in the "generated automatically" comments. by Alexandre Julliard · 20 years ago
- b4c7e6c Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc by Alexandre Julliard · 20 years ago
- 4cf091a Replaced the --mode winebuild option by a --subsystem option for by Alexandre Julliard · 21 years ago
- d1e0782 Removed the Unicode exe modes, and instead detect automatically which by Alexandre Julliard · 21 years ago
- 70835eb Remove support for generating interrupt handlers. by Jukka Heinonen · 21 years ago
- 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
- 5e4a5be Added native mode dll support (based on a patch by Marcus Meissner). by Alexandre Julliard · 21 years ago
- 8611e65 Store all information about the current dll in a structure instead of by Alexandre Julliard · 21 years ago
- 9bb19ac Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 22 years ago
- 5bcf35a Add printf format attributes & fix the warnings. by Richard Cohen · 22 years ago
- 617839d Added varargs support for 16-bit entry points. by Alexandre Julliard · 22 years ago
- af62e83 Got rid of 16-bit glue code generation since it is no longer used. by Alexandre Julliard · 22 years ago
- 152b98f Added -private flag for entry points that shouldn't be imported from by Alexandre Julliard · 22 years ago
- 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
- 49edd19 Handle end of line as a syntactic element in the spec file parser; by Alexandre Julliard · 22 years ago
- f489a27 Removed support for the 'forward' ordinal type. by Alexandre Julliard · 22 years ago
- 470cbf2 Added support for defining forward functions as stdcall so that we can by Alexandre Julliard · 22 years ago
- b42dc56 Made stdcall decoration in .def files the default, and added -k option by Alexandre Julliard · 22 years ago
- 72e1c64 Added list of symbols to ignore by default in winebuild. by Alexandre Julliard · 22 years ago
- 310de88 Check file header to differentiate between object files and resources by Alexandre Julliard · 22 years ago
- a9135e8 Removed support for 'rsrc' spec file statement. by Alexandre Julliard · 22 years ago
- 1862a67 In -spec and -exe mode, accept multiple object files and link them by Alexandre Julliard · 23 years ago
- 15a7525 Added support for importing by ordinal. by Alexandre Julliard · 23 years ago
- 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
- cceab98 Unregister 16-bit dlls on module unload. by Alexandre Julliard · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
- e16bb78 Got rid of #ifdef USE_STABS. by Alexandre Julliard · 23 years ago
- add0b5d Ignore imports and resources when building a .def file. by Alexandre Julliard · 23 years ago
- 1cefed8 Make warnings quiet by default and added -w option. by Alexandre Julliard · 23 years ago
- 235da79 Made winebuild (almost) compile and work on Windows. by Patrik Stridvall · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago