Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-13Ported MSBuild task to .NET 2.0 and included the project in the VS solution.jfrijters
2010-01-25Integrated new IKVM.Reflection implementation.jfrijters
2009-03-26- Renamed IKVM.PdbWriter.dll to IKVM.Reflection.Emit.PdbWriter.dll.jfrijters
- Added IKVM.Reflection.Emit.MdbWriter.dll (untested and not yet complete). - Changed SymbolWriter plug-in API to be more flexible. - Added ModuleBuilder.ResolveMethod() API. - Don't write PE debug directory if symbol writer doesn't supply debug data.
2009-03-16Moved PDB support into seperate assembly to make Mono support easier.jfrijters
2008-11-14Added IKVM.Reflection.Emit project.jfrijters
2008-01-03- Moved common assembly attributes to single file (CommonAssemblyInfo.cs).jfrijters
- Added IKVM.Runtime.JNI project to Visual Studio solution. - Added atomic.cs to Visual Studio projects. - Added SecurityCritical and AllowPartiallyTrustedCallers attributes to IKVM.Runtime.dll.
2007-11-21- Removed Visual Studio 2003 solution/project files.jfrijters
- Added Visual Studio 2008 solution.