summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-04-09Pass noexecstack option to the assembler on LinuxJan Kotas1-0/+4
2016-04-07Merge pull request #4106 from janvorli/add-hosting-api-headerJan Vorlicek1-7/+1
2016-04-06Merge pull request #4078 from joperezr/AddVersioningInOpenBuildsJose Perez Rodriguez1-0/+1
2016-04-06Merge pull request #3929 from papaslavik/arm_softfpBruce Forstall1-1/+6
2016-04-06Adding Common versioning to managed and Native components of coreclrJose Perez Rodriguez1-0/+1
2016-04-06Add header file for the hosting APIJan Vorlicek1-7/+1
2016-04-05Leave function name symbols in binaries when stripping out debug information.Brian Robbins1-1/+1
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko1-1/+6
2016-04-04Fix if/endif argument mismatch in CMake.Aditya Mandaleeka1-1/+1
2016-04-01Disable FEATURE_STUBS_AS_IL on ARM 32-bitManu1-2/+2
2016-03-28objcopy: Support cross-build for stripping symbolsGeunsik Lim1-6/+14
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