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
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-11-21Allow creating static or shared native library (#4718)Toni Solarin-Sodara
2017-11-11Fix implementation of GCToOSInterface::VirtualCommit to ditch the pages (#4907)Jan Kotas
2017-08-25Fix compilation with Xcode 9 (#4383)William Kent
2017-07-06Fix stresslog (#4062)Jan Kotas
2017-05-10Configure the SIGPIPE signal to not terminate the process (#3576)Sergiy Kuryata
2017-04-23Fix Unix build break (#3413)Jan Kotas
2017-04-23Enable CFG support in ProjectNYi Zhang
2017-03-24Fix a race in thread shutdown on Unix (#3073)Sergiy Kuryata
2017-03-15Implement Thread for Unix (#2957)Anton Lapounov
2017-02-28Enable delegate marshalling in non-windows (#2825)Faizur Rahman
2017-02-27[arm32 unix building] Passing target platform and os to IlcCompiler for cross...sergey ignatov
2017-02-13Print message for stack oveflow (#2737)Jan Kotas
2017-01-20Enable workaround for build tools that don't support thread_localJan Vorlicek
2017-01-19Fix Unix thread shutdownJan Vorlicek
2017-01-13 This is the internal component of CoreRT#2485 (https://github.com/dotnet...dotnet-bot
2016-12-01Merge pull request #2293 from janvorli/add-llvm-libunwind-as-sourcesJan Kotas
2016-12-01Use LLVM libunwind for stack unwinding on UnixJan Vorlicek
2016-11-26Fix shutdown hang when running CoreCLR tests (#2264)Jan Kotas
2016-11-15Thunk pool implementation for CoreRT. In CoreRT, the thunk mappings are alloc...Fadi Hanna
2016-10-06Cleanup native config (#1980)Jan Kotas
2016-10-05Fix build break on macOS Sierra (#1976)Jan Kotas
2016-08-24Change PalHijack to fail silently on Unix until it is implemented (#1695)Jan Kotas
2016-07-24Small cleanup in GCToOSInterfaceAnton Lapounov
2016-07-17Rewamp DebugBreak handling (#1534)Jan Kotas
2016-06-22Fix PUSH_COOP_PINVOKE_FRAME on UnixJan Kotas
2016-06-22Implement Linux hardware and software exception handling (#1417)Jan Vorlicek
2016-05-18Fix build warnings (#1291)Jan Kotas
2016-05-18Fixes for GC updateJan Kotas
2016-04-30Fix build break on Unix (#1220)Jan Kotas
2016-04-03Fix build break on Xcode 7.3Jan Kotas
2016-03-24Rename __LINUX__ to __linux__Jan Kotas
2016-03-23Fix build break on UnixJan Kotas
2016-03-23Missed files in last checkinJan Kotas
2016-03-12Merge pull request #1000 from janvorli/complete-timed-wait-for-eventJan Vorlicek
2016-03-12Complete the timed wait for eventJan Vorlicek
2016-03-11Implement PalGetModuleFileName for UnixJan Vorlicek
2016-03-10Replace numeric thread id by an opaque oneJan Vorlicek
2016-03-08Enable hardware exception handling on WindowsJan Kotas
2016-03-05Rename __LINUX__ to __linux__Jan Kotas
2016-02-25Fixes for GC updateJan Kotas
2016-02-11Merge pull request #832 from janvorli/thread-exit-callbackJan Vorlicek
2016-02-10Remove usage of CreateFile2 as only available under Windows 8Jan Kotas
2016-02-10Refactor FLS usage in PALJan Vorlicek
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-27Replace PAL printing functions by CRT onesJan Vorlicek
2016-01-27Implement several minor PAL functionsJan Vorlicek
2016-01-26Add abstraction for string encoding of the underlying OS to GCToOSInterfaceJan Kotas
2016-01-25NetBSD: Include <cstdarg> for va_list, va_startKamil Rytarowski