index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-20
Enable EventPipe across Unix and Windows (#14772)
Victor "Nate" Graf
1
-9
/
+43
2017-12-13
Get rid of old -altjitcrossgen argument now that CI has been updated
Bruce Forstall
1
-3
/
+0
2017-12-12
Make RyuJIT/arm32 the default arm32 JIT
Bruce Forstall
1
-7
/
+10
2017-11-13
Enable RyuJIT/arm32 crossgen compilation of S.P.C.dll
Bruce Forstall
1
-6
/
+22
2017-11-09
Fix build break when VS2015 is not installed. (#14948)
Vance Morrison
1
-0
/
+17
2017-11-04
[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...
Jacek Blaszczynski
1
-5
/
+5
2017-11-01
Fix handling of `-priority=N` argument in build.cmd
Bruce Forstall
1
-0
/
+18
2017-10-30
Pass overridden packages directory to CMake
Wes Haggard
1
-1
/
+2
2017-10-30
Merge pull request #14712 from BruceForstall/VS2017Arm64
Bruce Forstall
1
-6
/
+12
2017-10-27
Merge pull request #14515 from 4creators/master
Wes Haggard
1
-17
/
+20
2017-10-27
[Local GC] Implement loader protocol for a standalone GC (#14663)
Sean Gillespie
1
-16
/
+1
2017-10-26
Allow building arm64 using VS2017 tools
Bruce Forstall
1
-6
/
+12
2017-10-24
Cleanup VsDevCmd.bat usage and improve build system messages to ease diagnostics
Jacek Blaszczynski
1
-17
/
+17
2017-10-17
Merge branch 'master' of https://github.com/dotnet/coreclr
Jacek Blaszczynski
1
-4
/
+14
2017-10-16
Optimize native build of coreclr repo - 3x less memory , 11% build time impro...
Jacek Blaszczynski
1
-3
/
+13
2017-10-16
Fix Windows arm target cross build: detect prerelease VS2017, stay in repo root
Jacek Blaszczynski
1
-3
/
+6
2017-10-12
Allow not to build SOS.NETCore.dll (#14404)
Jonghyun Park
1
-10
/
+15
2017-10-03
Update Buildtools and Roslyn (#14228)
Jose Perez Rodriguez
1
-0
/
+18
2017-09-18
Correct typos in reporoot/build.cmd
Jacek Blaszczynski
1
-9
/
+9
2017-09-14
PGI: Load pgort<ver>.dll from the VS native tools env; do not `install` it (#...
Daniel Podder
1
-0
/
+25
2017-08-30
Remove -sequential build-flag (#13658)
Omair Majid
1
-2
/
+0
2017-08-25
Scope environment variable setting
Bruce Forstall
1
-49
/
+103
2017-08-22
Follow-up: Add enforce PGO to official builds (#13437)
Victor "Nate" Graf
1
-4
/
+2
2017-08-15
Use dashes for build options (#13353)
Vance Morrison
1
-22
/
+64
2017-08-11
Fix bug where whitespace breaks arg proccessing (#13320)
Victor "Nate" Graf
1
-2
/
+5
2017-08-08
Add build-time check to enforce PGO compilation for applicable DLL files (#13...
Victor "Nate" Graf
1
-0
/
+15
2017-07-07
Revert change that always publish runtime layout (#12679)
Yi Zhang (CLR)
1
-10
/
+0
2017-07-05
Automatic build runtime layout when skipping tests (#12587)
Yi Zhang (CLR)
1
-1
/
+11
2017-06-29
Implement a /verbose flag to show the verbose output from crossgen
Brian Sullivan
1
-0
/
+1
2017-06-28
Fix usage style.
Pat Gavlin
1
-1
/
+1
2017-06-28
Add a flag to build.{sh,cmd} to disable PGO.
Pat Gavlin
1
-2
/
+7
2017-06-07
Only restore optdata for release builds (#12136)
Daniel Podder
1
-1
/
+1
2017-06-06
Fix a bad merge for Windows standalone GC build (#12097)
Sean Gillespie
1
-1
/
+1
2017-06-02
Merge pull request #11699 from swgillespie/local-gc-branch-merge
Sean Gillespie
1
-1
/
+7
2017-06-01
Fix optdata restore functionality (#11935)
Daniel Podder
1
-15
/
+14
2017-06-01
[Local GC] Scaffolding for loading a standalone GC (#11242)
Sean Gillespie
1
-1
/
+7
2017-05-31
Default to portable build in dev and official builds (#11985)
Gaurav Khanna
1
-6
/
+1
2017-04-27
Remove support for the x86 compat JIT from .NET Core.
Pat Gavlin
1
-16
/
+1
2017-04-27
[WIP] Enable binding to CoreLib as NI image (#11040)
Gaurav Khanna
1
-3
/
+3
2017-04-24
Support other toolsets in Win/ARM64 build
Russ Keldorph
1
-0
/
+5
2017-04-05
Only build compatjit.dll when building JIT32.
Pat Gavlin
1
-3
/
+7
2017-03-22
Unify command line arg for portable RID build (#10408)
Gaurav Khanna
1
-1
/
+1
2017-03-22
Enable Portable Windows RID (#10365)
Gaurav Khanna
1
-1
/
+7
2017-03-17
Fix build.cmd "all" to work with pass-through args again
Bruce Forstall
1
-1
/
+5
2017-03-16
Add IBC support to managed build (#10180)
Daniel Podder
1
-7
/
+20
2017-03-16
Delete mscorlib facade (#10157)
Jan Kotas
1
-15
/
+0
2017-03-08
Merge pull request #9956 from tannergooding/vs2017
Tanner Gooding
1
-8
/
+30
2017-03-08
Stop building x86 LEGACY_BACKEND
Bruce Forstall
1
-13
/
+0
2017-03-07
Port Windows PGO support to master (#9985)
Daniel Podder
1
-2
/
+33
2017-03-07
Updating the various windows build scripts to have a comment explaining the V...
Tanner Gooding
1
-0
/
+14
[next]