summaryrefslogtreecommitdiff
path: root/src/coreclr
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin1-0/+3
2020-03-25[Tizen] skip dotnet specific arguments in corerunKonstantin Baladurin1-0/+13
2019-05-23Use auxiliary vector to obtain the executable path name (#24696)Leandro A. F. Pereira5-1/+36
2019-04-30Remove FreeLibrary call to unload CoreCLR (#24317)Next Turn2-18/+0
2019-04-09Remove dlclose call to unload CoreCLR (#23863)Next Turn1-5/+0
2019-04-09Alter CCW wrapping semantics (#23709)Aaron Robinson3-1/+54
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky3-34/+100
2019-03-14 Fix the calling convention for P/Invokes and delegates to hostpolicy (#23249)Aaron Robinson1-1/+1
2019-03-02Revert "Revert "Improve coreclrhost.h header" (#22955)" (#22973)Jarret Shook1-2/+72
2019-03-02Revert "Improve coreclrhost.h header" (#22955)Jarret Shook1-72/+2
2019-03-01Merge pull request #22801 from janvorli/improve-coreclrhost-headerJan Vorlicek1-2/+72
2019-02-25Use function pointer term in the coreclr_create_delegate docJan Vorlicek1-2/+2
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel1-1/+1
2019-02-23Rename the CALLING_CONVENTIONJan Vorlicek1-4/+4
2019-02-23Fix the stdcall to be present only for x86 WindowsJan Vorlicek1-2/+8
2019-02-22Improve coreclrhost.h headerJan Vorlicek1-2/+66
2019-02-12Update COM Activator class (#22317)Aaron Robinson3-14/+104
2018-09-13Dev16 removed the static_cast<> in a std::basic_string constructor so need to...Aaron Robinson1-13/+24
2018-09-10Basic implementation for testing of COM activation of a .NET class (#19760)Aaron Robinson6-0/+592
2018-07-02Set the activation context for the CoreRun application to what is defined (#1...Aaron Robinson1-7/+69
2018-04-30GC env vars (#17837)Sung Yoon Whang2-3/+3
2018-03-21Fix strings from being concatenated (#17040)Frank Gambino1-1/+1
2018-02-17delete unused mirror files (#16423)Sergey Andreenko9-9/+0
2017-09-13Fix AV in corerun on invalid filenameJan Kotas1-1/+1
2017-08-27Remove dead HResults.cs (#13611)Dan Moseley1-1/+1
2017-04-24Ensure using the given executable path. (#10525)Jim Ma2-1/+23
2017-04-20Enable corerun to select Globalization Invariant mode (#11097)SaeHie Park1-7/+21
2017-04-19Change ICLRRuntimeHost2 to ICLRRuntimeHost4 for Windows corerun. (#10967)Jim Ma2-22/+26
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma2-3/+14
2017-04-08Fix corerun issue when loaded from PATH (#10745)Hadi Brais3-29/+7
2017-03-29Fix dependency to coreclr and mscorrc in Linux (#10138)Hyeongseok Oh2-8/+0
2017-01-31Support cross-building CoreCLR for arm64 Android (#9173)Frederik Carlier2-4/+15
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek1-1/+1
2017-01-03Only add CORE_LIBRARIES to TPA list if it is different from clrFilesAbsolutePathEric Mellino1-1/+4
2016-12-29Add CORE_LIBRARIES to the TPA list if it's set in unixcoreruncommonEric Mellino1-1/+2
2016-12-26Remove files related to legacy build system (#8723)Robert4-121/+0
2016-11-09Memory growth algorithm improvement in coreconsole (#7870)Roman Shchekin1-1/+1
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen2-6/+6
2016-10-19Remove the UseLatestBehaviorWhenTFMNotSpecified compat switch (#5708)AlexGhiondea3-9/+0
2016-08-16Apply correct symbolic name _ARM_ instead of _TARGET_ARM_ (#6756)Hyung-Kyu Choi1-2/+2
2016-08-11ARM: disable stack unwinding using DWARF (#6700)hqueue1-0/+14
2016-07-19Fix self-process identification for FreeBSD (#6314)Jostein Kjønigsen1-1/+23
2016-06-15Initial support of breakpoint setting by source file + line on Linux using po...Evgeny Pavlov1-1/+2
2016-06-11Add check for sys/sysctl.h (#5726)Peter Jas1-0/+2
2016-05-26Linux/ARM: Regression fix in release build since "UNW_ARM_UNWIND_METHOD=6" (#...Geunsik Lim1-14/+0
2016-05-25Merge pull request #5220 from adityamandaleeka/force_gc_concurrentAditya Mandaleeka1-18/+2
2016-05-25Remove CORECLR_CONCURRENT_GC from Unix coreruncommon.Aditya Mandaleeka1-18/+2
2016-05-24Support the CORE_LIBRARIES environment variable on Unix (#5112)Manu1-0/+7
2016-05-17Add more help options to corerun (#4973)James Ko2-2/+2
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-2/+0