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
/
dlls
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-02
Fixed PAL thread allocation stack overflow.
Mike McLaughlin
4
-29
/
+28
2015-04-28
Build crossgen for Linux
John Chen (JOCHEN7)
1
-1
/
+15
2015-04-28
Merge pull request #848 from Djuffin/dbi-linux
Eugene Zemtsov
3
-24
/
+40
2015-04-28
Remove unused code and address codereview comments
Eugene Zemtsov
1
-14
/
+23
2015-04-27
Go back to a statically linked PAL (issue #728).
Mike McLaughlin
2
-9
/
+4
2015-04-27
Proper CLR module discovery in dbgshim on POSIX systems
Eugene Zemtsov
2
-7
/
+14
2015-04-27
Mark dbgshim functions as extern "C", for easier load via GetProcAddress
Eugene Zemtsov
1
-6
/
+6
2015-04-23
Merge pull request #788 from ellismg/fix-pal-dylib-loading
Matt Ellis
1
-0
/
+7
2015-04-23
Fix loading of PAL on OSX
Matt Ellis
1
-0
/
+7
2015-04-24
Fix the two remaining linker errors on FreeBSD.
Jan Henke
1
-2
/
+2
2015-04-22
Changed the VM's hardware exception to return if not in manged code. For DAC'...
Mike McLaughlin
1
-6
/
+0
2015-04-16
Merge pull request #701 from janvorli/fix-freebsd-rc-issue
Jan Kotas
1
-0
/
+2
2015-04-17
Add missing MIT license headers
Jan Vorlicek
11
-45
/
+48
2015-04-14
Rename "CoreClrPal" to "coreclrpal"
Matt Ellis
4
-4
/
+4
2015-04-14
Create shared PAL module and change all the debugger modules and coreclr to u...
Mike McLaughlin
2
-3
/
+2
2015-04-14
Fix .rc processing issue on FreeBSD
Jan Vorlicek
1
-0
/
+2
2015-04-13
Merge pull request #683 from janvorli/refactor-rctopo-awk
Jan Vorlicek
3
-56
/
+86
2015-04-10
Refactor the windows text resources processing
Jan Vorlicek
3
-56
/
+86
2015-04-07
Merge changes from parent branch
dotnet-bot
1
-9
/
+12
2015-04-02
Get the dbgshim module to build and enabled all the public APIs with simple/d...
Mike McLaughlin
5
-78
/
+190
2015-04-01
Fix next round of warning types
Jan Vorlicek
1
-4
/
+4
2015-03-27
Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.
Mike McLaughlin
1
-1
/
+1
2015-03-26
Make DBI and SOS use PAL from DAC
Eugene Zemtsov
1
-2
/
+3
2015-03-26
Fix about 12 kinds of warnings over the codebase
Jan Vorlicek
1
-2
/
+2
2015-03-25
Merge pull request #543 from janvorli/native-resources
Jan Vorlicek
5
-10
/
+144
2015-03-24
Various DBI related fixes that make it possible to load DBI on Linux and atta...
Eugene Zemtsov
1
-0
/
+4
2015-03-24
Add native resources compilation on Linux
Jan Vorlicek
5
-10
/
+144
2015-03-21
Add host flag to disable transparency checks in CoreCLR
Jan Kotas
1
-1
/
+2
2015-03-19
Add ForkAndExecProcess to PAL to support CoreFX
Stephen Toub
1
-0
/
+12
2015-03-10
Merge pull request #428 from ellismg/custom-entry-point
Matt Ellis
1
-4
/
+37
2015-03-10
Add custom entry point support.
Matt Ellis
1
-4
/
+37
2015-03-06
Merge remote-tracking branch 'upstream/master' into dacglobals1
Mike McLaughlin
3
-3
/
+2
2015-03-06
Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...
Mike McLaughlin
1
-1
/
+6
2015-03-05
Rearrange libs in cmakefile for libcoreclr in order to help ld find twowaypip...
Eugene Zemtsov
1
-1
/
+1
2015-03-03
Pipe based communication between debugee and managed debugger on Linux
Eugene Zemtsov
3
-3
/
+2
2015-03-02
Delete host authentication enforcement
Jan Kotas
1
-3
/
+0
2015-02-20
Fix SOS command to not break the OSX build, and be linkable against apples LL...
Geoff Norton
1
-8
/
+10
2015-02-20
Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...
Mike McLaughlin
1
-0
/
+3
2015-02-19
Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...
Mike McLaughlin
1
-6
/
+6
2015-02-19
Merge branch 'master' into soscommand1
Mike McLaughlin
1
-0
/
+5
2015-02-16
One more fix to DAC build. The wrong "delete" code was being used causing a f...
Mike McLaughlin
1
-0
/
+4
2015-02-16
Implement native stack unwinding for Linux
Jan Vorlicek
1
-0
/
+5
2015-02-12
These changes are the beginning of the SOS for coreclr under lldb. It isn't f...
mikem8361
2
-7
/
+41
2015-02-09
Add new nuget package for development usage
Matt Mitchell
3
-3
/
+0
2015-02-08
precompile common headers to reduce build time for win builds. With this buil...
Rahul Kumar
1
-0
/
+2
2015-02-07
Use list(APPEND) rather than set(var ${var} ...) in CMake
Ben Boeckel
5
-19
/
+14
2015-02-07
Remove excess arguments to endfunction() and else()
Ben Boeckel
3
-4
/
+4
2015-02-06
Remove cordbi from the OSX build, since its still missing some symbols
Geoff Norton
1
-1
/
+3
2015-02-06
Initial Mac OSX Support
Geoff Norton
1
-3
/
+6
2015-02-05
Merge pull request #104 from dotnet-bot/from-tfs
Jan Kotas
2
-14
/
+36
[next]