sdk/tools/netcoredbg.git
2018-12-13 Igor Kulaychuk... Merge pull request #66 from i-kulaychuk/fix-svace-errors master tizen_5.0 submit/tizen_5.0/20181217.133251 submit/tizen_5.0_unified/20181217.133158 submit/tizen_5.0_unified/20181218.064401
2018-12-12 Igor KulaychukRemove unused field in FileLogger
2018-12-12 Igor KulaychukFix localtime thread-safety issues in Logger
2018-12-05 Igor Kulaychuk... Merge pull request #64 from i-kulaychuk/disable-ni-x86 accepted/tizen/unified/20181205.154835 submit/tizen/20181205.102314
2018-11-30 Igor KulaychukDisable crossgen for Tizen emulator
2018-11-19 Igor KulaychukMerge pull request #8 from github-jane-doe/typos
2018-11-19 Igor Kulaychuk... Merge pull request #62 from i-kulaychuk/fix-filename...
2018-11-19 Igor Kulaychuk... Fix filename extraction in logs
2018-11-19 Igor Kulaychuk... Merge pull request #61 from i-kulaychuk/log-iffailret
2018-11-17 Jane DoeUnkonwn -> Unknown
2018-11-17 Jane Doeintput -> input
2018-11-17 Jane Doegrammer -> grammar
2018-11-15 Igor KulaychukLog IfFailRet() macro failures
2018-11-15 Igor KulaychukFix __FILENAME__ macro
2018-11-07 Alexander Aksenov... Merge pull request #60 from v-andresov/master
2018-11-02 Vladislav AndresovFix: Add "(gdb)\n" token after each result record
2018-11-01 Igor KulaychukFix Tizen build in Travis
2018-11-01 Igor KulaychukMerge pull request #7 from github-jane-doe/typos
2018-10-31 Jane Doeunmanged -> unmanaged
2018-10-31 Jane Doesucceessful -> successful
2018-10-31 Jane Doereferece -> reference
2018-10-31 Jane DoeProperies -> Properties
2018-10-31 Jane Doedirecly -> directly
2018-10-31 Jane Doecontants -> constants
2018-10-31 Igor Kulaychuk... Merge pull request #56 from a-aksenov/logger-impl
2018-10-30 Alexander AksenovLogger: move file log to platform-dependent temp
2018-10-30 Alexander AksenovLogger: improve
2018-10-30 Alexander AksenovLogger: add format string input
2018-10-30 Alexander AksenovLogger: add dlog support
2018-10-30 Alexander AksenovLogger: add function entrance logging
2018-10-30 Alexander AksenovLogger: implementation
2018-10-15 Igor Kulaychuk... Merge pull request #54 from i-kulaychuk/improve-spec...
2018-10-15 Igor KulaychukImprove nuget handling in spec file
2018-10-14 Petr BredFix nuget logic accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.031933 accepted/tizen/5.0/unified/20181106.202757 accepted/tizen/unified/20181015.161430 submit/tizen/20181014.101412 submit/tizen_5.0/20181101.000009 submit/tizen_5.0/20181106.000001
2018-10-14 Igor KulaychukFix build for TV submit/tizen/20181014.073209
2018-10-14 Igor KulaychukFix Windows build
2018-10-14 Igor KulaychukFix permissions of unpacked dlls in gbs
2018-10-14 Igor KulaychukFix gbs build
2018-10-14 Igor KulaychukSpeed up named variables evaluation
2018-10-14 Igor KulaychukUpdate .gitignore
2018-10-14 Igor KulaychukConditional breakpoints: add implementation and test
2018-10-14 Igor KulaychukExpressions: add implementation and test
2018-10-14 Igor KulaychukMake set variables evaluation Roslyn-based
2018-10-14 Alexander AksenovVariables: add set value support and test
2018-08-27 Igor KulaychukRename appveyor config accepted/tizen/unified/20180921.143126 submit/tizen/20180921.084208
2018-08-27 Igor KulaychukAdd appveyor config file
2018-08-27 Igor Kulaychuk... Merge pull request #45 from dotnet/windows
2018-08-27 Igor KulaychukAdd workaround for Windows rebuild failure
2018-08-27 Igor KulaychukUpdate README
2018-08-27 Igor KulaychukFix dbgshim location for Tizen
2018-08-24 Igor KulaychukRefactor handles redirection
2018-08-24 Igor KulaychukEnable ReadFile to block when reading from socket
2018-08-24 Igor KulaychukEnable I/O redirection and other platform functions...
2018-08-24 Igor KulaychukFix unicode string convertion on Windows
2018-08-24 Igor KulaychukFix Windows compilation issues
2018-08-24 Igor KulaychukUpdate CMake files for Windows build
2018-08-24 Igor KulaychukAdd support for Windows in TestRunner
2018-08-24 Igor KulaychukFix type casts
2018-08-24 Igor KulaychukFix mutex unlock
2018-08-24 Igor KulaychukDo not use std::equal for std::string
2018-08-24 Igor KulaychukRemove unused variables
2018-08-24 Igor KulaychukLoad dbgshim library dynamicaly
2018-08-24 Igor Kulaychuk... Merge pull request #44 from dotnet/fix-locals-variable...
2018-08-21 Igor KulaychukFix variable count in Locals scope
2018-08-13 Igor Kulaychuk... Merge pull request #43 from a-aksenov/test-decimal accepted/tizen/unified/20180821.091154 submit/tizen/20180820.165235
2018-08-13 Alexander AksenovTests: updated ValueTest for decimal values
2018-08-10 Igor Kulaychuk... Merge pull request #42 from a-aksenov/fix-decimal submit/trunk/20180813.025323
2018-08-10 Alexander AksenovFix decimal display
2018-08-10 Igor Kulaychuk... Merge pull request #41 from k-baladurin/master
2018-08-09 Konstantin... Suppress calling finalizer for incomplete object
2018-07-11 Alexander Aksenov... Merge pull request #38 from dotnet/use-netcoreapp-link... accepted/tizen/unified/20180725.152341 submit/tizen/20180724.180509
2018-07-11 Igor KulaychukUse a symlink (when available) for access CoreCLR versi...
2018-06-29 Igor Kulaychuk... Merge pull request #36 from dotnet/tizen-build-auto...
2018-06-29 Igor KulaychukAutomatically determine coreclr version in Tizen build
2018-06-28 Igor KulaychukAdd travis config file
2018-06-21 Igor Kulaychuk... Merge pull request #33 from dotnet/add-test-expect...
2018-06-20 Igor KulaychukEnable overriding test default timeout with TIMEOUT env
2018-06-20 Igor KulaychukExclude aarch64 from Tizen build accepted/tizen/unified/20180621.141313 submit/tizen/20180620.074549
2018-06-19 Igor Kulaychuk... Merge pull request #32 from a-aksenov/fix-terminated...
2018-06-18 Alexander AksenovFix terminated event
2018-06-15 Igor KulaychukAdd *.dll and *.pdb to .gitignore
2018-06-14 Igor Kulaychuk... Merge pull request #31 from dotnet/fix-clang-tidy-warnings submit/tizen/20180620.071641
2018-06-13 Igor KulaychukCheck return value of GetMethodProps() method
2018-06-13 Igor KulaychukRemove useless code
2018-06-13 Igor KulaychukDo no call virtual functions from destructor
2018-06-07 Igor Kulaychuk... Merge pull request #30 from dotnet/redirect-output
2018-06-05 Igor KulaychukRefactor IORedirectServer
2018-06-05 Igor KulaychukEnable capturing stdout/stderr of launched application
2018-06-05 Igor KulaychukFix OutputEvent category
2018-06-05 Igor Kulaychuk... Merge pull request #29 from dotnet/fix-crossplatform...
2018-06-04 Igor KulaychukFix lambda capture warnings
2018-06-04 Igor KulaychukReorder includes to avoid redifinition warnings in PAL
2018-06-04 Igor KulaychukRemove UNICODE redifinition
2018-06-04 Igor KulaychukDo not use PAL_CPP_TRY/PAL_CPP_CATCH_ALL
2018-06-04 Igor KulaychukEnable better search for CoreCLR bin directory
2018-06-04 Igor KulaychukAutomatically find dotnet utility
2018-06-04 Igor KulaychukUpdate cmake files from CoreCLR
2018-05-30 Igor KulaychukFix uninitialized frame address
2018-05-23 Igor Kulaychuk... Merge pull request #28 from dotnet/cleanup-readme
2018-05-22 Igor KulaychukAutomaticaly find CoreCLR bin directory if it is not...
next