Sign in
goma
/
wine
/
02ff174bf145be734f66a53d2e646a46487b8f34
/
tools
c33fbc0
wineprefixcreate: Autodetect the running from build tree case.
by Alexandre Julliard
· 19 years ago
623f142
widl: Do not generate code that initializes a binding handle.
by Eric Kohl
· 19 years ago
c7174f9
widl: Fix proc offset calculation.
by Eric Kohl
· 19 years ago
919d14c
widl: 'unsigned char' and 'byte' are must be distinct types.
by Eric Kohl
· 19 years ago
870d490
winegcc: Look for libraries in subdirs of the library path too.
by Alexandre Julliard
· 19 years ago
b47f059
wineprefixcreate: Fixed datadir path. Added dependency on relpath.
by Alexandre Julliard
· 19 years ago
b1be724
wineprefixcreate: Make path searching relative.
by Pierre d'Herbemont
· 19 years ago
f2c8a53
wine.inf: Increase the DirectX version to that of the latest 9.0c .
by Jan Zerebecki
· 19 years ago
b25474f
wine.inf: Add RegisteredOwner and Org also to WindowsNT branch.
by Paul Vriens
· 19 years ago
69dcbaa
wrc: Don't use identifiers starting yy*, they're reserved for flex.
by Mike McCormack
· 19 years ago
af9288d
wine.inf: Add a default RelayExclude.
by Mike McCormack
· 19 years ago
8f08fe6
wrc: Integer ids can be used for control labels instead of strings.
by Alexandre Julliard
· 19 years ago
8a8a548
wine.inf: Add printing section for local port monitor.
by Detlef Riekenberg
· 19 years ago
be6d891
advpack: Prepare the unicodification of advpack.dll.
by Francois Gouget
· 19 years ago
8851c4f
crypt32: Add CryptQueryObject() prototype. Update win32.api.
by Francois Gouget
· 19 years ago
dcb9063
winsock: Tweak getnameinfo() prototype.
by Francois Gouget
· 19 years ago
4c2f22f
sfc: Updates.
by Francois Gouget
· 19 years ago
a8b2097
widl: Fix 64bit warning.
by Kevin Koltzau
· 19 years ago
35842ca
tools: Added 'relpath' tool to compute relative Unix paths.
by Alexandre Julliard
· 19 years ago
90938d6
winebuild: Correction for manpage.
by Robert Shearman
· 19 years ago
5392844
Add support for 'make install DESTDIR'.
by Mike Frysinger
· 19 years ago
a42f59d
tools/c2man.pl: Generate correct html.
by Robert Shearman
· 19 years ago
90aaf6b
include: Add missing LANG_xxx and SUBLANG_xxx constants.
by Francois Gouget
· 19 years ago
59dd416
widl: Fix a typo when removing TYPEFLAG_FDUAL.
by Robert Shearman
· 19 years ago
91c35be
widl: Write out more TYPEFLAGs and add more type library-specific
by Robert Shearman
· 19 years ago
649d5d0
widl: Write out TYPEFLAG_FDUAL, TYPEFLAG_FDISPATCHABLE and
by Robert Shearman
· 19 years ago
8ff21ff
winapi: Update win32.api to match the current sources.
by Francois Gouget
· 19 years ago
ae61874
wine.inf: Add a default handler for https to the registry.
by Dmitry Timoshkov
· 19 years ago
59830d6
widl: Fix some warnings caused by making attributes const.
by Robert Shearman
· 19 years ago
91da64c
widl: Remove '\n' from yyerror calls.
by Alexandre Julliard
· 19 years ago
4e40675
widl: Make 'attrs' field of type_t const.
by Robert Shearman
· 19 years ago
e9ec85a
widl: Remove unused 'rname' field of type_t.
by Robert Shearman
· 19 years ago
55df46a
widl: Merge marshall_arguments and unmarshall_arguments into one
by Robert Shearman
· 19 years ago
f1bb0a4
widl: Yet more const attributes.
by Robert Shearman
· 19 years ago
511463f
widl: More const attributes.
by Robert Shearman
· 19 years ago
417a61f
widl: Fix proc format string for explicit binding handles.
by Eric Kohl
· 19 years ago
8d7fa4c
widl: Write out the correct FC type if the structure has pointers.
by Robert Shearman
· 19 years ago
4c8370f
widl: Split pointer writing into a separate function.
by Robert Shearman
· 19 years ago
9f0c45b
widl: Fix pointer detection for structures with embedded arrays.
by Robert Shearman
· 19 years ago
864d5a3
widl: Increment the type format string when writing the pointer
by Robert Shearman
· 19 years ago
0d22347
widl: Make all pointer fields of expr_t structure constant.
by Robert Shearman
· 19 years ago
55b7448
configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
by Robert Millan
· 19 years ago
3c0e5ee
A few fixes for pointer qualifiers (const, volatile) warnings.
by Eric Pouech
· 19 years ago
ccf509b
widl: Add architecture for generating pointer layouts.
by Robert Shearman
· 19 years ago
19b8928
wine.inf: Make FourCC codes uppercase again until we can figure out
by Alexandre Julliard
· 19 years ago
dd57b45
widl: The 'string' attribute can also be used with unsigned characters.
by Eric Kohl
· 19 years ago
de60d1e
wine.inf: Change fcc type of builtin video codecs in system.ini to be
by Dmitry Timoshkov
· 19 years ago
a488901
widl: Some cosmetic fixes in generated code.
by Alexandre Julliard
· 19 years ago
0f2a642
widl: Make sure the token variables are always initialized properly.
by Alexandre Julliard
· 19 years ago
9f100c1
wine.inf: Add HKLM,%CurrentVersionNT%,"CurrentType".
by Stefan Leichter
· 19 years ago
f03c86a
wine.inf: Remove %1 from [http|htmlfile]\shell\open\command.
by Dmitry Timoshkov
· 19 years ago
0d4e1bc
widl: Fix a SEGV when using arrays declared using a pointer and
by Robert Shearman
· 19 years ago
c418226
widl: Changes to output for better debugability.
by Robert Shearman
· 19 years ago
1478ac8
widl: Clean up conformant struct handling.
by Robert Shearman
· 19 years ago
5764d55
widl: Fix the writing of arrays with size specified in the array
by Robert Shearman
· 19 years ago
06ab21b
widl: Improve the current type offset passing.
by Robert Shearman
· 19 years ago
ac5a439
widl: The stack/structure offset in correlation descriptors should be a short.
by Robert Shearman
· 19 years ago
513996f
widl: Do constant folding for the sizeof operator on simple types.
by Robert Shearman
· 19 years ago
0a2c5b7
widl: Support client/server generation for explicit_handle interfaces
by Robert Shearman
· 19 years ago
c08e00a
widl: Implement constant conformance.
by Robert Shearman
· 19 years ago
35d1347
widl: Fix the type offset used in marshaling/unmarshaling.
by Robert Shearman
· 19 years ago
2330d73
widl: Implement the writing of defaultvalue constants for enum values.
by Robert Shearman
· 19 years ago
cf1ccfb
widl: Use a macro to write out FC types, along with the current offset
by Robert Shearman
· 19 years ago
2ee6f72
widl: Pass the current type format string offset through all type
by Robert Shearman
· 19 years ago
a6909fa
widl: Eliminate redundant callback routines.
by Robert Shearman
· 19 years ago
b59c995
widl: Implement callback conformance.
by Robert Shearman
· 19 years ago
f8f34d9
wine.inf: Don't overwrite registry keys that users may want to change.
by Alexandre Julliard
· 19 years ago
ff6b466
winegcc: Pass -m32/-m64 along to the linker.
by Mike Frysinger
· 19 years ago
57a579f
Make more arrays const.
by Dmitry Timoshkov
· 19 years ago
2d3bd3e
wineprefixcreate: Only create links for files that don't exist.
by Alexandre Julliard
· 19 years ago
433bbdf
winebuild: Get rid of the default ignored symbols list.
by Alexandre Julliard
· 19 years ago
2d4edc3
widl: Generate type format strings for conformant varying arrays.
by Robert Shearman
· 19 years ago
2eedb11
widl: Fix detection of varying arrays.
by Robert Shearman
· 19 years ago
b4fb36c
widl: Fix detection of conformant varying structs.
by Robert Shearman
· 19 years ago
9f76c0c
widl: Support generation of conformant structure type strings.
by Robert Shearman
· 19 years ago
90032b2
widl: Conformant arrays have a size of 0.
by Robert Shearman
· 19 years ago
7302389
widl: Support correlation descriptors in structures.
by Robert Shearman
· 19 years ago
e9c771f
widl: Error if an array is in the middle of a structure.
by Robert Shearman
· 19 years ago
362d42e
widl: Fix the detection of conformant and pointer structs.
by Robert Shearman
· 19 years ago
8f1ed85
widl: Simple structs and complex pointers.
by Robert Shearman
· 19 years ago
584c89b
widl: Add framework for generating struct and union type format strings.
by Robert Shearman
· 19 years ago
263a75d
widl: Support different types of simple pointers.
by Robert Shearman
· 19 years ago
69551fd
widl: Generate NdrNonConformatString* calls for non-conformant string types.
by Robert Shearman
· 19 years ago
a6c6e1d
widl: Add functions for detecting array and string types.
by Robert Shearman
· 19 years ago
793bc8d
widl: Support some more complicated conformance / variance expressions.
by Robert Shearman
· 19 years ago
4a7c047
widl: Start implementing writing of conformance/variance descriptors.
by Robert Shearman
· 19 years ago
21a9085
widl: Strings. Write out type format strings for string types.
by Robert Shearman
· 19 years ago
d07589e
widl: Arrays.
by Robert Shearman
· 19 years ago
fce01e6
widl: Simplify write_typeformatstring_type.
by Robert Shearman
· 19 years ago
479be2e
widl: Don't use recursion for write_typeformatstring_type.
by Robert Shearman
· 19 years ago
6d76ad8
widl: Don't use recursion to implement write_procformatstring_type.
by Robert Shearman
· 19 years ago
58273ea
server: More generic mechanism for adding typecasts in server traces.
by Alexandre Julliard
· 19 years ago
3f0a473
winebuild: Always import atof, the MS version is different.
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
4ce433d8
ntdll: Move the %gs register to the ntdll_thread_regs structure.
by Alexandre Julliard
· 19 years ago
1017bcc
winedump: Fix compilation of generated source.
by Hans Leidekker
· 19 years ago
48cbfd7
make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.
by Mike McCormack
· 19 years ago
ba0f076
widl: Generate static sizing information for fixed size structs.
by Robert Shearman
· 19 years ago
b7142fb
winapi: msvcmaker adaption to new directory structure.
by Rolf Kalbermatter
· 19 years ago
Next »