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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-30[wasm] Address TODO in pal_runtimeinformation.c (#40133)Alexander Köplinger
The WASM architecture wasn't added there since we already hardcode the architecture to wasm in the managed layer. For consistency we should still define it in the PAL though and address the TODO comment. Also added a test that verifies we indeed get the correct wasm architecture on the Browser platform.
2020-07-08Update license headers (#38793)Stephen Toub
2020-04-10Add beginnings of WebAssembly build support for mono. (#33551)Zoltan Varga
* Set emcc as the compiler for libraries build * Add default subsets for webassembly build * Fix various problems in the build * Use WebAssembly Docker image * Use Mono runtime for webassembly builds Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2020-02-03Libraries native renames (#31668)Steve MacLean
Match coreclr & cross compilation naming conventions Rename BIT64 -> TARGET_64BIT in src/libraries/Native Rename BIT32 -> TARGET_32BIT in src/libraries/Native Rename FEATURE_PAL -> TARGET_UNIX in src/libraries/Native Rename PLATFORM_UNIX -> TARGET_UNIX in src/libraries/Native Rename PLATFORM_WINDOWS -> TARGET_WINDOWS in src/libraries/Native Rename PLATFORM_OSX -> TARGET_OSX in src/libraries/Native Rename _ARM_ -> TARGET_ARM in src/libraries/Native Rename _ARM64_ -> TARGET_ARM64 in src/libraries/Native Rename _AMD64_ -> TARGET_AMD64 in src/libraries/Native Rename _X86_ -> TARGET_X86 in src/libraries/Native Rename ARM -> TARGET_ARM in src/libraries/Native Rename ARM64 -> TARGET_ARM64 in src/libraries/Native Rename AMD64 -> TARGET_AMD64 in src/libraries/Native Rename X86_ -> TARGET_X86 in src/libraries/Native
2018-06-20 Convert System.Native to C (dotnet/corefx#30431)kasper3
* Rename .cpp to .c * Convert System.Native to C * Address feedback Commit migrated from https://github.com/dotnet/corefx/commit/9f00f554483802a1ac295ad6260557fb125e0b31