Hans Leidekker
|
ba1631ad88
|
fusion: Use BCrypt algorithm pseudo-handles.
|
2022-09-13 16:22:21 +02:00 |
|
Nikolay Sivov
|
d3fe9faff0
|
fusion: Use CRT memory allocation functions.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-03-30 11:03:38 +02:00 |
|
Eric Pouech
|
2d0e84e601
|
fusion/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-24 20:22:21 +01:00 |
|
Eric Pouech
|
02722b12e3
|
fusion: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-10 10:44:10 +01:00 |
|
Alexandre Julliard
|
f0cd33c69e
|
include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-01-27 20:38:22 +01:00 |
|
Alexandre Julliard
|
088a787a2c
|
makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-09-20 22:45:48 +02:00 |
|
Michael Stefaniuc
|
f921ae8bc6
|
fusion/tests: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-06-01 09:11:54 +02:00 |
|
Rémi Bernon
|
cc012d13ee
|
fusion/tests: Fix some format-overflow warnings.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-02-11 22:39:59 +01:00 |
|
Alexandre Julliard
|
842d404342
|
fusion: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-04 19:23:11 +02:00 |
|
Alexandre Julliard
|
7044189925
|
fusion: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-07 11:30:58 -05:00 |
|
Alexandre Julliard
|
5348bf6742
|
fusion/tests: Avoid using snprintf().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-23 23:50:44 +02:00 |
|
Hans Leidekker
|
358fb2f4d8
|
fusion: Use bcrypt to compute the assembly token.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46728
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-02-27 16:53:24 +01:00 |
|
Michael Stefaniuc
|
f77baaa830
|
fusion: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-08-14 09:39:21 +02:00 |
|
Hans Leidekker
|
e76066beda
|
fusion: Use the global memory allocation helpers.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-20 20:13:26 +01:00 |
|
Piotr Caban
|
a437382f4d
|
fusion: Fix IAssemblyNameImpl_GetDisplayName behavior on PublicKeyToken containing 0.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-10 13:45:53 +01:00 |
|
Piotr Caban
|
d790b160f9
|
fusion: Fix IAssemblyNameImpl_GetDisplayName behavior on too small buffer.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-10 13:45:49 +01:00 |
|
Piotr Caban
|
b0aca40d78
|
fusion: Add support for ASM_NAME_ARCHITECTURE in IAssemblyNameImpl_GetProperty.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-09 17:23:28 +01:00 |
|
Piotr Caban
|
fac2e9a282
|
fusion: Respect buffer size in IAssemblyNameImpl_GetProperty.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-09 16:59:39 +01:00 |
|
Gerald Pfeifer
|
9b187da8b8
|
fusion: Remove unused to_multibyte function.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-06 12:15:28 +01:00 |
|
Jacek Caban
|
21f78807a0
|
fusion: Return S_OK in InitializeFusion.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-20 20:04:34 +02:00 |
|
Alexandre Julliard
|
5c37020a7e
|
fusion/tests: Simplify directory recursion and avoid redundant buffers.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-08-31 10:20:00 +02:00 |
|
Alexandre Julliard
|
99f08cc76b
|
fusion/tests: Correctly test non-string properties.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-08-31 10:08:01 +02:00 |
|
Alistair Leslie-Hughes
|
da03b46d3e
|
fusion: Use standard wine_dbgstr_longlong.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-08-24 08:41:33 +09:00 |
|
Michael Stefaniuc
|
8b6fa5c9ba
|
fusion: Avoid using the LPASSEMBLYNAME type.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-11 20:18:01 +09:00 |
|
Austin English
|
e3389112df
|
fusion: Add a stub for CopyPDBs.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-07 22:37:42 +09:00 |
|
Hans Leidekker
|
2eda884bd7
|
fusion: Fix insufficient buffer size handling in IAssemblyName::GetDisplayName.
|
2015-04-10 22:46:18 +09:00 |
|
Hans Leidekker
|
382b72d729
|
fusion: Support buffer size queries in IAssemblyName::GetName.
|
2015-04-10 22:46:18 +09:00 |
|
Nikolay Sivov
|
dc5d07f51b
|
fusion: Return interface pointer from QI instead of impl pointer.
|
2015-03-20 17:39:52 +09:00 |
|
André Hentschel
|
3006cea8e0
|
fusion/tests: Add tests for CreateAssemblyCacheItem.
|
2014-12-05 20:48:11 +01:00 |
|
André Hentschel
|
bf70fe3611
|
fusion: Add implementation for CreateAssemblyCacheItem.
|
2014-12-03 21:34:32 +01:00 |
|
Michael Stefaniuc
|
159192cdb4
|
fusion/tests: Simplify the check for an empty string (PVS-Studio).
|
2014-11-14 22:00:20 +09:00 |
|
Nikolay Sivov
|
d92d108a1b
|
fusion: Use E_NOT_SUFFICIENT_BUFFER definition.
|
2014-10-07 20:21:59 +02:00 |
|
Hans Leidekker
|
2acd2116d9
|
fusion: Fix a couple of memory leaks (valgrind).
|
2014-05-13 13:47:10 +02:00 |
|
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
|
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
|
Michael Stefaniuc
|
2e1708dc1b
|
tests: Readying some tests for the compilation with -D__WINESRC__.
|
2013-10-02 11:03:26 +02:00 |
|
Hans Leidekker
|
aca88c2f80
|
fusion: Fix alignment in parse_clr_metadata.
|
2013-05-06 15:55:22 +02:00 |
|
Francois Gouget
|
2767aca7bb
|
fusion/tests: Fix compilation on systems that don't support nameless unions.
|
2013-05-06 11:37:46 +02:00 |
|
Alistair Leslie-Hughes
|
575571c9fc
|
fusion: Return correct error for null public token.
|
2013-02-06 10:05:46 +01:00 |
|
Alexandre Julliard
|
1b03bc6645
|
fusion: Remove an unneeded file.
|
2013-01-18 13:28:57 +01:00 |
|
Hans Leidekker
|
d366642519
|
fusion: No longer prefer native.
|
2013-01-18 13:28:57 +01:00 |
|
Andrew Talbot
|
c46636b1cf
|
fusion: Avoid signed-unsigned integer comparisons.
|
2013-01-17 12:15:53 +01:00 |
|
André Hentschel
|
c19dd47643
|
fusion: Reorder some code to avoid memory leak (coverity).
|
2012-10-29 10:34:47 +01:00 |
|
Alexandre Julliard
|
7e50d67d7e
|
fusion/tests: Remove a broken macro.
|
2012-10-24 11:38:34 +02:00 |
|
Jacek Caban
|
e679471885
|
Always define WIDL_C_INLINE_WRAPPERS.
|
2012-08-28 14:41:13 +02:00 |
|
Hans Leidekker
|
fba3ba9017
|
fusion: Use inline wrappers for calling COM methods.
|
2012-07-31 12:37:52 +02:00 |
|
Alexandre Julliard
|
328383d4eb
|
fusion: Simplify the parsing of clr tables.
|
2012-07-20 21:29:50 +02:00 |
|
Hans Leidekker
|
45473a65a0
|
fusion: Also copy external files in IAssemblyCache::InstallAssembly.
|
2012-07-09 10:02:46 -04:00 |
|
Thomas Faber
|
bb95b706cb
|
include: Make IMAGE_COR20_HEADER declaration compatible with PSDK headers.
|
2012-06-18 11:59:41 +02:00 |
|
Hans Leidekker
|
ea40a90469
|
fusion: Account for the version prefix when building the file mask.
|
2012-06-06 12:39:44 +02:00 |
|