summaryrefslogtreecommitdiff
path: root/src/coreclr
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-18enable build of cross target components.Rahul Kumar6-8/+8
2016-04-18Merge pull request #4283 from krytarowski/netbsd-support-61Jan Kotas1-2/+20
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna2-2/+4
2016-04-12Implement GetEntrypointExecutableAbsolutePath() on NetBSDKamil Rytarowski1-2/+20
2016-04-08Add missing .gitmirrorall fileMatt Ellis1-0/+1
2016-04-07Merge pull request #4106 from janvorli/add-hosting-api-headerJan Vorlicek4-31/+69
2016-04-06Add header file for the hosting APIJan Vorlicek4-31/+69
2016-04-05Fix an issue where COREHOST_SERVER_GC and COREHOST_CONCURRENT_GC were not res...Sean Gillespie1-4/+9
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin5-11/+5
2016-03-15Prune Windows mscorlibJan Kotas1-1/+0
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-2/+2
2016-03-04Restore linking debug corerun.exe with retail CRTJohn Chen (CLR)1-1/+1
2016-03-04Fix C++11 issue when converting string to char *Ben Pye1-1/+1
2016-03-04Fix Stack Unwind Behavior of Libunwind-ARMMyungJoo Ham1-0/+14
2016-03-01Fix build break on arm caused by long path support changeJohn Chen1-1/+4
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)3-130/+96
2016-02-18Fix GetEntrypointExecutableAbsolutePath on LinuxManu1-9/+25
2016-02-01Fix OACR errors for ProjectKdotnet-bot2-7/+7
2016-01-27Update license headersdotnet-bot13-52/+39
2016-01-22NetBSD: Don't link with -ldl for dlopen(3) on NetBSDKamil Rytarowski2-6/+6
2016-01-14Merge pull request #2661 from sergiy-k/pieSergiy Kuryata4-0/+8