summaryrefslogtreecommitdiff
path: root/src/pal/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-07-09Revert "Launching the Memory Profiler on x86 emulator may lead to crash in co...Sergey Ignatov1-2/+0
2018-07-06Launching the Memory Profiler on x86 emulator may lead to crash in coreclr (x...Sergey Ignatov1-0/+2
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
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-0/+1
2016-04-25ARM: Fix compile error for unw usage with clang-3.8SaeHie Park1-3/+4
2016-04-16NetBSD: Add support for PAL_IsDebuggerPresent()Kamil Rytarowski1-0/+3
2016-04-15Merge pull request #4260 from myungjoo/fix/4259Jan Vorlicek1-0/+3
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-0/+3
2016-04-12ARM: fix build warning for unw usageMyungJoo Ham1-0/+3
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-4/+0
2016-02-17Merge pull request #3189 from krytarowski/netbsd-support-49Jan Kotas1-1/+0
2016-02-17Fix NetBSD build issue: Use compiler version of alloca(3) when possibleKamil Rytarowski1-1/+0
2016-02-17Merge pull request #3177 from krytarowski/netbsd-support-47Jan Vorlicek1-2/+4
2016-02-17Fix build issue on NetBSD: Make RPATH optional and user-settableKamil Rytarowski1-2/+4
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-0/+5
2016-02-05Detect libunwind features allowing LLVMs libunwind to be usedBen Pye1-8/+20
2016-02-02Add NetBSD target in src/pal/src/CMakeLists.txtKamil Rytarowski1-0/+11