summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Merge pull request #2474 from gkhanna79/FixArm64Gaurav Khanna1-2/+2
2016-01-03Merge pull request #2504 from mikedn/4044againJan Kotas1-3/+3
2016-01-03Merge pull request #2503 from mikedn/4221againJan Kotas1-0/+2
2016-01-03Merge pull request #2498 from taylorjonl/smartosJan Kotas1-1/+10
2016-01-03Fix LNK4044 againMike Danes1-3/+3
2016-01-03Disable LNK4221 againMike Danes1-0/+2
2016-01-01Fixed issue where CMAKE couldn't identify SunOS processor typeJonathan Taylor1-1/+10
2015-12-29Incorporate PR feedbackGaurav Khanna (CLR)1-2/+2
2015-12-24GC OS interface refactoringJan Vorlicek1-259/+261
2015-12-21Merge pull request #2425 from erozenfeld/CheckedBuildJan Kotas1-8/+27
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-8/+27
2015-12-19Initial support for building on SmartOStaylorjonl1-0/+6
2015-12-15Build arm64 using private toolsetRahul Kumar1-31/+55
2015-12-13Remove unnecessary files from build and disable LNK4221Mike Danes1-1/+6
2015-12-11Do not use /OPT:REF /OPT:ICF for static librariesMike Danes1-2/+2
2015-12-07Merge pull request #2241 from kyulee1/ildasm3Jan Vorlicek1-0/+1
2015-12-07Enable ildasm for *nixKyungwoo Lee1-0/+1
2015-12-06Merge pull request #2247 from mikedn/safesehJan Kotas1-3/+0
2015-12-06Enable SAFESEH in the Windows x86 buildMike Danes1-3/+0
2015-12-04Fix build breaks after GC updateJan Kotas1-5/+3
2015-12-04Disable FEATURE_HIJACK on Linux ARMBen Pye1-1/+3
2015-12-03Lib unixcoreruncommonKyungwoo Lee1-0/+1
2015-12-01Enable Microsoft extensions for PAL compilationJuergen Hoetzel1-5/+5
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-15/+40
2015-10-23Address a messaging nit.Gaurav Khanna1-1/+4
2015-10-23Fix issue 1774Gaurav Khanna1-25/+30
2015-10-21Enable EventSource Logging in Linux via LttngRama1-0/+4
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+5
2015-10-11This enables Lttng Logging for CoreClr,Rama1-4/+6
2015-10-07Merge pull request #1696 from brianrob/framepointersBrian Robbins1-0/+3
2015-10-06Compile with frame pointers on UNIX builds.Brian Robbins1-0/+3
2015-09-25Implement basic collation on top of ICUMatt Ellis1-3/+1
2015-09-23Implement runtime suspension for OSXJan Vorlicek1-3/+1
2015-09-17Merge pull request #1583 from adityamandaleeka/coreclr_tests_linuxSergiy Kuryata1-13/+17
2015-09-15Enable building coreclr tests on LinuxAditya Mandaleeka1-13/+17
2015-09-15Do not pass /O1 except in release/release with debug info modesMatt Mitchell1-8/+11
2015-09-09Address code coverage builds feedbackSridhar Periyasamy1-6/+7
2015-09-08Change warning to error for platforms not supporting code coverage at this ti...Sridhar Periyasamy1-1/+1
2015-09-04Build Code Coverage instrumented binaries for native bianries in Linux and OSX.Sridhar Periyasamy1-0/+20
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka1-2/+2
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin1-1/+0
2015-08-14Add build-time check for existence of pthread_sigqueue and fix minorAditya Mandaleeka1-1/+1
2015-08-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka1-5/+1
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka1-0/+4
2015-08-04Enable the Windows x86 buildMike Danes1-13/+34
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-7/+33
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-17/+61
2015-07-16Extend the Unix hosting APIJan Vorlicek1-1/+1
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-0/+1
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais1-3/+1