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
/
utilcode
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-11
Update assertion failure message
Jan Kotas
1
-3
/
+4
2015-05-07
Changes for building using VS2015
Jan Kotas
1
-0
/
+1
2015-05-06
Hide the visibility of the C++ operators by default.
Geoff Norton
1
-1
/
+18
2015-05-01
Fix loading mscorlib.ni.dll on Linux
John Chen (CLR)
1
-33
/
+37
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
2
-0
/
+11
2015-04-14
Rename "CoreClrPal" to "coreclrpal"
Matt Ellis
2
-2
/
+2
2015-04-07
Improve comments and fix Realloc in executable debugger heap
Eugene Zemtsov
1
-2
/
+2
2015-04-02
Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...
Eugene Zemtsov
1
-1
/
+1
2015-04-01
Fix next round of warning types
Jan Vorlicek
4
-10
/
+14
2015-03-26
Make it possible to write stress log from a module that doesn't have statical...
Eugene Zemtsov
1
-1
/
+1
2015-03-26
Fix about 12 kinds of warnings over the codebase
Jan Vorlicek
6
-11
/
+11
2015-03-25
Merge pull request #543 from janvorli/native-resources
Jan Vorlicek
1
-2
/
+29
2015-03-25
Propagate bindtextdomain status to the caller
Jan Vorlicek
1
-1
/
+5
2015-03-24
Add native resources compilation on Linux
Jan Vorlicek
1
-2
/
+25
2015-03-22
Make stresslog work for libraries other than CoreClr (I need it for DBI)
Eugene Zemtsov
1
-1
/
+1
2015-03-17
Fix some of the issues found by Viva64 static analyser
Jan Kotas
1
-102
/
+0
2015-03-12
Merge pull request #436 from janvorli/resource-loading-workaround
Jan Vorlicek
1
-1
/
+12
2015-03-12
Workaround native resource string loading temporarily
Jan Vorlicek
1
-1
/
+12
2015-03-10
Fix error handling in REGUTIL::EnvGetString
Jan Kotas
1
-14
/
+27
2015-03-08
Make assertion failures to break into debugger
Jan Kotas
1
-18
/
+19
2015-03-03
Pipe based communication between debugee and managed debugger on Linux
Eugene Zemtsov
3
-54
/
+62
2015-02-15
More DAC build fixes. Always enable SELF_NO_HOST defined.
Mike McLaughlin
2
-2
/
+15
2015-02-12
Merge branch 'master' into soscommand1
mikem8361
1
-7
/
+2
2015-02-12
These changes are the beginning of the SOS for coreclr under lldb. It isn't f...
mikem8361
1
-1
/
+1
2015-02-10
Properly check return value of OpenProcessToken()
Maks Naumov
1
-7
/
+2
2015-02-09
Fix build break with minimal Windows OS CRT
Jan Kotas
1
-0
/
+5
2015-02-08
Merge pull request #138 from kangaroo/va_list_safety
Sergiy Kuryata
3
-14
/
+34
2015-02-08
precompile common headers to reduce build time for win builds. With this buil...
Rahul Kumar
5
-2
/
+8
2015-02-08
Minor code structure refactoring as requested by @jkotas in PR #138
Geoff Norton
1
-5
/
+4
2015-02-08
Merge remote-tracking branch 'origin/master' into va_list_safety
Geoff Norton
4
-6
/
+5
2015-02-07
Use list(APPEND) rather than set(var ${var} ...) in CMake
Ben Boeckel
2
-4
/
+3
2015-02-07
Remove excess arguments to endfunction() and else()
Ben Boeckel
2
-2
/
+2
2015-02-07
Ensure that every usage of va_start is complemented by a va_end
Geoff Norton
2
-3
/
+9
2015-02-07
va_arg can modify the va_list according to the specification
Geoff Norton
1
-8
/
+23
2015-02-05
Make DBI build on Linux
Eugene Zemtsov
2
-6
/
+10
2015-02-04
Fixed typos
Pascal Borreli
1
-2
/
+2
2015-02-03
Remove non ASCII characters from source files
Matt Ellis
3
-3
/
+3
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
97
-0
/
+52229