Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-17Merge pull request #15174 from joperezr/CodeCoverageJose Perez Rodriguez
Fixing documentation for code coverage
2017-01-17Update cross-building.md to apply recent changesHyung-Kyu Choi
We changed name of ARM with softfp ABI from arm-softfp to armel. Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2017-01-14Fixing documentation for code coverageJose Perez Rodriguez
2017-01-13Insert missing wordWes Haggard
2017-01-12Update development docs to reflect new engineering changes (#15094)Wes Haggard
2017-01-10Update documentation to include how to configure buildsWes Haggard
Updates the documentation as well as config.json file with information on RuntimeOS and the different ways to configure BuildConfiguration. Cleans up InputOSGroup as it is no longer needed. Cleans up TargetOS and makes it scoped only to the test command line generation Add debugging information for TargetOS property for test runs.
2016-11-12Update unix-instructions.mdCristian Pop
Addressing feedback.
2016-11-12Update unix-instructions.mdCristian Pop
2016-11-01Add minimum RAM requirements to Unix instructions (#13186)Steve Desmond
Add minimum RAM requirements to Unix instructions
2016-10-22Update unix-instructions.mdDan Moseley
Add libicu57 for latest Ubuntu
2016-10-18Update unix-instructions.mdJeremy Barton
Merge in the OpenSSL installation instructions from coreclr, and restructure the document a bit to improve clarity.
2016-09-23Fix "Relase" typo, change msbuild sync command to "sync.cmd -t"chcosta
2016-09-21Add documentation for building tests against packages (#11913)chcosta
2016-08-01update documentationMariana Rios Flores
2016-07-27Change documentation to unify windows and non-windows instructions andMariana Rios Flores
reflect the usage of run.exe
2016-07-14docs: Added documentation for building for Linux EmulatorPrajwal A N
Adding documentation for building corefx for Linux ARM Emulator Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
2016-07-04Fix facade-code-coverage.bat for System.Private.CoreLib changes (#9831)Hugh Bellamy
2016-06-28Add instructions for running code coverage with locally built mscorlibHugh Bellamy
Fixes #8381
2016-06-09Use .builds for command line building instead of .slnPetr Onderka
2016-05-25Add ARM softfp cross build support (#8678)mkborg
2016-05-25Update tests to use NETCoreApp1.0 monikerEric St. John
Requires https://github.com/dotnet/buildtools/pull/751 This makes all the tests resolve using NETCoreApp1.0 instead of DNXCore50. I've removed the netstandard1.6 import since that is no longer needed. I've also removed the workarounds from tests that were targeting netcoreapp1.0 on their own. For restore compat I've added an DNXCore50 import to every test project. These can be removed once test-runtime packages are updated to target NETCoreApp1.0. I've updated all the test scripts which were assuming DNXCore50 as well as docs which referred to this path.
2016-05-25Adding versioning.md which contains documentation on how versioning is ↵Jose Perez Rodriguez
calculated. (#8734) Adding versioning.md which contains documentation on how versioning is calculated.
2016-05-17Merge pull request #8550 from ellismg/fix-8136Matt Ellis
Update Unix build instructions
2016-05-16Add gssapi to the list of libraries we shim overMatt Ellis
2016-05-16Fix a few typosStephen Toub
2016-05-16Some fixes to the build docs for WindowsJames Ko
2016-05-16Update Unix build instructionsMatt Ellis
- Drill into a little more detail about dependencies for both the native and managed builds (so folks who aren't running Ubuntu 14.04 but want to build the native components have an idea as to what sort of packages they might need). - Call out the additional components needed for the managed build (which can't be preformed everywhere today, because of the CLI dependency). - Add additional packages to the Ubuntu 14.04 "quick start" list. I found that some of these were not present in my clean Ubuntu 14.04 docker image by default. - Remove the low value "These instructions have been validated on" section. Managed code building didn't work on many of the platforms today, and the document now seperates the what from the how when it comes to pre-reqs. Fixes #8136
2016-05-05Fix typoMatt Ellis
2016-05-05Update run-test.sh documentationMatt Ellis
run-test.sh now needs the "packages" folder which is produced during restore of the Windows build.
2016-04-29Removed apt-get portions from the prereqs listThomas Stringer
2016-04-29Change prereq from clang 3.6 to 3.5 to prevent need to create symlinksThomas Stringer
2016-04-28Reworked prereqs and build stepsThomas Stringer
2016-04-28Fixed stylingThomas Stringer
2016-04-28Added aggregated dependency install commandThomas Stringer
2016-04-27Fixed requirements list for ubuntu buildThomas Stringer
2016-04-27Added documentation for ubuntu buildThomas Stringer
2016-04-25Add instructions for building 32 or 64 bit binaries on WindowsHugh Bellamy
2016-04-06Update Outerloop test instructionsIan Hays
2016-04-06Update Outerloop test instructionsIan Hays
2016-04-06Merge pull request #7523 from ellismg/run-testsStephen Toub
Remove "UnsupportedPlatforms" metadata
2016-04-06Remove UnsupportedPlatforms metadataMatt Ellis
2016-04-05Remove UnsupportedPlaforms from run-test.shMatt Ellis
Since #6572 was merged, we only build test projects for the platforms they test. This means the UnsupportedPlatforms metadata is no longer needed (instead using the .builds file to control when the project is built is the right thing to do). Leverage this in run-test.sh, we now simply loop over all the tests in the relevent folders under bin/tests, depending on the platform in question.
2016-04-05Update windows-instructions.md for Debug or ReleaseHugh Bellamy
2016-04-02Add cmake to the list of prereqsJames Ko
2016-03-28Remove a resolved known issue from Unix docsPeter Jas
2016-03-12Tweak cross-building docs slightlyStephen Toub
2016-03-12Fixed typo, incorrect expression, and wrong contentsGeunsik Lim
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
2016-03-12Documentation: cross build of corefx for armGeunsik Lim
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
2016-03-10Update windows-instructions.mdEric Mellino
We require VS 2015 Update 1 as of a few weeks ago, in order to update some portable MSBuild targets related to PCLs/NuGet.
2016-03-10Fix a few typosStephen Toub