This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
Перейти к файлу
Michal Strehovský bdee59cc58 Merge pull request #100 from MichalStrehovsky/getChars
Remove String::get_Chars workaround
2015-10-23 10:45:36 -07:00
src Merge pull request #100 from MichalStrehovsky/getChars 2015-10-23 10:45:36 -07:00
.gitattributes Add .gitattributes and .gitignore files 2015-09-16 22:46:30 -07:00
.gitignore Switch to System.Private.CoreLib 2015-10-21 17:02:11 -07:00
LICENSE.TXT Initial commit 2015-09-15 16:16:10 -07:00
PATENTS.TXT Initial commit 2015-09-15 16:16:10 -07:00
README.md Initial commit 2015-09-15 16:16:10 -07:00
build.cmd Response to PR feedback 2015-10-15 15:48:09 +02:00
build.proj Make build.cmd more like the build.cmd in CoreCLR repo 2015-10-05 12:05:39 -07:00
build.sh Build CoreRT GCSample for Mac 2015-10-13 12:17:43 -07:00
dir.props Upgrade to xunit 2.1.0 to fix test build warning 2015-10-11 20:19:11 -07:00
dir.targets Add initial corert build scripts 2015-09-29 17:21:51 -07:00
dir.traversal.targets Add initial corert build scripts 2015-09-29 17:21:51 -07:00
netci.groovy Update netci.groovy 2015-10-13 09:29:37 -07:00

README.md

.NET Core Runtime (CoreRT)

This repo contains the .NET Core runtime optimized for AOT compilation