summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-0/+5
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-1/+11
2016-08-24Some minor changes.Gaurav Khanna1-3/+5
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-2/+20
2016-07-06Fix incremental build problem for cross-componentsRahul Kumar1-39/+0
2016-06-29Merge pull request #6041 from adityamandaleeka/fix_strip_logicAditya Mandaleeka1-10/+14
2016-06-28Fix platform logic in symbol stripping code.Aditya Mandaleeka1-10/+14
2016-06-23Merge pull request #5937 from ellismg/pass-build-id-flag-to-linkerMatt Ellis1-1/+3
2016-06-23Scripts: verify compiler definitions of native and managed (#4675)MyungJoo Ham1-0/+2
2016-06-22Pass --build-id=sha1 to linker explicitlyMatt Ellis1-1/+3
2016-04-26This has following changes:Rahul Kumar1-23/+14
2016-04-21Adding Versioning to Native components in non-Windows builds. (#4393)Jose Perez Rodriguez1-0/+1
2016-04-18enable build of cross target components.Rahul Kumar1-702/+355
2016-04-18Merge pull request #4247 from leemgs/upstream-cross-toolchain-unify2Jan Kotas1-2/+2
2016-04-18Merge pull request #4312 from mjsabby/muks/enable_rejit_xplatnoahfalk1-5/+3
2016-04-18Merge pull request #4394 from gkhanna79/VCRTArm64FixRahul Kumar1-25/+28
2016-04-18Fix Arm64 breakGaurav Khanna1-25/+28
2016-04-18Merge pull request #4370 from krytarowski/netbsd-support-64Aditya Mandaleeka1-1/+5
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna1-3/+21
2016-04-15Print message about detected NetBSDKamil Rytarowski1-1/+5
2016-04-15Merge pull request #4359 from gkhanna79/ROLibFix2Gaurav Khanna1-1/+1
2016-04-15DelayLoadAndFixWinRTInteropGaurav Khanna1-1/+1
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-0/+6
2016-04-13Enable ReJIT all on platformsMukul Sabharwal1-5/+3
2016-04-12Merge pull request #4074 from kouvel/SoftwareWriteWatchKoundinya Veluri1-0/+3
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-0/+3
2016-04-09Pass noexecstack option to the assembler on LinuxJan Kotas1-0/+4
2016-04-09Linux/ARM: Unifying the redundant usages of objcopyGeunsik Lim1-2/+2
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