summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Unify clang with GNUCSinan Kaya2-4/+12
2019-03-22Improve detection of CPU limits when running inside a ContainerLudovic Henry1-1/+11
2019-03-21Merge pull request #23321 from franksinankaya/gcc_cleanup_14Jan Vorlicek2-4/+4
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens1-10/+8
2019-03-18Conversion issuesSinan Kaya2-4/+4
2019-03-18Merge pull request #23307 from franksinankaya/gcc_cleanup_13Jan Vorlicek1-1/+1
2019-03-18Merge pull request #23179 from franksinankaya/gcc_cleanup_11Jan Vorlicek6-289/+13
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero2-14/+51
2019-03-17Remove old filesSinan Kaya4-279/+0
2019-03-17Correct current script dir detectionSinan Kaya3-12/+15
2019-03-17Fix conversion issuesSinan Kaya1-1/+1
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek1-1/+6
2019-03-14Fix GetProcessAffinityMask (#23247)Jan Vorlicek1-21/+8
2019-03-14Merge pull request #23203 from janvorli/fix-no-return-false-positivesJan Vorlicek2-4/+15
2019-03-13Move ANALYZER_NORETURN after function return type.Jan Vorlicek1-2/+1
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek2-4/+16
2019-03-11Merge pull request #23111 from am11/gcc-configurationJan Vorlicek2-50/+43
2019-03-11Merge pull request #23099 from janvorli/remove-pal-cleanupJan Vorlicek1-3/+0
2019-03-11Merge pull request #23121 from janvorli/enable-clang-staticanalyzer-buildJan Vorlicek1-2/+17
2019-03-11Remove conditions around CMAKE_REQUIRED_LIBRARIESAdeel1-6/+2
2019-03-08Use CLR_LINKAdeel1-2/+2
2019-03-08Remove extra quotesAdeel1-2/+2
2019-03-08Address @janvorli's feedbackAdeel2-14/+19
2019-03-08Enable build with clang static analyzerJan Vorlicek1-2/+17
2019-03-07Use DOTNET_${$1} environment variablesAdeel1-5/+17
2019-03-07Improve gcc configurationAdeel2-41/+21
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas4-3276/+164
2019-03-07Remove init_count zeroing from PAL cleanupJan Vorlicek1-3/+0
2019-03-06Fix comment (#23058)Next Turn1-1/+4
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson1-1/+0
2019-02-27added a lightweight GC profiling option (#22866)Maoni Stephens1-1/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara1-99/+0
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-4/+4
2019-02-17Fix Integer Rounding issue and duplicate definition of __deref in sal.h (#22645)Sinan Kaya2-2/+2
2019-02-17Delete RtlMoveMemory and tests (#22668)Adeel Mujahid17-448/+0
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid17-762/+761
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya2-10/+11
2019-02-13Fix gen-buildsys-win for vs2019 x86 (#22567)Juan Hoyos1-0/+1
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding1-7/+11
2019-02-10Cleanup DLL exports (#22500)Jan Kotas4-17/+16
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid21-84/+109
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya30-49/+298
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský2-0/+2
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt1-17/+17
2019-02-01Coreclr gnuport (#22129)Sinan Kaya13-38/+69
2019-01-30Fix CorError header file generation (#22294)Michal Strehovský1-19/+3
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-2/+12
2019-01-24Disable exception handling on MacOS when DLL like DAC, etc. (#22171)Mike McLaughlin1-70/+77
2019-01-23Fix incorrect usage of wcscpy_s/wcscat_s. (#22153)Filip Navara1-5/+9