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/man
AgeCommit message (Expand)Author
2021-03-09Update password - CredScan issues (#20901)Fan Yang
2021-02-03[AOT] Make native linker name configurable (#20814)Marek Habersack
2021-01-26mkbundle: add support for hybrid aot (#20685)Andoni Morales Alastruey
2020-10-14Add MONO_PROFILE env to mono man page. (#20480)Johan Lorensson
2020-10-13Minor spelling and grammar fixes. (#20474)Maxwell Cody
2020-03-04Minor formatting of the manuals (#19124)Stefan
2020-02-20[sgen] Disable managed allocator when using nursery-canaries (#18932)Vlad Brezae
2020-02-04[mini] Add method-triggered printing for runtime stats (#18621)Ryan Lucia
2019-11-13[llvm] Use explicit null checks with LLVM. (#16954)imhameed
2019-10-08[man] Update MONO_IOMAP docs as it no longer works with corefx System.IO (#17...Alexander Köplinger
2019-10-02[mini] Use clr memory model by default (#17136)Vlad Brezae
2019-10-01Enable hw intrinsics in AOT mode (#17005)Egor Bogatov
2019-08-29LLVM: Add more Math intrinsics, introduce `--cpu` flag (#16309)Egor Bogatov
2019-08-21cleanupEgorBo
2019-08-19temp: run tests on CIEgor Bogatov
2019-08-14(mono.1) Update the MONO_THREADS_SUSPEND description (#16236)Aleksey Kliger (λgeek)
2019-08-08[aprofutil] Install the tool correctly (#16112)Alexander Köplinger
2019-08-07[aotprof-tool] Initial import of AOT profiler tool (#15384)Radek Doulik
2019-08-01[sgen] Fix check-nursery-pinned debug option (#15865)Vlad Brezae
2019-05-22[driver] add --version=number (#14538)Bernhard Urban
2019-04-18[aot] Add a depfile= argument which causes the AOT compiler to write out a gc...Zoltan Varga
2019-04-10Do not use MAP_JIT by default, instead make this something that is toggled by...Miguel de Icaza
2019-04-05[AOT] remove confusing llcopts flag (#13877)Bernhard Urban
2019-03-28[profiler] Add duration=NUM parameter to AOT profiler (#13688)Radek Doulik
2019-03-25Revert "Do not use MAP_JIT by default, instead make this something that is to...Marek Safar
2019-03-25Do not use MAP_JIT by default, instead make this something that is toggled by...Miguel de Icaza
2019-03-11[AOT] add option to control arguments to llc and add fallback for x86 (#13323)Bernhard Urban
2019-02-19[mcs] Remove doc about CAS securityMarek Safar
2019-02-06[man] mono.1 - describe how to get the list of optionsMiguel de Icaza
2019-01-21[signcode.exe] Allow use of new hash algorithm (#11999)Romain Marcadier-Muller
2019-01-02Typo fix (#12230)Comical DERSKEAL
2018-11-06Don't override default LLVM's opt & llc args via llvmopts-add and llvmllc-add...Egor Bogatov
2018-11-02[man] Fixes --compile-all sytax (#11518)Marek Safar
2018-09-20[man] Add to mono.1 information about MONO_TLS_PROVIDERMiguel de Icaza
2018-09-04[mono-cil-strip] Add support for -q to be quiet. (#10421)Rolf Bjarne Kvinge
2018-08-24update mono.1 for llcEgor Bogatov
2018-08-20[wasm] First code drop of the LLVM backend. (#10171)Rodrigo Kumpera
2018-07-25Fix up behaviour of verbose method with arguments (#9087)Marius Ungureanu
2018-07-24New MONO_THREADS_SUSPEND env var to select suspend policyAleksey Kliger
2018-05-24[interp] fullAOT mixed mode (#8838)Zoltan Varga
2018-05-24[jit] Add a 'verbose-gdb' option to turn on very verbose gdb crash dumps. (#8...Zoltan Varga
2018-05-18mkbundle interop changesMarek Habersack
2018-05-04[mono] Add support for response files, using --response=FILE (#8560)Miguel de Icaza
2018-05-03Deambiguate TLS (#8561)Miguel de Icaza
2018-04-28Add option to MONO_DEBUG to store thread dumps by SIGQUIT on disk (#8358)Mikhail Filippov
2018-04-17[threads] Remove configuration dependency of Hybrid Suspend on Coop Suspend (...Ludovic Henry
2018-04-11Allow the LLVM optimizer options to be passed on the command line. (#8025)Miguel de Icaza
2018-03-20Update man page, MONO_DISABLE_AIO is now MONO_ENABLE_AIO. (#7715)Filip Navara
2018-03-03Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect ta...Johan Lorensson
2018-02-28Revert "Revert "[System.IO] Integrate FileSystemWatchers from CoreFX The FSEv...Alexander Köplinger