summaryrefslogtreecommitdiff
path: root/build.cmd
AgeCommit message (Expand)AuthorFilesLines
2017-09-14PGI: Load pgort<ver>.dll from the VS native tools env; do not `install` it (#...Daniel Podder1-0/+25
2017-08-30Remove -sequential build-flag (#13658)Omair Majid1-2/+0
2017-08-25Scope environment variable settingBruce Forstall1-49/+103
2017-08-22Follow-up: Add enforce PGO to official builds (#13437)Victor "Nate" Graf1-4/+2
2017-08-15Use dashes for build options (#13353)Vance Morrison1-22/+64
2017-08-11Fix bug where whitespace breaks arg proccessing (#13320)Victor "Nate" Graf1-2/+5
2017-08-08Add build-time check to enforce PGO compilation for applicable DLL files (#13...Victor "Nate" Graf1-0/+15
2017-07-07Revert change that always publish runtime layout (#12679)Yi Zhang (CLR)1-10/+0
2017-07-05Automatic build runtime layout when skipping tests (#12587)Yi Zhang (CLR)1-1/+11
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-0/+1
2017-06-28Fix usage style.Pat Gavlin1-1/+1
2017-06-28Add a flag to build.{sh,cmd} to disable PGO.Pat Gavlin1-2/+7
2017-06-07Only restore optdata for release builds (#12136)Daniel Podder1-1/+1
2017-06-06Fix a bad merge for Windows standalone GC build (#12097)Sean Gillespie1-1/+1
2017-06-02Merge pull request #11699 from swgillespie/local-gc-branch-mergeSean Gillespie1-1/+7
2017-06-01Fix optdata restore functionality (#11935)Daniel Podder1-15/+14
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-1/+7
2017-05-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-6/+1
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin1-16/+1
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna1-3/+3
2017-04-24Support other toolsets in Win/ARM64 buildRuss Keldorph1-0/+5
2017-04-05Only build compatjit.dll when building JIT32.Pat Gavlin1-3/+7
2017-03-22Unify command line arg for portable RID build (#10408)Gaurav Khanna1-1/+1
2017-03-22Enable Portable Windows RID (#10365)Gaurav Khanna1-1/+7
2017-03-17Fix build.cmd "all" to work with pass-through args againBruce Forstall1-1/+5
2017-03-16Add IBC support to managed build (#10180)Daniel Podder1-7/+20
2017-03-16Delete mscorlib facade (#10157)Jan Kotas1-15/+0
2017-03-08Merge pull request #9956 from tannergooding/vs2017Tanner Gooding1-8/+30
2017-03-08Stop building x86 LEGACY_BACKENDBruce Forstall1-13/+0
2017-03-07Port Windows PGO support to master (#9985)Daniel Podder1-2/+33
2017-03-07Updating the various windows build scripts to have a comment explaining the V...Tanner Gooding1-0/+14
2017-03-06Updating the build scripts to support VS2017.Tanner Gooding1-8/+16
2017-02-21Have Crossgen Failures exit in a dedicated exit routinewtgodbe1-3/+6
2017-02-07Remove bclrewriter (#9351)Dan Moseley1-4/+7
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+1
2016-12-17Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build (...Jan Kotas1-1/+1
2016-11-23Make RyuJIT/x86 the default x86 JITBruce Forstall1-5/+19
2016-11-18Add CI job and build.cmd command for building with FEATURE_STANDALONE_GC (#8183)Sean Gillespie1-1/+3
2016-11-07Use the alt JIT for S.P.CoreLib if altjitcrossgen is specified.Pat Gavlin1-6/+6
2016-10-15Few more fixes for WinArm32 CI build.Gaurav Khanna1-2/+2
2016-10-14Explicitly specify the Windows SDK version for CMake.Gaurav Khanna1-2/+9
2016-10-13Added Docs for Using Visual Studio to Edit and Debug in CoreCLR Repo (#7582)Vance Morrison1-1/+2
2016-10-07Standardize on _echo name (#7532)Vance Morrison1-5/+5
2016-10-04Merge pull request #7481 from pgavlin/RyuJITCrossgenPat Gavlin1-1/+15
2016-10-04Add an option to crossgen S.P.CoreLib using the alt jit.Pat Gavlin1-1/+15
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-2/+7
2016-09-22Generate CrossGen Pdbs as part of bulid (#7298)Vance Morrison1-1/+17
2016-08-24Merge pull request #6883 from gkhanna79/WinArm32Gaurav Khanna1-4/+14
2016-08-24Update build to optionally configure with nmakeMichelle McDaniel1-0/+2
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-4/+14