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 (Expand)Author
2018-06-21Rev netcoreapp2.0 to netcoreapp2.1 (#5974)Adeel Mujahid
2018-02-22Fix binplacing of libLLVM during VS build (#5427)Jan Kotas
2018-02-04Add support for building wasm on OSX and Ubuntu 16 (#5297)Christian Scheuer
2018-01-02Cleanup and simplify makefiles (#5179)Jan Kotas
2017-12-16ILCompiler Package Multi-Runtime Package Support (#5123)Andon Andonov
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-12-05ILCompiler nuget package support (#4983)Andon Andonov
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-10-04Update Roslyn to 2.6.0-beta1-62126-01Jan Kotas
2017-08-23Generate portable PDBs by default for managed projects (#4362)Michal Strehovský
2017-07-03Disable BuildInParallel for the RestoreAllPackages (#4050)Jan Kotas
2017-06-27Fix rough edges after CLI update (#3983)Jan Kotas
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-18Update CoreFX version to 25417-02 (#3913)Sergiy Kuryata
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-05-09Port optimization in Buffer.Memmove from CoreCLR (#3551)Sergiy Kuryata
2017-04-26Centralize build defines (#3431)Michal Strehovský
2017-04-19Update corefx version to 25218-01 (#3383)Jan Kotas
2017-04-12Update CoreRT to latest CoreFX (#3309)Jan Kotas
2017-03-17Experimental prototype of jit for CoreRTDavid Wrighton
2017-02-25Update build tools to latest (#2815)Jan Kotas
2017-01-18Split pipeline build to match CoreFX's model. (#2505)Chris Rummel
2016-12-20Add packaging build changes and scripts. (#2325)Chris Rummel
2016-10-11Work towards enabling Ubuntu 16.04 build (#2000)Jan Kotas
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-09-20Update simple test driverJan Kotas
2016-08-08Update Roslyn compiler to Microsoft.Net.Compilers 2.0.0-beta3 (#1620)Jan Kotas
2016-06-03Change to nuget v3 apis for feeds (#1359)Wes Haggard
2016-05-03Remove explicit references to v3 feedsdotnet-bot
2016-04-30Minor cleanup (#1222)Jan Kotas
2016-04-18Switch to standardized init-tools scriptsJan Kotas
2016-04-12Merge pull request #1119 from manu-silicon/invalid_definesJan Kotas
2016-04-12Fix invalid declaration of DefineConstantsManu
2016-04-12Enable C# 6.0 languageManu
2016-04-05Roll forward to latest CLI from Rel/1.0.0Simon Nattress
2016-03-24Fix race condition when running testsMichal Strehovský
2016-02-18Revert "Disable parallel restore"Jan Kotas
2016-02-17Add System.CommandLine and Use Response FilesSenthil
2016-02-10Disable parallel restoreJan Kotas
2016-02-10Switch to live CLI buildJan Kotas
2016-02-06Feed changes to dotnet.mygetSenthil
2016-02-06Revert "Merge pull request #717 from schellap/break2"Senthil
2016-02-04Fix the Nuget feed.Tarek Mahmoud Sayed
2016-01-29Fix project.json syntax for dotnet restoreSenthil
2016-01-15Disable external dir.props import for repo buildsSenthil
2015-12-18Update package and build tools versionsJan Kotas
2015-12-10Splitting packages to toolchain and runtimeSenthil Chellappan
2015-12-02Switch to dotnet tools and add unix testingSenthil
2015-12-01Port StackTraceGenerator to CoreRTdotnet-bot
2015-11-24Binplace JIT/ObjWriter next to ILC in Development Packageschellap