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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-11
Port of all JIT changes for .NET Framework 4.6.1 changes
Brian Sullivan
103
-6840
/
+15599
2015-12-11
Fix desktop build of ilasm
Bruce Forstall
1
-2
/
+1
2015-12-11
Merge pull request #2303 from kyulee1/ilasm
Jan Vorlicek
26
-107
/
+281
2015-12-11
Enable ILASM for *nix
Kyungwoo Lee
26
-107
/
+281
2015-12-10
Fix race condition in DateTimeOffsetPattern
Christopher Currens
1
-3
/
+5
2015-12-10
Merge pull request #2293 from stephentoub/tickcount_perf
Stephen Toub
3
-3
/
+23
2015-12-10
Use CLOCK_MONOTONIC_COARSE in GetTickCount64
Stephen Toub
3
-3
/
+23
2015-12-10
Merge pull request #2292 from janvorli/fix-exception-handling-by-cpp
Jan Vorlicek
1
-3
/
+1
2015-12-10
Merge pull request #2281 from kyulee1/ilasm
Jan Kotas
14
-47
/
+5113
2015-12-10
Merge pull request #2196 from eerhardt/CompareOptions2
Eric Erhardt
1
-28
/
+273
2015-12-10
Fix C++ exception handling when coreclr is loaded before C++ runtime
Jan Vorlicek
1
-3
/
+1
2015-12-09
Merge pull request #2282 from mikem8361/sosdbifix
Mike McLaughlin
6
-5
/
+48
2015-12-09
Enable ILASM for Windows
Kyungwoo Lee
14
-47
/
+5113
2015-12-09
Disable h/w exceptions for coreclr (non-DAC) builds.
Mike McLaughlin
6
-5
/
+48
2015-12-09
Fixing collation for the following scenarios:
Eric Erhardt
1
-29
/
+56
2015-12-09
Merge pull request #2277 from kouvel/FinalizerDeadlockUndo
Stephen Toub
1
-6
/
+0
2015-12-08
Merge pull request #2228 from mikem8361/dbi
Mike McLaughlin
9
-113
/
+145
2015-12-08
Revert "Disable suspend on shutdown during shutdown finalization"
Koundinya Veluri
1
-6
/
+0
2015-12-08
Fix build breaks after GC update
Jan Kotas
2
-21
/
+52
2015-12-08
Update GC from CoreRT
Jan Kotas
7
-99
/
+59
2015-12-08
Use dbi's path to load dac and add RPATH to make files.
Mike McLaughlin
9
-113
/
+145
2015-12-08
Merge pull request #2267 from dotnet-bot/from-tfs
Jan Kotas
45
-0
/
+22812
2015-12-08
Merge pull request #2207 from kouvel/FinalizerTimeout
Jan Kotas
1
-0
/
+6
2015-12-08
Disable suspend on shutdown during shutdown finalization
Koundinya Veluri
1
-0
/
+6
2015-12-08
Open sourcing ILASM
dotnet-bot
45
-0
/
+22812
2015-12-07
Add new IPC message for out of context unwinding used for HelperMethodFrames.
Mike McLaughlin
6
-17
/
+95
2015-12-07
Merge pull request #2241 from kyulee1/ildasm3
Jan Vorlicek
18
-102
/
+368
2015-12-07
Address PR feedback.
Eric Erhardt
1
-21
/
+28
2015-12-07
Ensure the collator map is thread safe on SortHandle.
Eric Erhardt
1
-0
/
+9
2015-12-07
Adding support for String CompareOptions IgnoreKanaType and IgnoreWidth on Unix.
Eric Erhardt
1
-3
/
+160
2015-12-07
Adding support for String CompareOptions IgnoreNonSpace and IgnoreSymbols.
Eric Erhardt
1
-5
/
+33
2015-12-07
Convert SortHandle to use a std::map to cache UCollators per option that is p...
Eric Erhardt
1
-19
/
+36
2015-12-07
Enable ildasm for *nix
Kyungwoo Lee
18
-102
/
+368
2015-12-05
Remove usage of getcontext
Ben Pye
3
-50
/
+10
2015-12-06
Merge pull request #2247 from mikedn/safeseh
Jan Kotas
6
-46
/
+28
2015-12-06
Enable SAFESEH in the Windows x86 build
Mike Danes
6
-46
/
+28
2015-12-04
Update GC from CoreRT
Jan Kotas
6
-76
/
+86
2015-12-04
Merge pull request #2195 from wtgodbe/getcpu
William Godbe
4
-2
/
+39
2015-12-04
Merge pull request #2198 from brianrob/xplateventlogger
Brian Robbins
1
-0
/
+4
2015-12-04
Implemented GetCurrentProcessorNumber and HasGetCurrentProcessorNumber
William Godbe
4
-2
/
+39
2015-12-04
Merge pull request #2227 from kyulee1/rc
Jan Vorlicek
17
-135
/
+179
2015-12-03
Merge pull request #2219 from kouvel/ConcurrentGc
Jan Kotas
2
-10
/
+22
2015-12-03
Refactoring resource string
Kyungwoo Lee
17
-135
/
+179
2015-12-03
Merge pull request #2204 from kyulee1/unixcom
Jan Kotas
5
-9
/
+19
2015-12-03
Merge pull request #2226 from jkotas/gc-update
Jan Kotas
6
-85
/
+114
2015-12-03
Update GC from CoreRT
Jan Kotas
6
-85
/
+114
2015-12-03
Merge pull request #2210 from stephentoub/semaphore_in_mscorlib
Jan Kotas
5
-1
/
+217
2015-12-03
Lib unixcoreruncommon
Kyungwoo Lee
5
-9
/
+19
2015-12-02
Merge pull request #2205 from sergiy-k/executablememory
Sergiy Kuryata
6
-32
/
+350
2015-12-02
Fix perf issue when concurrent GC is enabled by default
Koundinya Veluri
2
-10
/
+22
[next]