-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule runtime
updated
17 files
+7 −5 | c-api/Log.h | |
+6 −6 | c-api/core.cpp | |
+1 −0 | c-api/core.h | |
+31 −5 | client/CMakeLists.txt | |
+1 −1 | client/src/coreclr/CoreClr.cpp | |
+6 −6 | client/src/coreclr/CoreClr.h | |
+1 −1 | client/src/coreclr/CoreClrValidation.cpp | |
+1 −1 | client/src/main.cpp | |
+1 −1 | client/src/nuget/NuGet.cpp | |
+1 −7 | client/src/runtime/CSharpResourceImpl.cpp | |
+1 −1 | client/src/runtime/CSharpScriptRuntime.cpp | |
+1 −1 | client/src/runtime/natives.cpp | |
+8 −8 | client/src/utils.h | |
+6 −0 | client/tools/deinit-cppsdk.bat | |
+1 −1 | cpp-sdk | |
+26 −26 | server/src/CoreClr.cpp | |
+2 −0 | server/windows-build.bat |