Commit Graph

145 Commits (1807e5346f106b8cf55b176e4df9e9de2ca5d93f)

Author SHA1 Message Date
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
Hans Leidekker 4f392d53e3 fusion: Add a stub implementation of InitializeFusion. 2012-05-24 20:08:45 +02:00
Hans Leidekker 7c06862c52 fusion: Handle DWORD-sized blob indices when loading the public key. 2012-05-23 18:25:09 +02:00
Hans Leidekker 0b82e28401 fusion: Add a "v4.0_" prefix to version 4.0 assembly directories. 2012-05-23 18:25:08 +02:00
Hans Leidekker 14a0486118 fusion: Get rid of some redundant buffer copying. 2012-05-22 17:44:01 +02:00
Hans Leidekker be9459a948 fusion: Enumerate 64-bit assemblies. 2012-05-22 17:44:00 +02:00
Hans Leidekker fd1eab7f22 fusion: Add support for installing version 4.0 assemblies. 2012-05-21 11:47:24 +02:00
Hans Leidekker 0c6ab2464f fusion: Add support for enumerating version 4.0 assemblies. 2012-05-21 11:47:19 +02:00
Hans Leidekker f408fa83ee fusion: Add support for ASM_CACHE_ROOT_EX in GetCachePath. 2012-05-21 11:47:14 +02:00
Hans Leidekker 08cbe5d26f fusion: Use the PEKIND type where appropriate. 2012-05-21 11:47:09 +02:00
Hans Leidekker 2ed8056a2b fusion: Add a helper to retrieve the runtime version for an assembly. 2012-05-21 11:47:04 +02:00
Hans Leidekker 0f82f72468 fusion: Make sure the assembly exists in IAssemblyCache::QueryAssemblyInfo. 2012-05-16 18:30:21 +02:00
Hans Leidekker 003efbee0d fusion: Allow quotes around attribute values in display names. 2012-05-16 18:30:20 +02:00
Hans Leidekker aa2ad840b9 fusion: Allow zero spaces between attributes in display names. 2012-05-16 18:30:20 +02:00
Hans Leidekker 509966796d fusion: Implement IAssemblyName::IsEqual. 2012-05-16 18:30:19 +02:00
Hans Leidekker 93f292506c fusion: Add locking around operations on the assembly cache. 2012-04-30 11:01:57 +02:00
Hans Leidekker 6032b47443 fusion: CreateAssemblyNameObject is no longer a stub. 2012-04-30 11:01:37 +02:00
Hans Leidekker 25ba5c8b59 fusion: Implement IAssemblyCache::UninstallAssembly. 2012-04-26 19:26:49 +02:00
Hans Leidekker aa53a8f005 fusion/tests: Add another test for IAssemblyCache::QueryAssemblyInfo. 2012-03-30 10:45:21 +02:00
Hans Leidekker e0425c6348 fusion/tests: Add a test for IAssemblyCache::QueryAssemblyInfo. 2012-01-10 18:29:04 +01:00
Francois Gouget 598c095329 fusion: Avoid hardcoding the Unicode string literal lengths. 2011-12-16 17:40:46 +01:00
Andrew Talbot d275236320 fusion: Remove unneeded address-of operators from array names. 2011-10-31 23:53:56 +01:00
André Hentschel efaa801361 fusion/tests: Skip tests when file creation fails. 2011-08-04 11:51:18 +02:00
Michael Stefaniuc b5a103d2d1 fusion: COM cleanup for the IAssemblyName iface. 2011-06-01 15:15:35 +02:00
Marcus Meissner 5b1016fc13 fusion: Mark internal symbols with hidden visibility. 2011-05-18 10:58:51 +02:00