summaryrefslogtreecommitdiff
path: root/src/vm/corhost.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin1-0/+41
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-3/+1
2019-05-24Delete FEATURE_USE_LCID (#24767)Jan Kotas1-1/+0
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas1-6/+0
2019-05-14Stack size override (#24532)Steve MacLean1-0/+6
2019-04-26Added check for GetManagedCommandLine() returning a nullptr in ProfileDataAll...Brian Sullivan1-6/+0
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan1-9/+7
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan1-2/+9
2019-04-26Revert "Added method ReleaseManagedCommandLine to release memory"Brian Sullivan1-5/+0
2019-04-25Added method ReleaseManagedCommandLine to release memoryBrian Sullivan1-0/+5
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan1-9/+2
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-1/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-45/+35
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean1-3/+16
2019-03-11Add EntryPointFilter option (#23054)Steve MacLean1-0/+6
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-1114/+2
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara1-157/+0
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-38/+2
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-0/+1
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-3/+3
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-78/+2
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean1-19/+5
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-41/+79
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-8/+1
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-18/+8
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-228/+3
2018-10-25Add IID_ICLRRuntimeHost QueryInterface supportSteve MacLean1-0/+6
2018-10-25Restore ExecuteInDefaultAppDomain implementationSteve MacLean1-3/+79
2018-10-17Fix collectible NativeCallable UMThunkEntry lifetime (#20438)Jan Vorlicek1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-77/+12
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-330/+0
2018-03-27restrict memory limit by taking VM into consideration (#17177)Maoni Stephens1-8/+0
2018-03-26Only use FEATURE_PERFTRACING and FEATURE_EVENT_TRACE features when turned on ...Adam Stark1-0/+4
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-0/+5
2018-01-04Remove duplicate callback to AppDomainCreationFinished in profiler (#15691)Sung Yoon Whang1-26/+0
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-14/+1
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim1-2/+0
2017-10-18Improve thread statics performance (#14560)Jan Kotas1-65/+34
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-48/+0
2017-10-06Delete dead code (#14365)Jan Kotas1-4/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-52/+3
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+1
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma1-7/+34
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-81/+1
2017-02-14Remove never defined FEATURE_RWLOCKdanmosemsft1-1/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-653/+5
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-5/+5