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
path: root/sdks
AgeCommit message (Expand)Author
2020-06-26[wasm] Use -emit-llvm instead of the obsolete -s WASM_OBJECT_FILES=0 option. ...Zoltan Varga
2020-06-25[wasm] Disable the checked build for release builds. (#20020)Zoltan Varga
2020-06-25[wasm] Remove obsolete --llvm-lto 1 argument, lto is already enabled when -s ...Zoltan Varga
2020-06-23[wasm] Use wasm-opt --strip-dwarf instead of wasm-strip which is missing from...Zoltan Varga
2020-06-19assume double numbers (#19714)Larry Ewing
2020-06-19Fix readme and sample.html. (#19988)Thays Grazia
2020-06-18Bump emscripten to 1.39.18. (#19980)Zoltan Varga
2020-06-10[wasm] Fix marshalling of pointer types. (#19946)Zoltan Varga
2020-06-08[wasm] comment out steps updating local mono repotqiu8
2020-06-08[wasm] incorporate pr feedback & fix powershell scripttqiu8
2020-06-08[wasm] Update package update scripts to include debug proxyTammy Qiu
2020-06-08[wasm] Bump emscripten to 1.39.17. (#19929)Zoltan Varga
2020-06-05[wasm] Fix icall linking with netcore. (#19917)Zoltan Varga
2020-06-05[wasm] Link out the SR resource string code on netcore. (#19919)Zoltan Varga
2020-06-05[wasm] Print out the real stack trace when load_runtime () fails. (#19918)Zoltan Varga
2020-06-05[wasm] Make aot-profile/runtime.js work with different executables. (#19921)Zoltan Varga
2020-06-05[wasm] Fix the print-table.py script. (#19920)Zoltan Varga
2020-05-31[wasm] Fix netcore+aot support. (#19883)Zoltan Varga
2020-05-30[wasm] Print a warning in the pinvoke generator if multiple incompatible decl...Zoltan Varga
2020-05-30[wasm] Fix netcore support in the packager. (#19881)Zoltan Varga
2020-05-28[wasm] Fix packager not emitting debug symbols when ninja is enabled (#19863)Jérôme Laban
2020-05-27[wasm] Include the pinvoke table into a separate file, so the generated decla...Zoltan Varga
2020-05-27[wasm] Add more runtime debugging docs. (#19850)Zoltan Varga
2020-05-26[wasm] Remove obsolete emscripten options. (#19844)Zoltan Varga
2020-05-23[wasm] Avoid overwriting the pinvoke table if not changed. (#19833)Zoltan Varga
2020-05-22[wasm] Preserve UnmanagedFunctionPointerAttribute. (#19829)Zoltan Varga
2020-05-22[wasm][debugger] Allow invoking property getters for objects (#19726)Ankit Jain
2020-05-18[wasm][debugger][tests] Allow overriding which browser to use (#19769)Ankit Jain
2020-05-18[wasm] Bump emscripten to 1.39.16. (#19793)Zoltan Varga
2020-05-14[wasm][debugger] Clear valuetypes cache on Debugger.resume (#19778)Ankit Jain
2020-05-14[wasm][debugger][tests] Rework SetBreakpointInMethod, to get the (#19771)Ankit Jain
2020-05-14[wasm] Re-enable some corlib tests (#19642)Maxim Lipnin
2020-05-12[master] [wasm][debugger][tests] Add locale tests for datetime (#19759)monojenkins
2020-05-11[wasm] Bump emscripten to 1.39.15. (#19744)Zoltan Varga
2020-05-08[wasm][debugger] Only send resolved events on load (#19736)Larry Ewing
2020-05-08[wasm][debugger] Get loaded files without having a round trip (#19735)Larry Ewing
2020-05-08[wasm] Use the official emsdk repo. Use the same version of emsdk as emscript...Zoltan Varga
2020-05-07Disable per-collection parallelism in debugger tests (#19722)Katelyn Gadd
2020-05-06[master] [wasm][debugger][tests] Add tests for multiple breakpoints inline (#...monojenkins
2020-05-06[wasm][debugger] Rework setBreakpointByUrl location handling (#19688)Larry Ewing
2020-05-05[wasm][debugger] Add tests for floating common types (#19712)Larry Ewing
2020-05-05[wasm] Delete an emscripten patch which is no longer needed. (#19705)Zoltan Varga
2020-05-04[wasm] Add docs about -fsanitize=address. (#19703)Zoltan Varga
2020-05-04[wasm] Bump emscripten to 1.39.14. (#19690)Zoltan Varga
2020-04-28[wasm] Update netcore build. (#19666)Zoltan Varga
2020-04-28[wasm][debugger][tests] Split tests into separate files (#19647)Ankit Jain
2020-04-24[wasm][debugger] Fix `evaluateOnCallFrame` for valuetype locals (#19638)Ankit Jain
2020-04-22[wasm] Enable System.Data tests (#19614)Maxim Lipnin
2020-04-22[wasm] Add throwing PNSE to where currently disabled tests throw something di...Maxim Lipnin
2020-04-22[wasm] Preserve MonoPInvokeCallback using a linker xml descriptor. (#19631)Zoltan Varga