d3d9/tests: Add a software vertexprocessing buffer discard test.
[wine] / dlls / mscoree / metahost.c
2012-09-05  Vincent Povirkmscoree: Add support for tracing the entry point assembly.
2012-06-07  Alistair Leslie... mscoree: Use .NET 2.0 for 1.0 assemblies.
2012-05-17  Vincent Povirkmscoree: Add a fallback for mono_image_open_from_module...
2012-05-09  Vincent Povirkmscoree: Implement vtable fixups.
2012-05-03  Vincent Povirkmscoree: Use the main HMODULE in _CorExeMain instead...
2012-04-24  Vincent Povirkmscoree: Always call mono_thread_attach before invoking...
2012-03-27  Alistair Leslie... mscoree: Allow capital for version number.
2012-03-26  Vincent Povirkmscoree: Search for an arch-specific mono dll first.
2012-03-16  Alistair Leslie... mscoree: Better support RUNTIME_INFO_UPGRADE_VERSION...
2012-01-26  Thomas Fabermscoree: Fix build with MSVC.
2012-01-03  Alistair Leslie... mscoree: Implement CLRRuntimeHost_ExecuteInDefaultAppDo...
2011-09-28  Alistair Leslie... mscoree: Add ICorDebug interface support.
2011-08-29  Andrew Talbotmscoree: Remove extern from function definitions.
2011-08-22  Michael Stefaniucmscoree: COM cleanup for the ICLRRuntimeInfo iface.
2011-05-20  Marcus Meissnermscoree: Mark internal symbols with hidden visibility...
2011-05-11  Vincent Povirkmscoree: State the .NET and Mono versions when a runtim...
2011-03-16  Francois Gougetmscoree: Force_get_runtime_info() is not used so remove it.
2011-03-14  Michael Stefaniucmscoree: COM cleanup in metahost.c.
2011-03-07  Francois Gougetmscoree: Add a '\n' to an ERR() trace.
2011-02-24  Vincent Povirkmscoree: Always return S_FALSE from DllCanUnloadNow.
2011-02-24  Vincent Povirkmscoree: Overhaul of mono runtime shutdown process.
2011-01-28  Vincent Povirkmscoree: Implement GetFileVersion.
2010-11-12  Vincent Povirkmscoree: Implement ClrCreateManagedInstance.
2010-11-12  Vincent Povirkmscoree: Search the Global Assembly Cache for required...
2010-11-11  Vincent Povirkmscoree: Implement config file parsing.
2010-11-11  Vincent Povirkmscoree: Search for mono installs with the 2.0 abi.
2010-11-10  Vincent Povirkmscoree: Add a proper implementation of DllCanUnloadNow.
2010-11-10  Vincent Povirkmscoree: Use the new architecture to implement _CorExeMain.
2010-11-10  Vincent Povirkmscoree: Load mono when creating a runtime host interface.
2010-11-09  Vincent Povirkmscoree: Support searching for .NET runtimes by exe...
2010-11-09  Vincent Povirkmscoree: Report that all .NET versions are installed...
2010-10-28  Vincent Povirkmscoree: Implement LoadLibraryShim.
2010-10-13  Vincent Povirkmscoree: Use the new Mono runtime search code in GetReq...
2010-10-13  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetRuntimeDirectory.
2010-10-13  Vincent Povirkmscoree: Implement ICLRMetaHost_GetRuntime.
2010-10-05  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetInterface.
2010-10-05  Vincent Povirkmscoree: Implement ICLRMetaHost_EnumerateInstalledRuntimes.
2010-10-05  Vincent Povirkmscoree: Implement ICLRMetaHost_GetVersionFromFile.
2010-10-05  Vincent Povirkmscoree: Add stub implementation of ICLRMetaHost.