summaryrefslogtreecommitdiff
path: root/src/pal/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Fix PIE options (#26323)Jan Vorlicek1-2/+0
2019-10-11[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev1-0/+6
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-0/+3
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-11/+11
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský1-0/+1
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský1-1/+0
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-1/+2
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-4/+12
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya1-1/+3
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-1/+0
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin1-1/+5
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+1
2018-09-10Build Hostx86/arm32 coreclrpal when CROSSCOMPILE is "1" and Hostx64/arm32 cor...Egor Chesakov1-2/+7
2018-09-05Don't build and publish libcoreclr libeventprovider libeventpipe as crosscomp...Egor Chesakov1-1/+1
2018-06-19fixes for sos on FreeBSD (#18479)Tomas Weinfurt1-35/+32
2018-05-21small fixes to build CoreCLR on FreeBSD again (#18072)Tomas Weinfurt1-3/+3
2018-03-27Fix build without libunwind installed (#17221)Jan Vorlicek1-0/+4
2018-03-26Optionally support using the system-installed libunwind (#17164)Omair Majid1-8/+51
2018-03-22Remove dependency on libunwind (#17094)Jan Vorlicek1-38/+13
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek1-0/+3
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins1-9/+1
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+0
2018-03-05Delete dead code in PAL related to file locks (#16754)Jan Kotas1-1/+0
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-5/+9
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-9/+5
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-5/+9
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+1
2017-10-06Remove explicit dependency on libnuma (#14359)Jan Vorlicek1-6/+0
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-1/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-1/+0
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-0/+1
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-2/+2
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+7
2017-03-311. Remove disable of C4996Rahul Kumar1-1/+0
2017-03-22memory limit in containers on linuxrahul1-0/+1
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier1-0/+3
2017-03-03Support local stack unwinding on Android (#9940)Frederik Carlier1-8/+13
2017-02-28Fix cross component builderror - CMakeLists.txt for PAL (#9819)Hyeongseok Oh1-6/+10
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek1-28/+12
2017-01-31Support cross-building CoreCLR for arm64 Android (#9173)Frederik Carlier1-11/+53
2016-12-23[Linux] Fix cross-architecture component build configuration for ARM32-target...Hyeongseok Oh1-15/+32
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-2/+2
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park1-4/+4
2016-11-29Capture YMM registers on OSX (#8365)John Chen1-0/+1
2016-11-25[x86/Linux] Renames i386 as amd64 in arch (PAL) (#8307)Jonghyun Park1-8/+8
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (#8219)SaeHie Park1-0/+12
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-8/+11
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi1-31/+31
2016-06-14Link libintl in case of Alpine (#5731)Peter Jas1-0/+15
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-1/+1