1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 10:00:57 +09:00
Commit graph

135 commits

Author SHA1 Message Date
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
Richard Lander
7c71600324 Re-work wiki as Repo docs
Commit migrated from 01cf43dfe6
2015-06-01 21:40:54 -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
Tony Narlock
f4f9b28b4a FreeBSD instructions: clarify minimum version of Clang for CoreCLR and build.sh argument for FreeBSD 10.1-RELEASE systems
Commit migrated from 0b96bb0592
2015-05-01 07:57:54 -05:00
Aditya Mandaleeka
132f486e4c Merge pull request dotnet/coreclr#881 from adityamandaleeka/update-mac-instructions
Update OS X instructions to mention XCode 6.3 issue

Commit migrated from e4d02451ab
2015-04-30 11:06:26 -07:00
Rich Lander
c27ee95221 Merge pull request dotnet/coreclr#880 from dendory/patch-1
Fixing weird markdown parsing bug

Commit migrated from 39c5df949f
2015-04-29 23:24:06 -07:00
Jan Kotas
94619a798b Merge pull request dotnet/coreclr#879 from brandonbloom/patch-1
Fix build output directory name in osx build instructions

Commit migrated from 5e0977be10
2015-04-29 23:17:00 -07:00
Daniel Qiu
207796367e fix a simple typo for get-dotnetcore-dnx-osx.md
Commit migrated from 5908ea0ece
2015-04-30 13:44:13 +08:00
Aditya Mandaleeka
90b93e7586 Update OS X instructions to mention XCode 6.3 issue
Update the OS X CoreCLR instructions to mention that XCode 6.3 introduced
an issue that breaks the build, and that developers with the 6.3 version
of the tools should update to 6.3.1 or higher.


Commit migrated from 0372f6b901
2015-04-29 19:17:38 -07:00
Patrick Lambert
e48f37753f Fixing weird markdown parsing bug
Commit migrated from e35b109aa1
2015-04-29 22:16:08 -04:00
Brandon Bloom
7d5fad51a7 Fix build output dir name in OSX instructions.
Commit migrated from 10950226cd
2015-04-29 18:04:54 -07:00
Scott Harwell
fd22ab9a81 Update get-dotnetcore-dnx-linux.md
Correct typo in `dnvm list` command.

Commit migrated from ba1e8d655a
2015-04-29 17:33:31 -04:00
Rich Lander
2c957b6af0 Merge pull request dotnet/coreclr#870 from richlander/rich-instructions
Update .NET Core DNX SDK acquisition instructions

Commit migrated from 198c007bca
2015-04-29 14:20:07 -07:00
Richard Lander
efddad4ce6 Add DNX instructions for OS X and Linux
Commit migrated from a3d94900a3
2015-04-29 14:19:22 -07:00
Jan Kotas
54011faf4b Merge pull request dotnet/coreclr#867 from dotnet/richlander-patch-3
Update README.md

Commit migrated from 0ed365a06e
2015-04-29 12:04:10 -07:00
Richard Lander
1bb672620f Update Windows binary acquisition instructions
Commit migrated from e58da6a91f
2015-04-29 11:49:08 -07:00
Andy Ayers
d9381e0759 Merge pull request dotnet/coreclr#843 from AndyAyersMS/JitTesting
Initial roadmap for JIT testing

Commit migrated from 476d60cf7b
2015-04-29 11:03:42 -07:00
Rich Lander
d5c7d08f90 Update README.md
- Add RyuJIT to the Documentation readme.

Commit migrated from c89f458f1c
2015-04-29 08:16:16 -07:00
Carol Eidt
4c882a1c2a Merge pull request dotnet/coreclr#845 from CarolEidt/RyuJITOverview
Ryu jit overview

Commit migrated from d1473d9abd
2015-04-28 16:00:07 -07:00
Jan Kotas
f1c91d4ea8 Merge pull request dotnet/coreclr#857 from chribben/patch-1
Update linux-instructions.md

Commit migrated from 91eb5273b2
2015-04-28 15:19:38 -07:00
Jeremy Kuhne
9ddaa24634 Update CoreFx build instructions.
Commit migrated from 13970d27de
2015-04-28 14:19:55 -07:00
Christian Jacobsen
0729fc9d4e Update linux-instructions.md
Substituted Unix with Linux in paths

Commit migrated from 8ab7d037b3
2015-04-28 21:45:47 +02:00
Carol Eidt
615ef35b60 Add RyuJIT Overview to documentation
Updated the overview doc, translated to markdown, and fixed
the link in compiler.cpp.

Fix dotnet/coreclr#636


Commit migrated from c99483fd92
2015-04-28 10:55:47 -07:00
Andy Ayers
369749495e Fixes based on review feedback.
Added some missing newlines, got rid of a few special characters, and fixed up some bad grammar.


Commit migrated from acbcc21f09
2015-04-28 10:28:48 -07:00
Rich Lander
11ff23b150 Update README.md
- Fix custom DNX link.

Commit migrated from 402b95d4a9
2015-04-28 09:32:16 -07:00
Jan Kotas
a972276a59 Merge pull request dotnet/coreclr#849 from josteink/freebsd-buildinstructions
FreeBSD build-instructions: Remove unneeded Linux-reference.

Commit migrated from b5f0749f9e
2015-04-27 23:02:01 -07:00
Jostein Kjønigsen
7945625dfc FreeBSD build-instructions: Remove unneeded Linux-reference.
Commit migrated from 1342e0321a
2015-04-28 15:17:49 +10:00
Andy Ayers
092fead39e Initial roadmap for JIT testing
First draft of a document describing testing needed for JIT development. Comments welcome.


Commit migrated from 19d378fa97
2015-04-27 16:27:06 -07:00
Jan Kotas
45fa5e80c8 Merge pull request dotnet/coreclr#840 from josteink/freebsd-buildinstructions
Updated FreeBSD build-instructions.

Commit migrated from 31b95189d6
2015-04-27 12:42:11 -07:00
Jostein Kjønigsen
9075c0f050 Updated FreeBSD build-instructions.
These instructions includes the new FreeBSD-specific changes introduced in
https://github.com/dotnet/corefxlab/pull/82


Commit migrated from 6d46cb7531
2015-04-28 04:56:43 +10:00
taylorjonl
aa2ad18d41 Updated paths that contained Unix to Linux
Commit migrated from 33216672f3
2015-04-27 09:31:55 -06:00
Rich Lander
1e3fb7c01f Update windows-instructions.md
- Added reference to issue dotnet/coreclr#30 so that people can "watch at home" on this issue.

Commit migrated from f185bf3ad3
2015-04-26 15:26:40 -07:00
Rich Lander
51a8f542da Merge pull request dotnet/coreclr#809 from richlander/rich-getcoreclr
Add NuGet and DNVM links to readme

Commit migrated from 8a53f74af4
2015-04-25 16:00:23 -07:00
Richard Lander
d369b46b8c Fix typo
Commit migrated from d8e94fbef5
2015-04-24 23:53:14 -07:00