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
/
src
/
binder
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
Fix crossgen /createpdb when input filename is given without path (#5045)
John Chen
1
-3
/
+9
2016-05-17
Revert "Enable overriding assemblies from TPA"
Gaurav Khanna
4
-31
/
+41
2016-05-16
Initial change to support System.Private.CoreLib.dll as Core Library.
Gaurav Khanna
2
-14
/
+15
2016-05-15
Enable overriding assemblies from TPA
Gaurav Khanna
4
-41
/
+31
2016-04-29
Add query handling of ICLRPrivResource for Assembly::CLRPrivResourceAssembly ...
shion
1
-0
/
+6
2016-03-22
Delete legacy netcf compat support (part 2)
Jan Kotas
5
-365
/
+24
2016-03-21
Delete legacy netcf compat support (part 1)
Jan Kotas
2
-16
/
+1
2016-03-09
Delete dead code
Jan Kotas
7
-29
/
+29
2016-02-29
Support long paths in CoreCLR runtime on Windows
John Chen (JOCHEN7)
2
-7
/
+10
2016-01-27
Update license headers
dotnet-bot
61
-244
/
+183
2016-01-26
Remove Invalid assert
Gaurav Khanna
1
-2
/
+0
2016-01-25
Ensure TPA Binder initialized Managed ALC field to NULL
Gaurav Khanna (CLR)
1
-0
/
+1
2016-01-21
Merge pull request #2772 from ramarag/fixincrementabuild
Jan Kotas
2
-2
/
+2
2016-01-21
FIx the incremental build for Windows
Jan Vorlicek
2
-2
/
+2
2016-01-21
Add support for AssemblyResolution when an assembly is not found in a given L...
Gaurav Khanna (CLR)
5
-13
/
+43
2016-01-12
Fix arm specific build break pertaining to AssemblyLoadContext changes.
Gaurav Khanna
2
-3
/
+6
2016-01-12
Add support Load assemblies from explicit path/streams into default load context
Gaurav Khanna (CLR)
2
-0
/
+91
2016-01-10
Use ARCH_SOURCES_DIR consistently
Mike Danes
1
-12
/
+1
2015-12-13
Remove unnecessary files from build and disable LNK4221
Mike Danes
2
-4
/
+12
2015-11-11
Fix a couple of issues involving assembly loading
Koundinya Veluri
6
-11
/
+36
2015-10-07
correct word spelling
あまみや ゆうこ
2
-2
/
+2
2015-09-30
Merge pull request #1651 from kouvel/TpaPktFix
Koundinya Veluri
3
-13
/
+5
2015-09-30
Remove the need for the PKT to match when binding to an assembly on the TPA list
Koundinya Veluri
3
-13
/
+5
2015-09-25
Use PathString type to allocate large path strings on linux scenario.
Lakshmi Priya Sekar
5
-53
/
+8
2015-09-21
Use SString type for path allocations in binder.
Lakshmi Priya Sekar
3
-8
/
+18
2015-09-09
Allow loading assemblies on the TPA list without specifying a version
Koundinya Veluri
2
-40
/
+11
2015-08-25
Replace MAX_PATH with new defines.
Lakshmi Priya Sekar
3
-4
/
+4
2015-08-24
Run code under long paths on Unix
Jeremy Kuhne
2
-5
/
+5
2015-08-04
Enable the Windows x86 build
Mike Danes
1
-1
/
+3
2015-07-27
[aarch64] Initial aarch64/linux bring up
Geoff Norton
1
-1
/
+3
2015-07-24
Add ARM target for CoreCLR on Linux.
Ben Pye
1
-1
/
+7
2015-05-26
Fix the virtual destructor warning
Jan Vorlicek
1
-1
/
+1
2015-04-29
Fix warnings introduced by crossgen
John Chen (CLR)
1
-0
/
+2
2015-04-28
Build crossgen for Linux
John Chen (JOCHEN7)
1
-3
/
+1
2015-04-20
Enable build crossgen.exe from build.cmd.
John Chen
3
-4
/
+17
2015-04-01
Fix next round of warning types
Jan Vorlicek
4
-159
/
+5
2015-02-04
Fixed typos
Pascal Borreli
1
-3
/
+3
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
70
-0
/
+14593