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
2018-07-30Change corlib version to a string, so that you can use uuidgen (or a git hash...Jay Krell
2018-07-29[cxx] Build/CI support for C++. (#9731)Jay Krell
2018-07-25Revert CharUnicodeInfo to reference-sources (Big Endian issue) (#9711)Egor Bogatov
2018-07-23[MacOS] On Mac, use the copyfile API to copy files (#9642)Filip Navara
2018-07-20[corlib] CoreFX sources for System namespace (#8626)Egor Bogatov
2018-07-20Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)Jay Krell
2018-07-20[runtime] Run update_submodules.sh earlier.Zoltan Varga
2018-07-19Use __declspec(thread) with Visual C++, and __thread with Win32/gcc, (#9594)Jay Krell
2018-07-16Merge branch 'master' into work-dependency-injectorMartin Baulig
2018-07-16Bump corlib counter for https://github.com/mono/mono/pull/7255Alexis Christoforides
2018-07-15[Coop] Partially convert System.Array. (#9430)Jay Krell
2018-07-15[tailcall] Split up large tests for fine grained enable/disable, instead of l...Jay Krell
2018-07-14[Coop] Cominterop and marshal conversion. (#9503)Jay Krell
2018-07-12Bump corlib version.Martin Baulig
2018-07-10[runtime] Enable application to register path for MERP restartAlexander Kyte
2018-07-07[runtime] Make merp eventType icall argumentAlexander Kyte
2018-07-06Merge pull request #9420 from alexanderkyte/remove_d_openAlexander Kyte
2018-07-06[configure] print suspend policy in summary; add default hybrid suspend confAleksey Kliger
2018-07-06[runtime] Remove -D_XOPEN_SOURCE on OSXAlexander Kyte
2018-07-03[Coop] Convert System.Security.Cryptography.RNGCryptoServiceProvider. (#9014)Jay Krell
2018-06-30Enable incompatible-pointer warnings on Windows/gcc like Unix/gcc. (#9221)Jay Krell
2018-06-30Merge pull request #8792 from alexanderkyte/llvm_uniAlexander Kyte
2018-06-29[runtime] Fix with_llvm with /llvm config makerAlexander Kyte
2018-06-29[runtime] Move llvm-config checks into /llvm subdirAlexander Kyte
2018-06-29[llvm] Fix build for Mono SDKsLudovic Henry
2018-06-28Modernize Windows random number generation. (#9090)Jay Krell
2018-06-25[runtime] Enable assertions with in-tree llvm with configure optionAlexander Kyte
2018-06-25[runtime] Made mono build llvm if it can't find itAlexander Kyte
2018-06-25Merge pull request #9230 from lateralusX/lateralusX/windows-x64-llvm-support-...Johan Lorensson
2018-06-21Werror at the end of configure.ac because autoconf requires warnings to be su...Jay Krell
2018-06-20Add LLVM AOT/Full AOT support on Windows x64.lateralusX
2018-06-20[runtime] Switch Nullable to the corefx version. (#9222)Zoltan Varga
2018-06-19Make coop handles typesafe. (#9183)Jay Krell
2018-06-18[runtime] Allow --enable-llvm to work with newer llvm versions as well. (#9186)Zoltan Varga
2018-06-14[build] Rename darwin platform to macos + Add `unix` host platform (#9022)Ludovic Henry
2018-06-11Check for *_CLOEXEC flags used by CoreFX PALCalvin Buckley
2018-06-11[Coop] Convert Mono.Security.Cryptography.KeyPairPersistence and System.Secur...Jay Krell
2018-06-09[runtime] Store the interpreter method invoked by the delegate in MonoDelegat...Zoltan Varga
2018-06-06[Coop] Convert System.Security.Principal.WindowsPrincipal. (#8943)Jay Krell
2018-06-04Bump version to 5.17 (#9016)Jo Shields
2018-06-01Make the sendfile with 6 args check use AC_TRY_LINKCalvin Buckley
2018-06-01Cleanup varargs. (#8589)Jay Krell
2018-05-26Bump corefxMarek Safar
2018-05-25Bump Roslyn to 2.8.2Marek Safar
2018-05-25[System]: Epic: Client Certificate Support - Part Two.Martin Baulig
2018-05-21[corefx] Build System.Native (#8051)Ludovic Henry
2018-05-19Use size_t for gsize if it matches, else C99 uintptr_t. type-based instead of...Jay Krell
2018-05-09[runtime] Add freeform dumper preprocessor symbols to autogenAlexander Kyte
2018-05-09[Coop] Convert System.Diagnostics.DefaultTraceListener. (#8617)Jay Krell
2018-05-04[build] Add a -march forcing crypto extensions on ARM64 (#8542)Jo Shields