summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-3/+0
2016-03-23Merge pull request #3888 from jkotas/platform-assembliesJan Kotas1-4/+0
2016-03-23Remove special casing of platform assembliesJan Kotas1-4/+0
2016-03-22Enable compiling ReJIT functionality in CoreCLRmjsabby1-0/+7
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-0/+84
2016-03-15Prune Windows mscorlibJan Kotas1-17/+0
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy1-0/+1
2016-03-07Enabling LongFile Support in PALDDCloud1-0/+1
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-1/+0
2016-03-04Merge pull request #3507 from gkhanna79/OneCore2Gaurav Khanna1-0/+10
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+10
2016-03-04Fix for disabling incremental build for ARM64Kyungwoo Lee1-4/+4
2016-03-03Fix for disabling incremental link in WindowsKyungwoo Lee1-10/+10
2016-02-26Remove duplicate /GS switchBruce Forstall1-3/+2
2016-02-17Merge pull request #3177 from krytarowski/netbsd-support-47Jan Vorlicek1-2/+6
2016-02-17Fix build issue on NetBSD: Make RPATH optional and user-settableKamil Rytarowski1-2/+6
2016-02-16Merge pull request #2992 from steveharter/FixSanitizerClrStartupSteve Harter1-1/+2
2016-02-12Clang sanitizer: remove unaligned address checkSteve Harter1-1/+2
2016-02-07Disable FEATURE_HIJACK in NetBSD as unimplementedKamil Rytarowski1-2/+3
2016-02-06Fix for CoreCLR issue 3049Gaurav Khanna1-0/+4
2016-02-05Merge pull request #3033 from janvorli/test-checked-optimizationJan Vorlicek1-2/+3
2016-02-05Fix checked build optimizationJan Vorlicek1-2/+3
2016-02-03Initial support for CFG. This makes VS 2015 as the minimum required build too...Gaurav Khanna (CLR)1-0/+7
2016-02-01Merge pull request #2950 from jkotas/WIN32Jan Kotas1-2/+1
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-2/+1
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-2/+2
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-2/+2
2016-01-31Introduce central location for turning FEATURE_EVENT_TRACE on/offJan Kotas1-6/+13
2016-01-30Cleanup top-level definesJan Kotas1-18/+4
2016-01-29fix for path to buildtools.coreclr packageRahul Kumar1-1/+1
2016-01-29update version of buildtoolsRahul Kumar1-1/+1
2016-01-22Use coreclr buildtools nuget package instead of compiling the tools used duri...Rahul Kumar1-0/+4
2016-01-21Merge pull request #2772 from ramarag/fixincrementabuildJan Kotas1-13/+24
2016-01-21Generating Event Logging Headers From CMake for LinuxDDCloud1-15/+12
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-0/+14
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-1/+1
2016-01-13Use "-fstack-protector" instead of "-fstack-protector-strong" on OS X in orde...Sergiy Kuryata1-1/+6
2016-01-11Enable the stack-protector compiler option for the entire coreclrSergiy Kuryata1-0/+2
2016-01-05Fix build on OSX with CMake version >= 3.4Jan Vorlicek1-1/+5
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