Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-23 | Improve Windows test build performance by building projects in groups | Jacek Blaszczynski | 1 | -11/+42 | |
2018-03-06 | Remove vs2015 build dependencies | jashook | 1 | -34/+5 | |
2017-11-26 | Fix Powershell error (#15217) | Bruce Forstall | 1 | -2/+2 | |
2017-11-22 | Fix all powershell invocations in scripts, CI code and tests to include ↵ | Jacek Blaszczynski | 1 | -2/+2 | |
-NoProfile (#15164) Code execution in several scripts and tests can be affected by powershell profile execution at startup. Adding -NoProfile option to all powershell invocations which may be affected by execution of profile startup code. | |||||
2017-10-30 | Merge pull request #14712 from BruceForstall/VS2017Arm64 | Bruce Forstall | 1 | -7/+9 | |
Allow building arm64 using VS2017 tools | |||||
2017-10-27 | Address code review feedback | Jacek Blaszczynski | 1 | -4/+2 | |
2017-10-26 | Allow building arm64 using VS2017 tools | Bruce Forstall | 1 | -7/+9 | |
VS2017 now includes ARM64 compilers. Change the build scripts so that the normal VC tools path is used for the builds for ARM64. However, if -toolset_dir is passed, then use the specified tools, as before. | |||||
2017-10-24 | Cleanup VsDevCmd.bat usage and improve build system messages to ease diagnostics | Jacek Blaszczynski | 1 | -8/+11 | |
2017-10-03 | Update Buildtools and Roslyn (#14228) | Jose Perez Rodriguez | 1 | -0/+17 | |
* Update Buildtools and Roslyn * Fixing importing of the roslyn files on msbuild 14.0 * Correctly looking for the latest VS Installation | |||||
2017-08-30 | Remove -sequential build-flag (#13658) | Omair Majid | 1 | -2/+0 | |
The flag is not implemented anywhere and is completely ignored. Remove it form various help notices too. Fixes #12035 | |||||
2017-08-25 | Scope environment variable setting | Bruce Forstall | 1 | -17/+26 | |
The product and test build scripts invoke Visual Studio environment setting scripts several times during the build process. If doing a full cross architecture build including test build, it's as many as five times. These environment changes are cumulative. For the PATH variable, in particular, they can lead to a failure by exceeding the variable length limit. This seems to have been exacerbated by VS2017, which has very long paths, and for which many things are added to the PATH. Fix this by adding "setlocal" / "endlocal" around various sections of the scripts, so that the multiple calls to the environment script are not cumulative. (There is still some cumulative environment setting, as build.cmd calls VsDevCmd.bat, then if tests are being built, calls build-test.cmd, which also calls VsDevCmd.bat, and then possibly in addition calls vcvarsall.bat.) In addition, I simplified the code that sets up the msbuild logging parameters, so it is more readable, regular, and doesn't have so much repeated text. | |||||
2017-08-11 | Fix bug where whitespace breaks arg proccessing (#13320) | Victor "Nate" Graf | 1 | -2/+5 | |
* Fix bug where whitespace breaks arg proccessing * Fix whitespace proccessing bug in buil-text.cmd | |||||
2017-07-06 | Merge pull request #12053 from mikedn/xcopy-bindir | Bruce Forstall | 1 | -1/+1 | |
Do not copy bin subdirectories to test core_root | |||||
2017-06-13 | Do not copy bin subdirectories to test core_root | Mike Danes | 1 | -1/+1 | |
2017-06-05 | Explicitly download correct version of CoreDisTools package | wtgodbe | 1 | -0/+8 | |
2017-05-16 | Update Coreclr to 2.0.0 buildtools | wtgodbe | 1 | -19/+2 | |
2017-05-04 | Rename all xxx.ni.dll's to xxx.dll for Helix Crossgen runs | wtgodbe | 1 | -1/+5 | |
2017-04-26 | Merge pull request #11178 from sbomer/ilrt_factoring | Sven Boemer | 1 | -1/+0 | |
Refactor ildasm round trip logic | |||||
2017-04-26 | Exit on failure of HelixPrep.proj | wtgodbe | 1 | -0/+7 | |
2017-04-26 | Refactor ildasm round trip logic | Sven Boemer | 1 | -1/+0 | |
This change factors the Ildasm round trip logic so that it should not require a separate test build. The ildasmroundtrip flag is no longer passed to build-test.cmd; instead the wrapper scripts are always generated with a check for an environment variable that can be set from runtests. Also remove separate test build for ilrt in the ci scripts | |||||
2017-04-24 | Support other toolsets in Win/ARM64 build | Russ Keldorph | 1 | -1/+6 | |
2017-04-18 | Enable running Crossgen tests on Windows in Helix | wtgodbe | 1 | -4/+53 | |
2017-04-17 | Fix error caused by passing -TargetsWindows at end of Command Line (#11031) | William Godbe | 1 | -2/+2 | |
2017-04-12 | Enable building Core_Root for any RID against packages | wtgodbe | 1 | -20/+37 | |
2017-04-06 | remove fedora 23 (#10725) | Dan Moseley | 1 | -2/+2 | |
* remove fedora 23 * Fedora rename | |||||
2017-03-22 | Switch tests to use OSX.10.12 RID (#10394) | Gaurav Khanna | 1 | -1/+1 | |
2017-03-13 | Pick up new CoreFX packages and abandon old ones | wtgodbe | 1 | -1/+1 | |
2017-03-07 | Updating the various windows build scripts to have a comment explaining the ↵ | Tanner Gooding | 1 | -0/+14 | |
VS version selection logic. | |||||
2017-03-06 | Updating the build scripts to support VS2017. | Tanner Gooding | 1 | -6/+15 | |
2017-02-28 | Allow user to zip tests even when not building against packages | wtgodbe | 1 | -5/+7 | |
2017-02-16 | Remove all references to OpenSuse13.2 | wtgodbe | 1 | -1/+0 | |
2017-02-14 | Return exit code 0 for long-running/GCSimulator tests in Helix | wtgodbe | 1 | -1/+1 | |
2017-01-31 | Download native binaries into a folder named 'RID' | wtgodbe | 1 | -2/+2 | |
2017-01-25 | Fix build-test.cmd | Bruce Forstall | 1 | -1/+2 | |
Move set of __TestWorkingDir so it is available even when __BuildAgainstPackages is not defined. | |||||
2017-01-25 | Fix arg parsing for buildagainstpackages argument | wtgodbe | 1 | -1/+1 | |
2017-01-24 | Add support for running CoreCLR Tests in Helix | wtgodbe | 1 | -3/+64 | |
2017-01-19 | Fix an error in build-test.cmd (#8890) | Jonghyun Park | 1 | -8/+8 | |
* Fix an error in CMake Probe * Add double qutation around %__ProjectDir * Revert "Fix an error in CMake Probe" This reverts commit 78be1c0a2909d633023758fdebcc558bf07e3a4c. | |||||
2016-12-17 | Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build ↵ | Jan Kotas | 1 | -1/+1 | |
(#8673) Port of https://github.com/dotnet/corert/issues/2377 | |||||
2016-10-31 | Use normal verbosity logging when building tests (#7921) | Andy Ayers | 1 | -1/+1 | |
Test build log file is ~4GB with diag verbosity. With normal it's about 20MB. This seems to speed up the test build for me considerably. See #7916. | |||||
2016-10-17 | Build tests against packages & produce Core_Root for arbitrary OS | wtgodbe | 1 | -6/+70 | |
2016-10-07 | Standardize on _echo name (#7532) | Vance Morrison | 1 | -3/+3 | |
2016-08-25 | Enable Arm32 Test Build | Gaurav Khanna | 1 | -6/+5 | |
2016-08-10 | Re-enable creating Tests_Native* log files | Russ Keldorph | 1 | -2/+15 | |
Recently we seem to have lost the ability to generate Tests_Native logs. Currently, there are many build warnings that don't appear in any of the logs because the native test build output is going to the console only. The lines I'm adding are already duplicated other times in the same file, so they are a candidate for refactoring, but I'll leave that for others. | |||||
2016-08-03 | ARM64: Fix Build Test Break | Kyungwoo Lee | 1 | -7/+6 | |
2016-08-01 | Change processing of args in build scripts to keep =. | Lakshmi Priya Sekar | 1 | -14/+15 | |
2016-07-29 | Use run tool in coreclr dev workflow. | Lakshmi Priya Sekar | 1 | -0/+289 | |