summaryrefslogtreecommitdiff
path: root/src/coreclr/hosts
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-14Enable the fPIE compiler option for executables in the coreclr repo on Unix p...Sergiy Kuryata4-0/+8
2016-01-13Enable corerun to select server GC or concurrent GC on startup based on envir...Sean Gillespie2-7/+80
2015-12-15Add if to check if Linux for -ldl, because it only works on Linux.Marqin1-1/+3
2015-12-15Link unixcoreruncommon with dl, which is needed on Unix-like systemsMarqin1-0/+1
2015-12-07Enable ildasm for *nixKyungwoo Lee1-1/+0
2015-12-03Lib unixcoreruncommonKyungwoo Lee5-9/+19
2015-11-13Allow setting some startup flags outside WindowsKoundinya Veluri2-2/+4
2015-10-23Fix issue 1774Gaurav Khanna3-2/+54
2015-10-16Fix build break with WindowsOS CRTJan Kotas1-7/+8
2015-10-14Change CoreConsole to use _get_wpgmptrAndrew Stanton-Nurse1-19/+14
2015-10-09Fix Windows CoreConsole property listJan Vorlicek1-2/+4
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar2-77/+77
2015-09-01Fix pthread locks initialization issueJan Vorlicek2-12/+10
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov1-2/+2
2015-07-20Merge pull request #1255 from benpye/coreconsole-crash-fixJan Kotas1-9/+21
2015-07-19Allow coreconsole to be called without extension.Ben Pye1-9/+21
2015-07-16Extend the Unix hosting APIJan Vorlicek1-44/+77
2015-05-29Fix exitCode from ExecuteAssemblystephentoub1-0/+1
2015-05-09osxbundlerun - corerun for use in OS-X app packagesBrad Robinson3-0/+114
2015-05-01Fix unixcoreruncommon build error on FreeBSDAnders Jensen-Waud1-0/+1
2015-04-28Add Unix version of coreconsole.Aditya Mandaleeka8-314/+555
2015-04-28Merge pull request #861 from adityamandaleeka/remove-mac-build-hackAditya Mandaleeka2-23/+0
2015-04-28Remove Mac build workaroundAditya Mandaleeka2-23/+0
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-20/+0
2015-04-26Complete FreeBSD bringupGeoff Norton1-0/+7
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-2/+7
2015-04-24Fix the two remaining linker errors on FreeBSD.Jan Henke1-3/+6
2015-04-16Merge pull request #726 from janvorli/fix-copyright-headersJan Kotas2-0/+10
2015-04-17Add missing MIT license headersJan Vorlicek2-0/+10
2015-04-16Explicitly load libcoreclrpal in corerunMatt Ellis1-0/+20
2015-04-14Moving UAP Host sources out from coreclr\hosts to where it'll be residing tog...Sedar Gokbulut1-1/+0
2015-04-14Mirror subfolders for unixcorerun.Matt Ellis2-1/+1
2015-04-12Fix MacOS Build BreakMatt Ellis2-0/+23
2015-04-02Enable UseLatestBehaviorWhenTFMNotSpecified for Unix corerunStephen Toub1-2/+5
2015-03-28Fix corerun to support argv[0] that's not a full pathStephen Toub1-6/+23
2015-03-21Add host flag to disable transparency checks in CoreCLRJan Kotas2-3/+5
2015-03-15Fix handling of links and non-Linux file systems in Unix corerunJan Kotas1-1/+28
2015-03-10Add custom entry point support.Matt Ellis1-0/+6
2015-03-03Merge pull request #382 from jkotas/authenticateMatt Ellis2-22/+0