summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-4/+0
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-1/+1
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-1/+1
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-1/+1
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-4/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-15/+20
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-6/+6
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-45/+6
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-4/+17
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-1/+1
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-6/+3
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka1-14/+14
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka1-18/+24
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka1-2/+0
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-3/+14
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-2/+10
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-1/+2
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka1-1/+3
2017-03-29Tiered Compilation step 1noahfalk1-0/+28
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-8/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-5/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-9/+0
2017-02-12Addendum for FEATURE_APPX_BINDERdanmosemsft1-1/+1
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-44/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-1/+1
2017-02-12Remove never defined FEATURE_CLICKONCEdanmosemsft1-6/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-13/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-8/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-41/+1
2016-10-25Add implementation of AppDomain.GetAssembliesRahul Kumar1-0/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-5/+6
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-10/+1
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-16/+0
2016-03-23Remove special casing of platform assembliesJan Kotas1-60/+0
2016-03-09Delete dead codeJan Kotas1-75/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-25Integrate bug fixes from desktopJan Kotas1-13/+0
2015-10-08Fix incorrect runtime contract for FailedAssembly::InitializeRichard L Ford1-1/+1
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+1
2015-05-07Merge changes from parent branchdotnet-bot1-1/+2
2015-04-28Updating WinRT Projections to use FacadesRyan Byington1-16/+0
2015-04-21Update framework assembly for System.Uri WinRT projection from System.dll to ...Ryan Byington1-0/+1
2015-03-21Add host flag to disable transparency checks in CoreCLRJan Kotas1-1/+16
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-2/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+5463