ikvm-fork/ikvmc
jfrijters c7ae133d38 - Fixed IsPackageAccessibleFrom to consider class loaders, instead of InternalsVisibleToAttribute
- Added automatic access to internal accessibility members across assemblies in multi target compilation (previously this was only done for -sharedclassloader scenarios)
- Cleaned up existing field access stubs (now known as "type 1") and added type 2 access stubs to make public fields that have a non-public field type accessible.
2009-11-13 15:08:20 +00:00
..
AotTypeWrapper.cs Fixed automagic serialization interop to work correctly in the face of a __WorkaroundBaseClass__ base type. 2009-10-23 06:29:54 +00:00
AssemblyInfo.cs - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
Compiler.cs Added ikvmc option -nopeercrossreference and the ability to use -r with peer assemblies. 2009-11-04 05:18:37 +00:00
CompilerClassLoader.cs - Fixed IsPackageAccessibleFrom to consider class loaders, instead of InternalsVisibleToAttribute 2009-11-13 15:08:20 +00:00
FakeTypes.cs Replaced most type literals with static field access (in Types class) or warpped JVM.Import() around them. 2009-10-14 14:58:41 +00:00
ikvmc.build Replaced most type literals with static field access (in Types class) or warpped JVM.Import() around them. 2009-10-14 14:58:41 +00:00
remapper.cs More type funneling. 2009-10-16 07:06:50 +00:00