summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski1-1/+1
2017-10-30Pass overridden packages directory to CMakeWes Haggard1-1/+1
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-4/+0
2017-10-04Few build changes to support Freebsd (#14121)Tomas Weinfurt1-1/+1
2017-09-18Correct reporoot/CMakeList.txt typosJacek Blaszczynski1-26/+26
2017-09-13Disable PAX mprotect for native executables (#13940)Jan Vorlicek1-0/+5
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-11/+8
2017-07-17Updates the explicit location for armasmjashoo1-3/+7
2017-06-08Fix linker GUARD option (#11492)Jan Vorlicek1-2/+2
2017-06-06Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (#12106)Omair Majid1-1/+1
2017-06-02Add support for not breaking *nix build on warnings (#12039)Omair Majid1-0/+1
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-0/+4
2017-04-18Remove /RELEASE option required for device drivers (#11023)Gaurav Khanna1-1/+0
2017-04-13Reenable incremental linking (#10943)Gaurav Khanna1-5/+0
2017-04-13[ARM32/Linux] Build libcoreclrtraceptprovider.so (#10406)Hyeongseok Oh1-1/+5
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-0/+3
2017-04-04Fix Alpine build break in pipelinewtgodbe1-1/+1
2017-04-04Pass crossbuild and linux-id to CMakeLists.txt using CMake arguments (#10686)Hyeongseok Oh1-10/+7
2017-03-29Add PGO support for Clang/LLVM on Unix (#10533)Daniel Podder1-0/+3
2017-03-29Fix dependency to coreclr and mscorrc in Linux (#10138)Hyeongseok Oh1-1/+1
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-5/+0
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier1-1/+3
2017-02-17Synchronous toolchain.cmake files with CoreFX (#9409)Jiyoung Giuliana Yun1-1/+1
2017-02-09[ARM32/Linux] Fix definition and CMake for cross-architecture build (#9262)Hyeongseok Oh1-2/+2
2017-01-31Support cross-building CoreCLR for arm64 Android (#9173)Frederik Carlier1-1/+1
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+8
2016-12-23[Linux] Fix cross-architecture component build configuration for ARM32-target...Hyeongseok Oh1-6/+4
2016-12-18Fixing up the arm subsystem versions (#8676)Peter Marcu1-3/+6
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-38/+53
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (#8219)SaeHie Park1-0/+10
2016-11-19Fixing arm subsystem version (#8211)Peter Marcu1-1/+6
2016-10-24Add CFG flag to ARM64 buildIan Hays1-4/+2
2016-10-15Few more fixes for WinArm32 CI build.Gaurav Khanna1-2/+9
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