summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-6/+0
2018-03-06Fix hang on Ctrl+C when tiering is enabled (#16719)Koundinya Veluri1-1/+1
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-15/+0
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-37/+2
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-2/+37
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-37/+2
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-1/+37
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-37/+1
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-1/+37
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-18/+0
2017-10-27Delete dead code (#14703)Jan Kotas1-1/+0
2017-10-24Delete dead code (#14673)Jan Kotas1-20/+0
2017-10-18Improve thread statics performance (#14560)Jan Kotas1-16/+0
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-4/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-6/+0
2017-08-15Make unit tests run clean with tiered compilationnoahfalk1-1/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-8/+0
2017-07-24Merge pull request #12193 from noahfalk/tiered_jitting_m2Noah Falk1-11/+10
2017-07-24Add the runtime code versioning featurenoahfalk1-11/+10
2017-07-24Don't call AssemblyResolve event for CoreLib resources (#12999)Koundinya Veluri1-8/+16
2017-07-09Unify LazyInitializers with CoreRT (#12697)Jan Kotas1-1/+0
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-7/+2
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-5/+3
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-259/+19
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-0/+5
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka1-1/+2
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-4/+4
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-6/+4
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-34/+21
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka1-11/+0
2017-04-10Remove double initialization of variables in app domain creation.Aditya Mandaleeka1-6/+1
2017-03-29Tiered Compilation step 1noahfalk1-0/+16
2017-03-27Don't ignore exceptions thrown from handlers of some events (#10502)Koundinya Veluri1-52/+35
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-44/+0
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas1-4/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-137/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-250/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-114/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-172/+0
2017-02-14Remove never defined FEATURE_LEAK_CULTURE_INFOdanmosemsft1-3/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-757/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-1/+1
2017-02-12Remove never defined FEATURE_CLICKONCEdanmosemsft1-136/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-13/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-167/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-12/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-10/+2