summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2019-03-17Remove old filesSinan Kaya4-279/+0
2019-03-17Correct current script dir detectionSinan Kaya3-12/+15
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
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn5-88/+113
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-0/+8
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas21-1548/+8
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-73/+0
2018-12-18Update named mutex PAL tests to include case of file locks being inherited by...Koundinya Veluri1-0/+72
2018-12-17Delete dead code (#21562)Jan Kotas2-324/+63
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-0/+1
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson3-58/+234
2018-12-10Added Close On Exec Attribute for Mutex files (#21455) (#21458)Oded Hanson1-0/+2