Sign in
goma
/
wine
/
43e6686a788e56896e6693bb167bb85ac2e87888
/
tools
fc8c8a5
wrc: Report an error when encountering non-ASCII characters.
by Alexandre Julliard
· 16 years ago
5d56995
wrc: Avoid a crash if a file didn't contain any resources.
by Alexandre Julliard
· 16 years ago
8013e45
wmiutils: Register interfaces.
by Hans Leidekker
· 16 years ago
a4717d0
wbemprox: Register interfaces.
by Hans Leidekker
· 16 years ago
f21eab1
widl: Take into account the alignment of conformant arrays to pad a structure.
by Alexandre Julliard
· 16 years ago
52f81c1
wmc: Add support for utf-8 codepage.
by Alexandre Julliard
· 16 years ago
d67a9d9
wrc: Reset the language before processing multiple rc files.
by Michael Stefaniuc
· 16 years ago
8890282
winapi/c_parser: Remove special cases for DEFINE_SHLGUID() and ICOM_DEFINE().
by Francois Gouget
· 16 years ago
8c1bf48
winapi/c_parser: Badly indenting a closing brace should be a warning, not an error.
by Francois Gouget
· 16 years ago
ae1afb8
winetest: Create a separate resource file with the SHA1 build id.
by Alexandre Julliard
· 16 years ago
f0ea22b
winebuild: Dump resource data as dwords to reduce the output file size.
by Alexandre Julliard
· 16 years ago
def8d4f
winapi: Modify parse_c_typedef() to get rid of the $finished variable.
by Francois Gouget
· 16 years ago
6f5ae45
winapi: Introduce a pseudo-loop in parse_c_variable() to get rid of the $finished variable.
by Francois Gouget
· 16 years ago
a4ed46d
winapi: Simplify and improve the readability of the C parsers.
by Francois Gouget
· 16 years ago
0dc9516
winetest: Build exe resources as separate .res files.
by Alexandre Julliard
· 16 years ago
56af92b
makefiles: Regenerate the source lists using make_makefiles.
by Alexandre Julliard
· 16 years ago
88b7451
make_makefiles: Automatically update the source lists in the individual makefiles.
by Alexandre Julliard
· 16 years ago
d375d25
widl: An ENUM16 is 32-bit wide in memory.
by Alexandre Julliard
· 16 years ago
f6d2b49
widl: Take into account structure field alignment when computing offsets.
by Alexandre Julliard
· 16 years ago
064775c
widl: Struct alignment should be the largest alignment of all the struct members.
by Alexandre Julliard
· 16 years ago
fc7681a
widl: Skip the existing correlation descriptor on unencapsulated unions when generating a different one.
by Alexandre Julliard
· 16 years ago
7798aed
winebuild: Don't try to output 32-bit resources when building a 16-bit wrapper dll.
by Alexandre Julliard
· 16 years ago
73b0f65
makedep: Add support for multiple object file extensions.
by Francois Gouget
· 16 years ago
b01c652
windowscodecs: Add stub implementation of IWICImagingFactory.
by Vincent Povirk
· 16 years ago
a9c7612
winedump: Added reference for MSVC 8.
by Eric Pouech
· 16 years ago
56a92c2
winegcc: Pass all option flags to winebuild before non-options filenames.
by Alexandre Julliard
· 16 years ago
683dc30
wrc: Clean up command line parsing for multiple files support.
by Alexandre Julliard
· 16 years ago
07e835f
winebuild: Open resource files in binary mode.
by Stefan Dösinger
· 16 years ago
fe1cc32
wine.inf: Run winemenubuilder to delete menus on startup.
by Damjan Jovanovic
· 16 years ago
1405c00
wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.
by Alexandre Julliard
· 16 years ago
2189b10
winebuild: Enforce header size alignment when outputting resources.
by Alexandre Julliard
· 16 years ago
e25bc79
wrc: Add support for loading multiple input files at once.
by Alexandre Julliard
· 16 years ago
6cf96bf
winebuild: Add possibility to generate a global resource file without running it through windres.
by Alexandre Julliard
· 16 years ago
c152b4e
include: Add a target address for unwinding for platforms that need it.
by Alexandre Julliard
· 16 years ago
a6181cb
tools/widl: Fix behaviour when both lcid and retval arguments are present.
by Huw Davies
· 16 years ago
7b08604
winegcc: Add support for the -Wl,--large-address-aware option.
by Alexandre Julliard
· 16 years ago
fec5f5c
winebuild: Implement a --large-address-aware flag.
by Alexandre Julliard
· 16 years ago
2deeb1c
wine.inf: Add placeholder exe for wordpad.exe.
by Austin English
· 16 years ago
51922e3
wine.inf: Fix incorrect entry for hh.exe.
by Austin English
· 16 years ago
873e027
winebuild: Add unwind annotations to all the generated functions for x86_64.
by Alexandre Julliard
· 16 years ago
b3a5755
winapi: Fix a $blevel / $plevel mismatch.
by Francois Gouget
· 16 years ago
dcfd048
winapi/c_parser: Remove some dead code.
by Francois Gouget
· 16 years ago
bd623c2
wine.inf: Update file type associations on startup.
by Damjan Jovanovic
· 16 years ago
10ccf1d
wine.inf: Add kernel32.48/kernel32.49 (ReleaseThunkLock/RestoreThunkLock) to the RelayExclude list.
by Dmitry Timoshkov
· 16 years ago
ea09e4a
wine.desktop: Allow start to execute lnk files.
by Austin English
· 16 years ago
e00b458
winebuild: Properly restore %rax and %rbx in call_from_regs on x86_64.
by Alexandre Julliard
· 16 years ago
7857219
widl: Fix typelib lcid fields to match those produced by midl.
by Huw Davies
· 16 years ago
d88f9e3
widl: Don't make the proxy virtual tables const if they use delegation.
by Alexandre Julliard
· 16 years ago
81b2c9e
widl: Add support for the lcid parameter attribute.
by Huw Davies
· 16 years ago
c89c2dd
c2man: Add xml documentation creation.
by Stefan Stranz
· 16 years ago
6a9e096
widl: ifdef some not always present LANG_*.
by Marcus Meissner
· 16 years ago
18738cf
winegcc: Free two new strlists (Coverity).
by Marcus Meissner
· 16 years ago
22fef33
winegcc: Create a stub main to work around the lack of Unicode support in Mingw.
by Alexandre Julliard
· 16 years ago
284438d
winegcc: Link against winecrt0 for the Mingw build too.
by Alexandre Julliard
· 16 years ago
7b11581
winapi_extract: The old C parser is not needed anymore so remove it.
by Francois Gouget
· 16 years ago
0ab4df0
winapi_extract: --spec-files has been broken for a long time and does not seem to be useful so remove it.
by Francois Gouget
· 16 years ago
9e96918
winegcc: Transparently compile resource files for the Windows build.
by Alexandre Julliard
· 16 years ago
e112286
winebuild: Add detection of duplicate resources.
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
89ec1f1
winemaker: Port vcproject parser from XML-Simple to libXML.
by André Hentschel
· 16 years ago
1e4b401
winecfg: Update WinXP version to SP3.
by Vitaliy Margolen
· 16 years ago
6f74b45
winegcc: Add support for building PE executables using Mingw.
by Alexandre Julliard
· 16 years ago
bcc1379
winegcc: Add support for the --sysroot option to allow out-of-tree cross-compiling.
by Alexandre Julliard
· 16 years ago
b09418b
winegcc: Don't pass the as/ld/nm tool names to winebuild.
by Alexandre Julliard
· 16 years ago
a4b314f
tools: Upgrade the config.guess/config.sub scripts.
by Alexandre Julliard
· 16 years ago
23fd375
winedump: Fix a printf format warning on 64-bit.
by Alexandre Julliard
· 16 years ago
0ea28a6
make_requests: Correct comment in header (minor patch).
by Daniel Santos
· 16 years ago
fb9e4af
winapi_cleanup: There is not much point for this tool so remove it.
by Francois Gouget
· 16 years ago
a592430
winapi_fixup: There is not much point for this tool so remove it.
by Francois Gouget
· 16 years ago
f914b57
widl: Add support for standard target options to allow building the right typelib kind when cross-compiling.
by Alexandre Julliard
· 16 years ago
b3a0833
widl: Add support for writing 64-bit format typelibs.
by Alexandre Julliard
· 16 years ago
abc68c1
winemaker: Read the includes of a dsp project file.
by André Hentschel
· 16 years ago
4626308
wine.inf: Set the correct initial service pack information.
by Paul Vriens
· 16 years ago
d537476
winapi_test: Simplify the code that builds the list of headers to process.
by Francois Gouget
· 16 years ago
60482be
winedump: Add an ability to dump font files.
by Dmitry Timoshkov
· 16 years ago
65dbecb
sfnt2fnt: Take into account external leading when calculating the font point size.
by Dmitry Timoshkov
· 16 years ago
285572f
winedump: Sign compare fixes.
by Austin English
· 16 years ago
b46be0b
winapi: Handle types should be treated as pointers.
by Alexandre Julliard
· 16 years ago
8ad9457
winedump: Add dumping of x86_64 exception tables.
by Alexandre Julliard
· 16 years ago
0e0e918
winebuild: On Mac OS X, use -arch option to control output of "ld" and "as".
by Ken Thomases
· 16 years ago
81d1d8e
winegcc: Recognize '-arch <arch>' as a compiler and linker option.
by Ken Thomases
· 16 years ago
880d00f
winebuild: Use iretq on x86_64 to restore more system registers and flags.
by Alexandre Julliard
· 16 years ago
925b144
winemaker: Remove unnecessary quote filtering.
by André Hentschel
· 16 years ago
5b4b495
winemaker: Update manpage.
by André Hentschel
· 16 years ago
2100cb6
winemaker: Make winemaker 64-bit ready.
by André Hentschel
· 16 years ago
6144104
wine.inf: Add more file type descriptions.
by Damjan Jovanovic
· 16 years ago
859fe2a
wine.desktop: Reduce MIME types to application/x-ms-dos-executable and application/x-msi.
by Scott Ritchie
· 16 years ago
a021e83
winemaker: Ignore quotes in source filenames.
by André Hentschel
· 16 years ago
dc31d87
winemaker: Add often used negative optimization.
by André Hentschel
· 16 years ago
e1cdd97
winemaker: Fix optimizations.
by André Hentschel
· 16 years ago
1199d05
winemaker: Fix project file path parsing.
by André Hentschel
· 16 years ago
70fbe97
winemaker: Fix path handling for Current Working Directory.
by André Hentschel
· 16 years ago
6a5be43
winemaker: Canonicalize directory name if used as target name.
by André Hentschel
· 16 years ago
0c53d2e
winemaker: Print all copyrights in banner.
by André Hentschel
· 16 years ago
f711704
winemaker: Print version in Makefile header.
by André Hentschel
· 16 years ago
e8a5325
winemaker: Remove unused function.
by André Hentschel
· 16 years ago
7a0f611
winemaker: Parse include dirs from vcproj file.
by André Hentschel
· 16 years ago
868547c
winemaker: Fix wrong place for case-check.
by André Hentschel
· 16 years ago
b09d6d0
winemaker: Fix whitespace handling for libs.
by André Hentschel
· 16 years ago
d5f3d6f
winedump: When generating preamble, use 4 spaces instead of tabs. Remove extra break.
by Christian Costa
· 16 years ago
Next »