wpp: Add explicit casts when mixing unsigned and signed integers.
[wine] / dlls / fusion /
2011-02-08  Austin Englishfusion/tests: Make sure to use return values (LLVM...
2011-01-17  Andrew Nguyenfusion: Avoid memory leaks on memory allocation failure...
2011-01-17  Nikolay Sivovfusion: Fix processor arch string leak (Valgrind).
2011-01-11  Hans Leidekkerfusion/tests: Add some tests for IAssemblyCache_QueryAs...
2010-12-05  Michael Stefaniucfusion: Standardize the COM usage in asmcache.c.
2010-12-05  Michael Stefaniucfusion: Use an iface instead of a vtbl pointer in IAsse...
2010-10-07  Louis Lendersfusion: Add version resource.
2010-10-05  Vincent Povirkfusion: Return the path from IAssemblyCacheImpl_QueryAs...
2010-10-04  Andrew Talbotfusion: Constify some variables.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Alexandre Goujonfusion: Improve parse_display_name.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Owen Rudgefusion: Implement IAssemblyNameImpl_GetDisplayName...
2010-07-20  Owen Rudgefusion: Install assemblies into correct directory for...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Hans Leidekkerfusion: Add a stub implementation of CreateApplicationC...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-12-14  Huw Daviesfusion: Fix a memory leak in the tests.
2009-12-07  Hans Leidekkerfusion: Fix some memory leaks.
2009-07-03  Hans Leidekkerfusion/tests: Initialize a variable.
2009-05-15  Francois Gougetfusion: CompareAssemblyIdentity() and GetAssemblyIdenti...
2009-05-15  Francois Gougetfusion: assembly_get_architecture() is unused so remove it.
2009-04-08  Alexandre Julliardfusion: Fix the 32/64 PE image format check on 64-bit...
2009-04-08  Alexandre Julliardfusion/tests: Always use the 32-bit magic in the 32...
2009-04-08  Alexandre Julliardfusion: Use the correct cache path on Win64.
2009-03-12  Paul Vriensfusion/tests: Fix some test failures on Win98.
2009-03-02  Paul Vriensfusion/tests: Fix the last test failure on .NET 1.x.
2009-03-02  Paul Vriensfusion/tests: Skip some tests on .NET 1.x.
2009-02-27  Paul Vriensfusion/tests: Fix some test failures on .NET 1.x.
2009-02-27  Paul Vriensfusion/tests: Fix a few test failures on .NET 1.x.
2009-02-25  Paul Vriensfusion/tests: Directories with no dll or exe are not...
2009-02-24  Francois Gougetfusion/tests: Use win_skip() to skip over unimplemented...
2009-02-23  Paul Vriensfusion/tests: Fix a test failure on Win64.
2009-02-23  Detlef Riekenbergfusion/tests: Fix remaining win98 failures in asmcache.
2009-02-23  Detlef Riekenbergfusion/tests: Do not use an hardcoded path for the...
2009-02-20  Paul Vriensfusion/tests: Don't crash if we have a culture attribute.
2009-02-20  Paul Vriensfusion/tests: Don't use strdup to prevent crashes when...
2009-02-20  Paul Vriensfusion/tests: Don't crash on .NET 1.x.
2009-02-20  Nicolas Le Camfusion/tests: Fix a test on some platforms.
2009-02-19  James Hawkinsfusion: Add tests for the IAssemblyEnum interface.
2009-02-19  Hans Leidekkerfusion: Sort the list of assemblies built during enumer...
2009-02-19  Hans Leidekkerfusion: Use parsed properties for assembly enumeration...
2009-02-19  Hans Leidekkerfusion: Don't trace contents of an out parameter.
2009-02-19  Hans Leidekkerfusion: Allow spaces between attribute-value pairs...
2009-02-19  Hans Leidekkerfusion: Assembly version numbers are WORDs.
2009-02-19  Hans Leidekkerfusion: Convert to Unicode.
2009-02-19  Hans Leidekkerfusion: Uninstall assembly used to check for presence...
2009-02-19  Hans Leidekkerfusion: Assembly version must be taken from the metadat...
2009-02-19  James Hawkinsfusion: Add initial implementation of IAssemblyCache...
2009-02-19  James Hawkinsfusion: Implement the IAssemblyEnum interface.
2009-02-11  Paul Vriensfusion/tests: Fix some typos.
2009-02-11  Paul Vriensfusion/tests: Mark test as skipped when we don't have...
2009-02-10  Paul Vriensfusion/tests: Mark some tests as broken() on .NET 1.0.
2009-02-09  Paul Vriensfusion/tests: Skip tests on .NET 1.1.
2009-02-06  Paul Vriensfusion/tests: Fix some tests failures on .NET 1.1 ...
2009-02-06  Paul Vriensfusion/tests: Fix a test failure on Win64.
2009-02-06  Paul Vriensfusion/tests: Fix some test failures on systems with...
2009-02-06  Paul Vriensfusion/tests: Run tests correctly on Win98.
2009-02-05  Paul Vriensfusion/tests: Do the conversion before testing.
2009-01-08  Michael Stefaniucfusion: Remove superfluous casts.
2008-11-05  Michael Stefaniucfusion: Remove superfluous casts of void pointers.
2008-08-19  James Hawkinsfusion: Ignore the case of the assembly filename extension.
2008-08-19  James Hawkinsfusion: Align the metadata header pointer on a DWORD...
2008-08-19  James Hawkinsfusion: Handle loading 64-bit .NET assemblies.
2008-08-04  Andrew Talbotfusion: Sign-compare warnings fix.
2008-07-17  James Hawkinsfusion: The cases are tokens, not table indices.
2008-07-16  James Hawkinsfusion: Handle DWORD-sized string indices when loading...
2008-07-16  James Hawkinsfusion: Add handling for alternate-sized table indices...
2008-07-16  James Hawkinsfusion: Add the CorTokenType and use those constants...
2008-07-16  James Hawkinsfusion: The VersionLength member is not constant, so...
2008-07-16  James Hawkinsfusion: Load the table row numbers before calculating...
2008-07-16  James Hawkinsfusion: Allow parsing the blob stream without a #.
2008-07-08  James Hawkinsfusion: Implement GetCachePath.
2008-07-02  James Hawkinsfusion: pwzFilePath is an out parameter, so don't trace...
2008-07-01  James Hawkinsfusion: Add tests for IAssemblyCache::QueryAssemblyInfo.
2008-07-01  James Hawkinsfusion: Add tests for IAssemblyName.
2008-07-01  James Hawkinsfusion: Add initial implementation of IAssemblyName.
2008-05-27  Dan Kegelfusion: Use HeapAlloc, not strdup, to avoid malloc...
2008-05-27  Dan Kegelfusion: UninstallAssembly test: Fix typo, avoid undefin...
2008-05-06  Francois Gougetfusion: Fix compilation on systems that don't support...
2008-05-05  James Hawkinsfusion: The Strings stream can be without a #.
2008-05-05  James Hawkinsfusion: Add the missing assembly table structs.
2008-05-05  James Hawkinsfusion: Fix the type of an assembly struct member.
2008-04-17  James Hawkinsfusion: Explicitly check for -1 for a missing table.
2008-04-16  Alexandre Julliardfusion: Fix a number of leaks in assembly_create.
2008-04-15  James Hawkinsfusion: Implement IAssemblyCache::InstallAssembly.
2008-04-07  Francois Gougetfusion/tests: Fix compilation on systems that don't...
2008-03-31  James Hawkinsfusion: Add initial tests for IAssemblyCache.
2008-03-25  James Hawkinsfusion: Implement CreateAssemblyCache.
2008-03-25  James Hawkinsfusion: Add a stub implementation of IAssemblyEnum.
2008-03-25  James Hawkinsfusion: Add a stub implementation of IAssemblyCache.
2008-03-24  James Hawkinsfusion: Add a stub implementation of IAssemblyName.
2008-03-24  James Hawkinsfusion: Add a few fusion stubs.
2008-03-21  James Hawkinsfusion: Add a stub implementation of fusion.dll.