Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-18Update package and build tools versionsJan Kotas
2015-12-10Splitting packages to toolchain and runtimeSenthil Chellappan
2015-12-06Enable Mac RyuJIT support.Gaurav Khanna
2015-12-02Switch to dotnet tools and add unix testingSenthil
- Fix few issues and produce xunit format - Set HOME if undefined and DOTNET_HOME - Enable CPP and JIT for all platforms except OSX o CLI has no support for RyuJIT.
2015-11-24Update instructions to use CLI to test dev ilc bitsschellap
2015-11-24Binplace JIT/ObjWriter next to ILC in Development Packageschellap
2015-11-20Update steps to compile using ILCompiler in shellGaurav Khanna
Build OS X Development nuget package
2015-11-18Format dev package layout for Windows/Linux to meet CLI needsschellap
2015-11-14Formalize nupkg namesschellap
2015-11-14Rename ILToNativeJan Kotas
- Rename the compiler .exe to ilc.exe - Rename ILToNative.* to ILCompiler.* everywhere else
2015-11-11Nuspec changes to be compatible with dotnet-clischellap
2015-11-10Add libSystem.Private.CoreLib.Native.a to Nuget packagesJan Kotas
2015-11-06Rename Nuget packages to toolchain.<OS>-<Arch>.Microsoft.DotNet.ILToNative.* ↵Gaurav Khanna
form so that we can publish them for all OS/Arch combinations
2015-11-06Initial commit for dotnet-compile-native.bat to compile MSIL assembly to ↵Gaurav Khanna
native code. Fix linkages and remove unrequired dependencies from Nuget packages Generate Bootstrapper.lib and Bootstrappercpp.lib Include bootstrapper.lib in the nuget packages and update dotnet-compile-bat to consume bootstrappercpp.lib instead of compiling the common source files. Fix runtest.cmd to use bootstrapper.lib Include bootstrapper*.a in the Linux/OSX nuget packages Cleanup Linux and OSX Nuget package dependencies
2015-10-30Create two build flavors of the runtimeJan Kotas
- Full - required by the JITCodeGen. The low-level helpers can be implemented in assembly code. - Portable - meant to be used with CppCodeGen only. Pure C/C++. No assembly code.
2015-10-28Mac OS X - Fix bin place path for Product binaries and add support for ↵Gaurav Khanna
generating Nuget package 1) Build native and managed components by default 2) Add a workaround for package restoration to work on Mono 3) Add Nuget package support 4) Fix name casing for Linux
2015-10-23Generate Microsoft.DotNet.ILToNative and ↵Gaurav Khanna
Microsoft.Dotnet.ILToNative.Development nuget packages.
2015-10-12Upgrade to xunit 2.1.0 to fix test build warningJan Kotas
2015-09-30Add initial corert build scriptsdotnet-bot
Populating repo with build infrastructure from the corefx project. Scripts are copied verbatim from the corefx repo as of commit 1ee4f60145a851adbacbb16e7b0c65bec3ec0d02. Only minor changes were done to remove corefx-specific workarounds. Also integrating the type system into the build.