summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10Implement /disassemble nidump option for readytorun imagesJan Kotas2-48/+203
[tfs-changeset: 1512604]
2015-08-10Fix build break on desktopJan Kotas1-2/+1
[tfs-changeset: 1512590]
2015-08-08Merge pull request #1366 from sokket/timersJan Kotas2-35/+0
Removing old System.Threading.Timer tests and moving to CoreFX
2015-08-07Removing old System.Threading.Timer tests with the correspondingJonathan Miller2-35/+0
move to CoreFX via CoreFX PR 2681
2015-08-07Merge pull request #1362 from mikem8361/exports1Jan Kotas1-0/+1
Add GetCurrentThreadId to the Linux/Unix exports from coreclr.
2015-08-07Merge pull request #1365 from dotnet-bot/from-tfsJan Kotas1-0/+9
Merge changes from TFS
2015-08-07Merge pull request #1363 from mmitche/fix-opensuseMatt Mitchell1-3/+0
Remove llvm-ranlib dependency
2015-08-07Fix BPMD SOS command for ReadyToRunJan Kotas1-0/+9
DAC was not getting notified about new method code [tfs-changeset: 1512178]
2015-08-07Remove llvm-ranlib dependencyMatt Mitchell1-3/+0
Appears to be unused, and not available on openSUSE.
2015-08-07Add GetCurrentThreadId to the Linux/Unix exports from coreclr.Mike McLaughlin1-0/+1
2015-08-07Merge pull request #1324 from kouvel/kouvel-SetSignalCountAssertFix-1318Koundinya Veluri6-50/+63
Fix PAL signal count upper limit issues.
2015-08-07Fix PAL signal count upper limit issues.Koundinya Veluri6-50/+63
- Fix assert in SetSignalCount to allow int32 max as a valid value. - Change ISynchStateController signal count functions to use LONG instead of DWORD to match the storage type for consistency. - In ReleaseSemaphoreInternal, handle overflow of (oldCount + releaseCount) to return failure. Updated PAL semaphore tests to catch this case. Fix #1318
2015-08-06Merge pull request #1254 from James-Ko/patch-1Jan Kotas7-19/+19
mscorlib: Use Array.Empty where possible
2015-08-07Use Array.Empty where possibleJames Ko7-19/+19
2015-08-06Merge pull request #1354 from jkotas/vs2015-rtmJan Kotas10-23/+25
Fix build breaks on VS2015 RTM
2015-08-06Merge pull request #1357 from benpye/arm64-release-fixJan Kotas1-1/+1
Fix ARM64 compile break
2015-08-06Fix ARM64 compile breakBen Pye1-1/+1
2015-08-05Merge pull request #1343 from benpye/cross-compilationMatt Mitchell13-6/+436
Add cross compilation support for ARM and ARM64
2015-08-05Fix build breaks on VS2015 RTMJan Kotas10-23/+25
Most of the changes are about mismatches between printf formatting strings and argument types. Fix #1294.
2015-08-05Merge pull request #1355 from dotnet-bot/from-tfsJan Kotas1-2/+2
Merge changes from TFS
2015-08-05Fix bad msbuild properties so that conditions behave as expected.Joel Hendrix1-2/+2
[tfs-changeset: 1511107]
2015-08-05Merge pull request #1291 from justinvp/streamreader_preambleWes Haggard1-1/+21
StreamReader: Use a cached byte[] preamble for Encoding.UTF8
2015-08-05Merge pull request #1349 from dotnet-bot/from-tfsJan Kotas3-14/+13
Merge changes from TFS
2015-08-05Merge pull request #1346 from fffej/masterJan Kotas1-4/+4
Fix links that are now in /coding-guidelines
2015-08-05Merge pull request #1348 from ganeshran/api-mswin-dll-missingJan Kotas1-0/+4
Adding Fix for the api-win-ms dll missing error in documentation.
2015-08-05Fix for build issue #764084, remove PK product group (it shouldn't have been ↵Joel Hendrix1-1/+1
added to begin with). [tfs-changeset: 1510862]
2015-08-05Workaround for the api-ms-win-* dll missing errorGanesh Ranganathan1-0/+4
This change adds a workaround for a known issue of api-ms-win-* dll missing error while debugging the coreclr solution.
2015-08-05fix linksJeff Foster1-4/+4
2015-08-05Merge pull request #1336 from tony/freebsd-lldbJan Kotas2-71/+54
Update FreeBSD installation docs for LLDB support
2015-08-05Merge pull request #1347 from fffej/teh-to-theJan Kotas8-9/+9
Fix typos of teh
2015-08-05Fix typos of tehJeff Foster8-9/+9
2015-08-05Update FreeBSD installation docs to the new devel/llvm37 package.Tony Narlock2-71/+54
- Instructions updated for building with llvm37 - Remove freebsd-install-lldb.sh script - Add syntax-specific highlighting to code blocks - Create and link to note on other Clang / LLDB versions
2015-08-04Pick up security cookie definition from CRT headersJan Kotas1-10/+6
[tfs-changeset: 1510564]
2015-08-05Improve build-rootfs script.Ben Pye1-32/+5
2015-08-04Title:Joel Hendrix2-5/+8
Binplace xplat binaries during official builds Change Description: This is the initial implementation of having our official devdiv razzle builds binplace non-Windows xplat binaries. For now xplat binaries are binplaced only during official builds; this can be overridden by specifying /p:GetAllXPlatBinaries=true. Binplacing is limited to CoreClr builds on amd64 as that's all we build for xplat. xplat binaries are pulled directly from Azure; if this becomes problematic we can look at having an internal cache. Binaries are pulled from Azure using a checked in copy of azcopy.exe. For now I have embedded the source key; this will be removed in the future in favor of using a shared access signature. At present the build number for the xplat bits is fixed; this will be removed in a future change. The binaries are in zip format. Once downloaded the contents are extracted in a directory under %_nttree% named after the platform; this puts them with the other xplat bits we build on Windows. [tfs-changeset: 1510395]
2015-08-04Replace multiple .gitmirror files with .gitmirrorall .Ben Pye4-3/+1
2015-08-04Add missing packages in documentation.Ben Pye2-4/+4
2015-08-04Merge pull request #1342 from jkotas/early-mscorlib-referencesJan Kotas1-1/+1
Fix crash when using OpenCover with mscorlib
2015-08-04Merge pull request #1327 from mikem8361/settidMike McLaughlin9-27/+190
Add work around a bug in lldb on a core dump
2015-08-04Remove comments from tryrun cmake filesBen Pye2-712/+0
2015-08-04Fix crash when using OpenCover with mscorlibJan Kotas1-1/+1
OpenCover injects self referencing assembly refs to mscorlib. The fix avoids crash when the assembly loader tries to resolve them early during startup. Fix #1340.
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye15-6/+1177
2015-08-04Merge pull request #1326 from ganeshran/MovingPackageFolderCreationSectionJan Kotas1-6/+8
Moving Folder creation section above Nuget.exe Download
2015-08-04Moving Folder creation section above Nuget.exe DownloadGanesh Ranganathan1-6/+8
The Download Nuget.exe section assumes that the ~/coreclr-demo/packages folder already exists. However the command to create it is given in the section after that. In other platform instructions file the sequence appears correctly And Removing the phrase 'Place all the Nuget packages together' as per PR comment
2015-08-04Merge pull request #1325 from mikedn/winx86Jan Kotas23-73/+192
Enable the Windows x86 build
2015-08-04Enable the Windows x86 buildMike Danes23-73/+192
This allows building the Windows x86 version of CoreCLR by using "x86" for the BuildArch parameter of build.cmd. Note that CMAKE_SYSTEM_PROCESSOR is no longer used in Windows builds to set IS_64BIT_BUILD. This change is enough to get CoreCLR to build but more changes are required for it to actually run correctly. In particular, the JIT compiler support for x86 is pretty limited at this point.
2015-08-03Merge pull request #1339 from dotnet-bot/from-tfsJan Kotas3-5/+8
Merge changes from TFS
2015-08-03Allow x86 version of prebuilt mscoree.h to be used for all architecturesJan Kotas3-5/+8
[tfs-changeset: 1509924]
2015-08-03Merge pull request #1332 from benpye/arm-regression-fixJan Kotas1-2/+2
Fix ARM build regression
2015-08-03Merge pull request #1338 from dotnet-bot/from-tfsJan Kotas1-4/+4
Merge changes from TFS