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-02-28[System.IO] Integrate FileSystemWatchers from CoreFXAlexis Christoforides
2018-02-28[wasm] Add a missing dependency in wasm.Rodrigo Kumpera
2018-02-28[System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#...Martin Baulig
2018-02-28Merge pull request #7321 from mono/fix-linuxarm-native-stacktraceAlexis Christoforides
2018-02-28[System]: Enable some System.Net.Requests tests from CoreFX. (#7080)Martin Baulig
2018-02-28Fix gdb not being used for native stacktraces in some casesAlexis Christoforides
2018-02-28[tests] Add --repeat parameter to enable runtime tests to run multiple times ...Ludovic Henry
2018-02-27 [runtime] Implement thread info flags and get rid of tools threads. (#7226)Alex Rønne Petersen
2018-02-27[sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-...Zoltan Varga
2018-02-27[marshal] Use MonoClass getters in marshal.c (#7253)Aleksey Kliger (λgeek)
2018-02-27[msvc] Update csproj files (#7310)monojenkins
2018-02-27Update the random checking code in autoconf to this decade (#7250)Calvin
2018-02-27Always enable explicit null checks for AIX (#7300)Calvin
2018-02-27[System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI c...Filip Navara
2018-02-27bump nunitliteBernhard Urban
2018-02-27Merge pull request #7286 from lambdageek/fix-gh-7095Alexis Christoforides
2018-02-27[wasm] Fix v8 provisioning. (#7244)Rodrigo Kumpera
2018-02-27[threads] Reduce race window with async abort (#7274)Vlad Brezae
2018-02-27[runtime] Don't assert in mono_class_is_assignable_from on iface gtdAleksey Kliger
2018-02-27[runtime] Use MonoClass getters in a few small files (#7254)Aleksey Kliger (λgeek)
2018-02-27[test] System.Type.IsAssignableFrom of gtd array special interfaces.Aleksey Kliger
2018-02-26[corlib] CompareInfo from CoreFX (#7272)Marek Safar
2018-02-26Merge pull request #7263 from filipnavara/swf-carbontestsAlexis Christoforides
2018-02-26Merge branch 'master' into swf-carbontestsAlexis Christoforides
2018-02-26Merge pull request #7234 from filipnavara/swf-painteventendAlexis Christoforides
2018-02-26Update CODEOWNERSLudovic Henry
2018-02-26Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument.lateralusX
2018-02-26Remove mention of MONO_THEME from man page. (#7282)Filip Navara
2018-02-26[metadata] Cache GenericParamInfo for anonymous gparams in MonoImage (#7155)Aleksey Kliger (λgeek)
2018-02-26[wasm] Add LTO release configuration. Saves 15% of binary size. (#7221)Rodrigo Kumpera
2018-02-26Merge pull request #7269 from filipnavara/swf-theme-obsoleteAlexis Christoforides
2018-02-26[Tailcall] Add 11 tests that are all runnable, never crash, are self checking...jaykrell
2018-02-26Remove obsolete Nice theme code.Filip Navara
2018-02-26[wcf] use ConcurrentDictionary for wait handles (#7265)Paul Fertser
2018-02-26Bump api-snapshotAlexander Köplinger
2018-02-26Activate MDI child windows after showing them (fixes 7 unit tests failures).Filip Navara
2018-02-26Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.Syst...Filip Navara
2018-02-26Fix the default font value in test.Filip Navara
2018-02-26Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests.Filip Navara
2018-02-26Fix windows creating, destroying and message processing in Carbon driver to b...Filip Navara
2018-02-26Spit out the name of a test along with the error about undisposed forms.Filip Navara
2018-02-26Call XplatUI.PaintEventEnd when an exception happens in OnPaint.Filip Navara
2018-02-26Unregister thread exception handler at the end of test.Filip Navara
2018-02-26[tests] Use RemoteExecutor from corefxMarek Safar
2018-02-26[llvm] Pass only the imt argument if both imt and rgctx arguments are required.Zoltan Varga
2018-02-26Add missing XplatUI.EndLoop call.Filip Navara
2018-02-26[sdks] Merge mxe-Win32 and mxe-Win64 targets since we are building both in XA...Ludovic Henry
2018-02-26Fix layout of ColorDialog on systems with different window border sizes.Filip Navara
2018-02-26Fix typo in implementation of Disposing property.Filip Navara
2018-02-26Handle more special keys in KeysConverter to ensure compatibility with design...Filip Navara