Nick Guerrera
7c921dfba2
Add instructions for building corefx native components
...
Fix dotnet/coreclr#1313
Commit migrated from c699ddfb04
2015-07-30 14:17:58 -07:00
Peter Jas
0ffea0e1c2
Documentation: Purges two outdated known issues.
...
Unix build instruction has two outdated notes under Known Issues.
The first one is fixed by:
https://bugzilla.xamarin.com/show_bug.cgi?id=29679 . (/cc @akoeplinger)
The last one was fixed by a series of organization-wide updates to
bash files by @dougbu via https://github.com/aspnet/Home/issues/695 .
Commit migrated from 0c42646a32
2015-07-25 20:02:53 +03:00
Wes Haggard
e8ffd04077
Update instructions to point to VS 2015 RTM
...
Also mention the need to include the Common C++ tools.
Commit migrated from b7db354506
2015-07-24 11:02:08 -07:00
Aditya Mandaleeka
55cf74f994
Merge pull request dotnet/coreclr#1242 from david-mitchell/update-osx-instructions
...
Update OS X build instructions.
Commit migrated from a4491bae4c
2015-07-22 13:37:50 -07:00
Nick Guerrera
166102fa91
Respond to PR feedback
...
* Rename shims to match their underlying platform API names
* Update guidelines
* Add errno conversion TODO
* Account for OS X in run-test.sh
Commit migrated from 52f57e8e6c
2015-07-22 10:54:46 -07:00
Nick Guerrera
f3e83b1e48
Add some guidelines around unix shim design to docs
...
Commit migrated from dfe7b802e9
2015-07-21 20:42:42 -07:00
Mike McLaughlin
d0639b9d03
Add directions for debugging CoreClr on Linux.
...
Commit migrated from 917e3f9b81
2015-07-20 17:29:55 -07:00
Matt Mitchell
a489658c34
Add option to skip test build in build.cmd
...
Add help information regarding skiptestbuild option
Commit migrated from 2870876e68
2015-07-20 08:28:56 -07:00
David Mitchell
2f88d568bb
Update OS X build instructions.
...
CoreFX can now be built without Windows.
Commit migrated from 732993754f
2015-07-15 10:16:59 -07:00
stephentoub
89966356ca
Fix broken link in Framework Design Guidelines Digest
...
Fixes dotnet/corefx#1448
Commit migrated from ec5f4988f8
2015-07-15 11:25:44 -04:00
Zlatko Knezevic
55c568cbf9
Fix the broken link
...
/cc @terrajobst
Commit migrated from 0cb86adc72
2015-07-13 16:21:57 -07:00
Ben Pye
756c3fc86b
Fix casing of COMPlus_ in documentation
...
On Linux the casing of environment variables matters, the documentation
commonly had the wrong casing for COMPlus_ which is misleading.
Commit migrated from 6d98d1711c
2015-07-11 13:43:46 +01:00
Nick Guerrera
b6f4bd6d3a
Word wrap interop guidelines doc
...
Commit migrated from 19181cc61b
2015-07-09 21:15:34 -07:00
Nick Guerrera
47d894ad45
Use ASCII characters in interop guidelines doc
...
Commit migrated from 85e32b8973
2015-07-09 21:00:16 -07:00
Rich Lander
9391118396
Merge pull request dotnet/coreclr#1196 from justinvp/docs_corefxtests
...
Fix markdown of the "Testing with CoreFX" documentation so it renders correctly on GitHub
Commit migrated from 511dda4a15
2015-07-07 22:03:21 -07:00
Dick van den Brink
74dbb4df3c
Document Visual Studio 2015 support
...
Commit migrated from a079df7345
2015-07-05 07:56:22 -07:00
Matt Johnson
48c3d9f5ef
Fix broken link
...
Commit migrated from eeb98ef608
2015-07-02 15:25:53 -07:00
Justin Van Patten
4bdf27c192
Fix markdown so it renders correctly on GitHub
...
Commit migrated from 782c9bd39c
2015-07-01 21:13:06 -07:00
Kevin David
5e9acecee4
Fix broken coding style link in contributing.md
...
Commit migrated from dabc3b6fd2
2015-06-26 11:23:36 -04:00
Zlatko Knezevic
071cd4342d
Fixing some broken links in Dev guide
...
Commit migrated from 83ec1ab6fb
2015-06-23 17:43:45 -07:00
Zlatko Knezevic
3f2ac8ff38
Add folders to CoreFX Documentation
...
Align to the way CoreCLR is handling its Documentation folder in the
repo. Add folders. Changed README.md in root, Documentation as well as
CONTRIBUTING.md with new links.
Commit migrated from 06a5ba78cf
2015-06-23 16:48:06 -07:00
Jeremy Kuhne
6e74d99c81
Remove workaround for 1610 as it no longer repros.
...
Update docs.
Commit migrated from 8126b4365d
2015-06-22 23:46:30 -07:00
Jostein Kjønigsen
17d797b06f
Update build instructions to include FreeBSD.
...
Commit migrated from 3d3dd8b339
2015-06-18 21:47:06 +02:00
Rumesh Eranga
f77b6e3bd1
Corrected links for Instructions
...
Commit migrated from 6223572878
2015-06-16 23:06:51 +05:30
Zlatko Knezevic
791f8cfa64
Fix the ECMA standard link
...
On README.md, the intro to .NET Core had a wrong link.
Missing the directory portion.
Commit migrated from cc1c0634a2
2015-06-15 10:12:29 -07:00
Hadi Brais
baa73b1279
Adding Table of Contents to clr-code-guide.md
...
Adding Table of Contents to clr-code-guide.md, fixing some typos and formatting issues.
Commit migrated from 084b3399ea
2015-06-15 13:12:58 +05:30
Tom Van Looy
88d04fe51a
Fix typo
...
Commit migrated from 8ccd88de10
2015-06-13 08:13:09 +02:00
Zlatko Knezevic
261154e791
Fixing for comments in dotnet/coreclr#1114
...
Commit migrated from 09ad260f28
2015-06-10 09:50:37 -07:00
Zlatko Knezevic
a10f85f3b6
Add subfolders to Documentation folder
...
As raised in dotnet/coreclr#1075 by @akoeplinger, the Documentation folder's file
list forces the user to scroll way down to see the README.md. This
PR fixes that by storing the documents in separate sub-folders one
per hierarchy of related documents. Also changed
Documentation\README.md and root README.md to take into account
the new paths.
Commit migrated from 8d3936bff7
2015-06-10 09:50:32 -07:00
Rich Lander
3ed00e8fd6
Merge pull request dotnet/coreclr#1046 from thefoojoo/master
...
Added VS2013 "Update 3 or later" requirement to windows-instructions.md
Commit migrated from 095adeaaba
2015-06-09 20:00:54 -07:00
Peter Jas
02857f4217
build,freebsd: Adds freebsdmscorlib to build.cmd.
...
Commit migrated from 0670a50513
2015-06-07 18:53:55 +00:00
Jan Kotas
7d4895a940
Merge pull request dotnet/coreclr#1101 from bgribaudo/bgribaudo-raw-instruction-updates
...
Revising raw demo instructions
Commit migrated from 4b21be4051
2015-06-04 18:57:55 -07:00
Ben Gribaudo
c5a671567d
Revising raw demo instructions
...
* Revised package version to reflect versions currently available from the MyGet (most versions listed were no longer available).
* Fixed command line `for...` statement so that it works with paths containing spaces and doesn't accidentally copy reference assemblies.
* Added NETCore.Runtime.ApiSets-x64 package and copying instructions so that the tutorial works for Windows 7 users.
* Minor edits, including formatting adjustments and a spelling fix.
Commit migrated from 5466a863b6
2015-06-04 18:16:02 -05:00
Bruce Forstall
0071e24272
Update some paths, fix typos
...
Commit migrated from 3c00fe20ca
2015-06-03 16:26:10 -07:00
Bruce Forstall
01f9acfd0e
Rename JIT coding conventions doc to lower case and match other docs naming convention
...
Fixes bad link from README.md.
Commit migrated from f2895fd5ff
2015-06-03 16:02:40 -07:00
Rich Lander
624b7cfe50
Merge pull request dotnet/corefx#1868 from dotnet/richlander-patch-1
...
Add link to example report
Commit migrated from 41e2030111
2015-06-02 22:12:42 -07:00
Richard Lander
2324c4a04a
Convert wiki to docs
...
Commit migrated from 068c2c5f10
2015-06-02 21:11:33 -07:00
Richard Lander
7c71600324
Re-work wiki as Repo docs
...
Commit migrated from 01cf43dfe6
2015-06-01 21:40:54 -07:00
Rich Lander
65c7820029
Add link to example report
...
Commit migrated from 101fb92422
2015-05-28 20:27:45 -07:00
Spencer Stephens
3ba95f29c4
Added VS2013 "Update 3 or later" requirement to windows-instructions.md
...
Commit migrated from 9214b29cfc
2015-05-23 15:03:31 -07:00
Jostein Kjønigsen
b9eada87c9
CoreClr: Make tests run on FreeBSD and document how to run them.
...
Not all platforms have bash in /bin/.
Documentation added to the general FreeBSD build-instructions.
Commit migrated from dcdc978851
2015-05-22 05:13:23 +10:00
John Chen (JOCHEN7)
946880f4db
Clarify that the final mscorlib.dll is in bin\Product
...
Commit migrated from 2ec6b94f7e
2015-05-20 09:30:56 -07:00
Jan Vorlicek
38bd6fae76
Add ReadyToRun term to the glossary
...
Commit migrated from 15b5fae443
2015-05-20 16:44:23 +02:00
Bruce Forstall
7d77edc12b
Add JIT Coding Conventions document in markdown format
...
Commit migrated from 0d8da10621
2015-05-19 16:14:36 -07:00
Andrey Akinshin
38d7d99036
Documentation/ryujit-overview.md: small improvements
...
Commit migrated from 4cdff87432
2015-05-13 00:06:40 +03:00
Anders Jensen-Waud
da405f82c6
Updated FreeBSD installation instructions with LLDB steps
...
Included build instructions for FreeBSD on how to
manually build and install LLDB on FreeBSD STABLE
Included FreeBSD LLDB install script
Fixed spacing issues
Fixed installation formatting
Commit migrated from 058aabfce5
2015-05-08 09:16:52 +10:00
Eddie Hedges
50657d0a49
Updated Garbage Collector design document URL
...
Commit migrated from 3fce00cd4a
2015-05-07 15:51:54 -05:00
Mili (Yi) Zhang
4847588be7
Add generated document for configurations and the docgen script.
...
Commit migrated from 0d71d061bf
2015-05-06 02:09:47 -04:00
Andrey Akinshin
35b96a341f
Fix typos in Documentation/ryujit-overview.md
...
Commit migrated from f423b2de2a
2015-05-04 15:17:06 +03:00
Tony Narlock
805d18a42a
Documentation: Inline source should use single backticks in markdown.
...
Commit migrated from 554d219590
2015-05-01 11:19:53 -05:00