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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-29[wasm] Fix threads support in the packager. (#19359)Zoltan Varga
2020-03-11[wasm][packager] add option to pull from a different runtime directory (#19178)Larry Ewing
2020-03-02[wasm] Allow SIMD only in netcore mode. (#19087)Zoltan Varga
2020-02-29[wasm] Pass --exclude-feature deserialization to the linker. (#19031)Zoltan Varga
2020-02-26[wasm] Improve error handling in the packager. (#19037)Zoltan Varga
2020-02-18[wasm] Implement generation of empty assemblies in wasm-tuner. (#18880)Zoltan Varga
2020-02-17[wasm] Make cil-strip quiet. (#18881)Zoltan Varga
2020-02-13[wasm] Avoid compiling release configuration with -s ASSERTIONS=1 in AOT mode...Zoltan Varga
2020-02-13Revert "[wasm] Pass direct-pinvoke to the AOT compiler. (#18775)" (#18807)Zoltan Varga
2020-02-11[wasm] Pass direct-pinvoke to the AOT compiler. (#18775)Zoltan Varga
2020-02-05[wasm] Pass the binding assemblies to the linker normally using -d framework_...Zoltan Varga
2020-02-05[wasm] Rename aot-dummy to aot-instances. (#18692)Zoltan Varga
2020-01-31[wasm] Avoid overwriting emcc flags when SIMD is enabled. (#18643)Zoltan Varga
2020-01-27[Wasm] Fix threading support file in packager (#18593)Jérôme Laban
2020-01-14[wasm] Pass --used-attrs-only true to the linker. (#18439)Zoltan Varga
2020-01-10Revert "[wasm] Pass --used-attrs-only true to the linker. (#18401)" (#18415)Zoltan Varga
2020-01-09[wasm] Pass --used-attrs-only true to the linker. (#18401)Zoltan Varga
2020-01-09[wasm] Reenable linker substitutions. (#18381)Zoltan Varga
2020-01-08[wasm] Rename binaries mono -> dotnet. (#18373)Zoltan Varga
2020-01-07[wasm] Pass --explicit-reflection to the linker only in aot mode. (#18367)Zoltan Varga
2020-01-02[Wasm] Use Path.Combine in Packager (#18332)Jérôme Laban
2019-12-21[wasm] resolve the full path of pdbs so that ../ doesn't break inclusionLarry Ewing
2019-12-17[wasm] Disable linker substitutions for now, it generates invalid IL when run...Zoltan Varga
2019-12-16[Wasm] Enable dynamic runtime tests (#18098)Jérôme Laban
2019-12-13[wasm] Add linker substitutions. (#18149)Zoltan Varga
2019-12-04[wasm][build] Modify to use -s USE_ZLIB=1 instead of zlib support headers (#1...Kenneth Pouncey
2019-12-02[wasm] Add beginnings of SIMD support in AOT mode. (#17971)Zoltan Varga
2019-11-29[wasm] Add more netcore test suites. (#17965)Zoltan Varga
2019-11-22[wasm] Add aot+netcore support. (#17798)Zoltan Varga
2019-11-15[Wasm] Forced filesystem creation (#17789)Marcos Cobeña Morián
2019-11-13[wasm] Change netcore support to use a prebuilt corefx runtime. (#17773)Zoltan Varga
2019-11-07Enabled --preload-files without AOT (#17732)Marcos Cobeña Morián
2019-10-31[wasm] Fix xunit test ninja errors. (#17639)Zoltan Varga
2019-10-30[wasm] Fix build problems. (#17596)Zoltan Varga
2019-10-25Add --preload-file packager optionCaleb Cornett
2019-10-23[wasm] Bump emscripten to 1.39.0. (#17484)Zoltan Varga
2019-10-16[wasm] Add a --native-lib option to the packager to allow linking additional ...Zoltan Varga
2019-09-16[wasm] Initial netcore support. (#16718)Zoltan Varga
2019-09-11[wasm] Add missing aot-profile/runtime.js. (#16762)Zoltan Varga
2019-09-10[wasm] Fix several typos (#16760)Maxim Lipnin
2019-08-23Address review comments wasm/support to wasm/srcKenneth Pouncey
2019-08-23[wasm] Small cleanup of main wasm directoryKenneth Pouncey
2019-07-31[wasm] Small changes. (#15918)Zoltan Varga
2019-07-29[wasm] Fix the generation of emsdk_env.sh. (#15872)Zoltan Varga
2019-07-03[wasm] Ongoing work. (#15504)Zoltan Varga
2019-07-02Make a local copy of emsdk_env.sh during the ninja build.Zoltan Varga
2019-07-02Avoid calling emsdk_env.sh, it calls emsdk update_env which is racy.Zoltan Varga
2019-07-02Fix formatting.Zoltan Varga
2019-07-02Fix formattingZoltan Varga
2019-07-02[wasm] Add threads support to the packager.Zoltan Varga