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-01-02Cleanup and simplify makefiles (#5179)Jan Kotas
2017-12-13Integration into build process (#5091)Petr Bred
2017-11-02Port https://github.com/dotnet/coreclr/pull/14822 (#4861)Jan Kotas
2017-10-31Build native code for WebAssembly target (#4624)Phill
2017-10-25Enable debug info in Release builds of the runtime (#4798)Jan Kotas
2017-10-18[RyuJIT/ARM32] Support for CFI unwind info (#4755)sergey ignatov
2017-10-04Enable x86 support for UnixAdeel
2017-09-24Enable x86 build (#4598)Adeel Mujahid
2017-02-06Added comma to platform listSergey Ignatov
2017-02-06Fixed indentantionSergey Ignatov
2017-02-06Added armel buildingSergey Ignatov
2016-12-23Enable build with Visual Studio 2017 (#2390)William Kent
2016-06-23Fixes for gc updateJan Kotas
2016-05-04Modify context related data structures for Unix AMD64 (#1228)Jan Vorlicek
2016-04-10Set nostackexec and stack-protector optionsJan Kotas
2016-03-05Rename __LINUX__ to __linux__Jan Kotas
2016-02-19Enable C compilation for Arm/Arm64Manu
2016-02-10Switch to live CLI buildJan Kotas
2016-02-06Revert "Merge pull request #717 from schellap/break2"Senthil
2016-02-01Fix inconsistent WIN32 define usesJan Kotas
2016-01-29Fix project.json syntax for dotnet restoreSenthil
2016-01-26Add abstraction for string encoding of the underlying OS to GCToOSInterfaceJan Kotas
2016-01-24Add new platform in src/Native/CMakeLists.txt: NetBSDKamil Rytarowski
2016-01-24Sort options by OS in src/Native/CMakeLists.txtKamil Rytarowski
2016-01-21Interface dispatch for Linux and OSXSimon Nattress
2016-01-06Fix build on OSX with CMake version >= 3.4Jan Vorlicek
2015-12-30Compile with -fvisibility=hiddenJan Kotas
2015-12-16Add JIT-EE interface wrappers to handle exceptionsJohn Chen (CLR)
2015-12-04Added build support for ARM64Manu
2015-12-04Removed the definitions of TARGET_xxx macrosManu
2015-11-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-10Add libSystem.Private.CoreLib.Native.a to Nuget packagesJan Kotas
2015-11-05Fix few issues in PAL to fix the HelloWorldJan Vorlicek
2015-11-04Real implementation of many PAL functionsJan Vorlicek
2015-11-02Add platform-specific write barriers to the CMake buildJan Kotas
2015-11-01Implement GetEnvironmentVariable and ExpandEnvironmentVariables on Linux.Alex Ghiondea
2015-10-31Fix build break on MacJan Kotas
2015-10-30Create two build flavors of the runtimeJan Kotas
2015-10-30Get simple tests to workschellap
2015-10-29Fix 149 - Ignore warning only for OS X where it gets flagged.Gaurav Khanna
2015-10-29Fix Issue 149 - Disable warnings about unused typedefsGaurav Khanna
2015-10-24Enable compilation of the runtime on LinuxJan Vorlicek
2015-10-15Response to PR feedbackJan Vorlicek
2015-10-15Enable building Native via cmake on WindowsJan Vorlicek
2015-10-13Build CoreRT GCSample for MacGaurav Khanna
2015-09-18Make GC and GCSample compile and run on LinuxSergiy Kuryata
2015-09-17Add basic build scriptsdotnet-bot