summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek12-167/+184
2015-02-13Merge pull request #259 from janvorli/linux-issue177Jan Vorlicek10-853/+1357
2015-02-13Modify the windows amd64 unwinder to work as jitted code unwinder on UnixJan Vorlicek10-853/+1357
2015-02-13Fix sscanf implementation in PALSergiy Kuryata3-19/+29
2015-02-12Merge pull request #254 from ellismg/remove-locale-cppMatt Ellis3-6324/+0
2015-02-12Remove locale.cpp from the PAL on OSXMatt Ellis3-6324/+0
2015-02-12Workaround for an ARM specific MS C++ compiler bugEugene Zemtsov1-0/+8
2015-02-13Merge pull request #244 from benpye/file-size-exJan Vorlicek9-100/+300
2015-02-12Cleanup GetFileSize test to reduce duplicated codeBen Pye1-96/+54
2015-02-12Pal tests should pass on windowsBen Pye1-8/+0
2015-02-12Error if the filesize pointer is null, improve GetFileSizeEx test.Ben Pye2-106/+76
2015-02-12Merge pull request #241 from pgavlin/AltJitFixesPat Gavlin3-2/+4
2015-02-12Add GetFileSizeEx implementation to palBen Pye8-4/+284
2015-02-12Merge pull request #188 from stephentoub/disable_etw_unixStephen Toub1-2/+29
2015-02-12Small fixes to enable AltJit support on UNIX.Pat Gavlin3-2/+4
2015-02-12Merge pull request #136 from poizan42/cmake-locateMatt Mitchell2-1/+67
2015-02-12Merge pull request #220 from mmitche/issue-208Matt Mitchell1-1/+1
2015-02-12Merge pull request #238 from poizan42/fix-spaces-linux-buildMatt Mitchell2-21/+21
2015-02-12Make build.cmd lookup the install directory of cmake in the registry if it's ...Kasper F. Brandt2-1/+67
2015-02-12Merge pull request #239 from kangaroo/masterJan Kotas2-10/+15
2015-02-12Merge pull request #183 from poizan42/build-space-fixMatt Mitchell4-7/+13
2015-02-12Add missing license headerGeoff Norton1-10/+15
2015-02-12[issue #232] Rename dispatchexceptionwrapper on the filesystem as wellGeoff Norton1-0/+0
2015-02-12Fix build on paths with spaces and with llvm path with spaces. Fixes #216Kasper F. Brandt2-21/+21
2015-02-12Merge pull request #223 from kangaroo/warning-cleanJan Kotas7-94/+9
2015-02-12Merge pull request #233 from lioncash/leakJan Kotas1-1/+3
2015-02-12Merge pull request #231 from poizan42/fix-abs-64bitJan Kotas1-3/+3
2015-02-12ceesectionstring: Fix a potential memory leakLioncash1-1/+3
2015-02-12fix copy paste errors in llabs testKasper F. Brandt1-3/+3
2015-02-12Typo fix in objecthandle.cppAndrey Akinshin1-1/+1
2015-02-11Clean up compiler warnings on the OSX buildGeoff Norton7-94/+9
2015-02-11Merge pull request #211 from kangaroo/issue-199Jan Kotas4-27/+59
2015-02-11Merge pull request #207 from poizan42/fix-abs-64bitJan Kotas9-1/+118
2015-02-11Ensure that we call memcpy from the PLT on linuxGeoff Norton2-13/+19
2015-02-11Merge pull request #219 from dotnet-bot/from-tfsJan Kotas1-1/+1
2015-02-11Address PR feedback on ETW disablement on UnixStephen Toub1-2/+2
2015-02-11Fix rebuild issue with development packageMatt Mitchell1-1/+1
2015-02-12Merge pull request #215 from mmitche/sos-in-dev-packageMatt Mitchell1-1/+3
2015-02-11Fix ARM Ready To Run: A dynamic helper generator was not allocating enough me...John Chen1-1/+1
2015-02-11Disable a few PAL sscanf test casesSergiy Kuryata2-3/+3
2015-02-11Add abs(__int64) overload for 64-bit targets. Fixes #143Kasper F. Brandt9-1/+118
2015-02-11Add sos to the development packageMatt Mitchell1-1/+3
2015-02-11Merge pull request #189 from akoeplinger/fix-filename-casingAlexGhiondea3-6/+6
2015-02-11Merge pull request #212 from poizan42/fix-hardcoded-tools-resgen-pathAlexGhiondea1-1/+1
2015-02-11Remove the CPP stubs and ensure to mark the leaf endGeoff Norton2-20/+2
2015-02-11Use $(SDK40ToolsPath) to get path to ResGen instead of hardcoding "NETFX 4.5....Kasper F. Brandt1-1/+1
2015-02-11Implement JIT_MemSet and JIT_MemCpy for clangGeoff Norton2-0/+44
2015-02-11Correct casing of file paths in mscorlibAlexander Köplinger3-6/+6
2015-02-11Correct handling of paths with spaces and ampersands when building on windows.Kasper F. Brandt4-7/+13
2015-02-10Merge pull request #179 from maksqwe/hresult_return_fixJan Kotas1-1/+1