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-11-13Fix iOS sdks build on Xcode 12 (#20574)mono-6.12.0.111monojenkins
2020-11-11[2020-02] Build makefile to support Mac Catalyst (#20566)mono-6.12.0.110monojenkins
2020-11-05[2020-02][watchOS] Add simwatch64 support (#20552)Alex Soto
2020-09-04Support overriding SDK_DIR/NDK_DIR in sdks/android/MakefileAlexander Köplinger
2020-02-17[sdks] add anroid-interpreter-{arm64-v8a,armeabi-v7a,x86,x86_64} targets (#18...monojenkins
2020-02-13Move offsets-tool into mono/tools (#18829)monojenkins
2020-02-07[iOS] Replace removed dsymutil `-t` switch with `-num-threads` (#18742)monojenkins
2020-02-04[Wasm] Update to emscripten 1.39.7 (#18687)Jérôme Laban
2020-02-04[wasm] Set the 'top-runtime-invoke-unhandled' option so unhandled exceptions ...Zoltan Varga
2020-02-01[wam] Rename other .stamp-build-debug-sample to debug_sample/dotnet.js (#18653)mdh1418
2020-01-31[wasm] Bump emscripten to 1.39.6. (#18641)Zoltan Varga
2020-01-31[wasm] Remove .stamp-build-debug-sample, use the output file instead. (#18644)Zoltan Varga
2020-01-31[wasm] Avoid overwriting emcc flags when SIMD is enabled. (#18643)Zoltan Varga
2020-01-30[mono] Prevent direct MonoClass field access (#18634)mdh1418
2020-01-30[wasm][debugger] Cancel Existing Single Step Request When Creating New (#18608)Steve Pfister
2020-01-30[wasm] Finish renaming mono.js to dotnet.js (#18623)Ryan Lucia
2020-01-30[wasm] README updates (#18624)Ryan Lucia
2020-01-29[wasm][debugger] use PdbReaderProvider helper to try to load more pdb formsLarry Ewing
2020-01-29Merge remote-tracking branch 'upstream/master' into checkpointLarry Ewing
2020-01-29[wasm][debugger] start reworking logging logicLarry Ewing
2020-01-29[wasm] simplify EndOfMessage caseLarry Ewing
2020-01-29Rename Ws* to something more reasonableLarry Ewing
2020-01-28[wasm][debugger-proxy]: If we cannot load a PDB file, send a log entry. (#18601)Martin Baulig
2020-01-28[wasm][debugger] Handle When BreakpointRequest Commands Come Out of OrderSteve Pfister
2020-01-28[wasm][debugger] Make the file loading slightly more asyncLarry Ewing
2020-01-28[wasm][debugger] Track the sessionId with all events and commandsLarry Ewing
2020-01-27Remove unused variables (#18579)Pranav K
2020-01-27[Wasm] Fix threading support file in packager (#18593)Jérôme Laban
2020-01-25[wasm] Fix netcore build. (#18564)Zoltan Varga
2020-01-14[wasm] Pass --used-attrs-only true to the linker. (#18439)Zoltan Varga
2020-01-13[wasm] Disable a test which OOMs.Zoltan Varga
2020-01-10Revert "[wasm] Pass --used-attrs-only true to the linker. (#18401)" (#18415)Zoltan Varga
2020-01-10[wasm] use updated node to run jsvu (#18386)Larry Ewing
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-07Force Python 3.x from env in shebang lines (#18285)Calvin Buckley
2020-01-07More disambiguation of Python in makefiles (#18284)Calvin Buckley
2020-01-06[wasm] Rename the interp-sample targets to interp-hello. (#18342)Zoltan Varga
2020-01-06Bump emscripten to 1.39.5.Zoltan Varga
2020-01-03[wasm][debugger] put the testharness base url in one placeLarry Ewing
2020-01-03[wasm][deubgger] clean up task usage and remove delayLarry Ewing
2020-01-02[Wasm] Use Path.Combine in Packager (#18332)Jérôme Laban
2019-12-21[wasm][debugger] Clean up startup and improve commentsLarry Ewing
2019-12-21[wasm] resolve the full path of pdbs so that ../ doesn't break inclusionLarry Ewing
2019-12-21[wasm][debugger] rename the debugger target to run-debugger-testsLarry Ewing
2019-12-21[wasm][debugger] get the debug harness working againLarry Ewing
2019-12-21[wasm][xunit tests] Avoid skipping test methods with ITraitAttribute custom a...Maxim Lipnin
2019-12-20[wasm] fix the wrapped function signatures to match current documentationLarry Ewing