summaryrefslogtreecommitdiff
path: root/src/coreclr
AgeCommit message (Expand)AuthorFilesLines
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-06-04addressing arm64 build break- renabling uwp for arm64. conditionally excludin...Rama Krishnan Raghupathy1-1/+1
2015-06-03disabling uwp infrastruture for arm64 builds for nowRama Krishnan Raghupathy1-1/+1
2015-05-29Fix exitCode from ExecuteAssemblystephentoub1-0/+1
2015-05-21Adds support for per-branch symbol indexing customizationNoah Falk1-0/+1
2015-05-09osxbundlerun - corerun for use in OS-X app packagesBrad Robinson3-0/+114
2015-05-06Renaming UAP to UWPSedar Gokbulut1-1/+1
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-16Fix for the build break. I had moved UAP Host under a folder whcih is built o...Sedar Gokbulut1-1/+1
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
2015-03-02Delete host authentication enforcementJan Kotas2-22/+0
2015-03-02[UAP Debug-F5] This change is about isolating CoreRuntime from .NetNative. Cu...Sedar Gokbulut1-0/+1
2015-03-02Changed the build to build CoreConsole.exeKrzysztof Cwalina1-0/+1
2015-02-12Small fixes to enable AltJit support on UNIX.Pat Gavlin1-1/+1
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel2-2/+2
2015-02-07Merge pull request #108 from jkotas/masterGaurav Khanna2-30/+12
2015-02-07Merge pull request #119 from cwmiller/fix-linux-short-filenamesJan Kotas1-1/+1
2015-02-06Fix std::out_of_range exception with short filenames (Linux)Chase Miller1-1/+1