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