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-03-11[wasm][packager] add option to pull from a different runtime directory (#19178)Larry Ewing
2020-03-10[wasm][standalone-benchmarks] Support mac (#19175)Larry Ewing
2020-03-09[wasm] Convert MonoString to string without utf8 intermediate (#19156)Larry Ewing
2020-03-09[wasm] remove m_strdup (#19158)Larry Ewing
2020-03-08Bump emscripten to 1.39.9. (#19147)Zoltan Varga
2020-03-06[wasm][debugger] Hash messages and sessions directly (#19128)Larry Ewing
2020-03-05[wasm][debugger] Check runtime state before attempting to resolve breakpoints...Larry Ewing
2020-03-05[wasm][debugger] Rework breakpointRequest handling across sessions (#19113)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-27[wasm][debugger] use console.debug to signal runtime init (#19057)Larry Ewing
2020-02-27[wasm][debugger] allow stepping out of c# (#19059)Larry Ewing
2020-02-27[wasm][debugger] Always pass failed breakpoint requests to target (#19053)Larry Ewing
2020-02-27[wasm][debugger] Show the typename for valuetypes (#19046)Ankit Jain
2020-02-27[wasm][debugger] clean up scriptid parsing (#19052)Larry Ewing
2020-02-27[wasm][debugger] Since System.Url normalizes the path sep also try to match o...Larry Ewing
2020-02-26Debug proxy updates (#19026)Steve Sanderson
2020-02-26Merge pull request #19035 from radical/async-local-fixesAnkit Jain
2020-02-26[wasm] Improve error handling in the packager. (#19037)Zoltan Varga
2020-02-26Add basic set of standalone benchmarks for wasm (#18977)Katelyn Gadd
2020-02-25[wasm][debugger] Fix getting async method locals, and `this`Ankit Jain
2020-02-25[wasm][debugger][tests] Update tests to track test api changesAnkit Jain
2020-02-25[wasm][debugger][tests] Ensure to always check location when sendingAnkit Jain
2020-02-25[wasm][debugger][tests] extract method to set breakpointsAnkit Jain
2020-02-25[wasm][debugger] revert DotNetUrl changes (#19021)Larry Ewing
2020-02-24Use AsLocation when creating location (#19016)Larry Ewing
2020-02-24[wasm][debugger] Don't mark the runtime ready before clearing the (#19015)Ankit Jain
2020-02-24Merge pull request #19003 from radical/improve-locals-accessAnkit Jain
2020-02-23[wasm][debugger] Fix nested class names for `this`Ankit Jain
2020-02-23[wasm][debugger] Fix issue in getting locals for previous framesAnkit Jain
2020-02-22[wasm][debugger] Enable embedded ppdb on wasm (#18966)Thays Grazia
2020-02-22[wasm][debugger] Handle exceptions from JSAnkit Jain
2020-02-22[wasm][debugger] SetException on all the inspector waiters for uncaught excep...Ankit Jain
2020-02-22[wasm][debugger] Store more per session state and force some event ordering (...Larry Ewing
2020-02-21[wasm][tests] clean up a couple of the Contains assertionsLarry Ewing
2020-02-20[wasm] Improve locals visualization (#18919)Ankit Jain
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-14[sdks] add anroid-interpreter-{arm64-v8a,armeabi-v7a,x86,x86_64} targets (#18...Bernhard Urban-Forster
2020-02-13[wasm] Avoid compiling release configuration with -s ASSERTIONS=1 in AOT mode...Zoltan Varga
2020-02-13[wasm] Update WASM-REQUESTS.md. (#18816)Zoltan Varga
2020-02-13Revert "[wasm] Pass direct-pinvoke to the AOT compiler. (#18775)" (#18807)Zoltan Varga
2020-02-12[wasm] Remove chakra and xs from the jsvu update list. (#18804)Zoltan Varga
2020-02-12[wasm] Switch to the lts version of node. (#18805)Zoltan Varga
2020-02-11[wasm] Pass direct-pinvoke to the AOT compiler. (#18775)Zoltan Varga
2020-02-11Move offsets-tool into mono/tools (#18783)Alexander Köplinger
2020-02-07[iOS] Replace removed dsymutil `-t` switch with `-num-threads` (#18741)Alex Soto
2020-02-06[wasm][debugger] Use System.Text.Json in the driverLarry Ewing
2020-02-06[wasm][debugger] Let chrome pick an open port by defaultLarry Ewing
2020-02-06[wasm][debugger] Silence some logging and extract the null caseLarry Ewing