fusion/tests: Mark some tests as broken() on .NET 1.0.
[wine] / dlls / fusion /
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.