mono.git
2014-07-16 Cody RussellRevert some whitespace changes.
2014-07-16 Cody RussellReimplemented much of the kqueue-based file watcher...
2014-07-16 Zoltan VargaMerge pull request #1164 from nlhepler/patch-1
2014-07-16 Marek Safar[mcs] Make primary constructor body parsing more error...
2014-07-16 Marek Safar[mcs] Remove backing field from primary constructors
2014-07-16 Lance Heplermint and monodiet are no longer built
2014-07-16 Lance HeplerGuess base for mono-sgen and -boehm equivalently
2014-07-15 Zoltan Varga[jit] Clean up the libgc configuration code in configur...
2014-07-15 Zoltan VargaMerge pull request #1162 from DavidKarlas/endInvokeWith...
2014-07-15 Marek Safar[mcs] More work on primary constructors
2014-07-15 David Karlaš[Mono.Debugger.Soft] Added methods EndInvokeMethodWithR...
2014-07-14 Zoltan VargaEnable sgen on mingw64.
2014-07-14 Zoltan VargaRevert "Enable sgen on mingw64."
2014-07-14 Zoltan Varga[jit] Remove some unneccesary ifdefs from the amd64...
2014-07-14 Zoltan Varga[jit] Remove more dead code.
2014-07-14 Aaron Bockover[mcs] eval.cs: remove CWL that snuck in with my last...
2014-07-14 Zoltan Varga[jit] Remove some dead code.
2014-07-14 Aaron Bockover[mcs] eval.cs: add ValueModificationHandler delegate...
2014-07-14 Zoltan Varga[jit] Fix support for tls entries with offset >= 64...
2014-07-14 Zoltan VargaFix the build.
2014-07-14 Rodrigo KumperaMerge pull request #1150 from ludovic-henry/pr17c-deleg...
2014-07-14 Zoltan Varga[jit] Fix the objdump cmd line used on winx64.
2014-07-14 Zoltan VargaEnable sgen on mingw64.
2014-07-14 Zoltan VargaFix the mingw64 build.
2014-07-14 Zoltan Varga[jit] Use the generic lmf push/pop code on winx64.
2014-07-14 Zoltan Varga[runtime] Avoid building libgc if its disabled.
2014-07-14 Alexis ChristoforidesMerge pull request #1064 from ranma42/fix-config-paths
2014-07-14 Rodrigo KumperaMerge pull request #1122 from PoppermostProductions...
2014-07-14 Marek Safar[mcs] Handling CreateStandardLiftedOperatorsTable for...
2014-07-14 Marek Safar[mcs] Arguments can be empty when reporting missing...
2014-07-14 Marek Safar[mcs] Wrap exceptions in async state machine with no...
2014-07-13 Zoltan VargaRevert "[runtime] Fix a win32 build failure, more remains."
2014-07-13 Zoltan Varga[jit] Remove an unneccesary line from the win32 tls_get...
2014-07-13 Zoltan Varga[bcl] Fix build dependencies for the corlib vts tests.
2014-07-13 Zoltan Varga[runtime] Fix the --disable-boehm build on windows.
2014-07-13 Zoltan Varga[jit] Enable support for tls offsets >= 64 on win32.
2014-07-13 Zoltan Varga[jit] Disable MONO_ARCH_ENABLE_MONO_LMF_VAR on win32...
2014-07-13 Zoltan Varga[jit] Implement support for tls offsets >= 64 on win32.
2014-07-13 Zoltan Varga[runtime] Fix some win32 warnings.
2014-07-13 Zoltan Varga[runtime] Use pthread tls on mingw32, recent versions...
2014-07-13 Zoltan Varga[runtime] Fix a win32 build failure, more remains.
2014-07-13 Zoltan Varga[jit] Avoid conditional members in the MonoJitInfo...
2014-07-13 Zoltan Varga[runtime] Avoid using tls in the monitor wrappers if...
2014-07-13 Zoltan Varga[runtime] Avoid initializing static variables to NULL...
2014-07-13 Filip LundgrenFixed libmono MSVC compilation
2014-07-13 i59Corrected mono_domain_set_config description.
2014-07-13 i59Added new mono_domain_set_config function; used to...
2014-07-13 Zoltan Varga[jit] Move the registration of jit icalls into a separa...
2014-07-13 Zoltan VargaFix the build.
2014-07-13 Zoltan Varga[runtime] Remove unused g_thread () functions.
2014-07-13 Zoltan Varga[jit] Remove MONO_ARCH_HAVE_IMT define, all platforms...
2014-07-13 Zoltan Varga[jit] Use the win32 check for all tls keys in mini_get_...
2014-07-13 Jonathan PryorMerge pull request #1153 from akoeplinger/fix-doc-message
2014-07-13 Jeffrey Stedfast[corlib] minor code cleanup
2014-07-12 Zoltan Varga[runtime] Handle generic methods in interfaces in imt...
2014-07-12 Zoltan VargaRevert a change added by cd35ca1 by mistake
2014-07-11 Zoltan Varga[bcl] Fix a race in a Task test. Fixes #20921.
2014-07-11 Zoltan Varga[jit] Fix system aot on amd64.
2014-07-11 Zoltan VargaFix a warning.
2014-07-11 Alex Rønne... Merge pull request #1154 from Zoltu/patch-1
2014-07-10 Zoltan Varga[runtime] Only apply the maverick stack size hack added...
2014-07-10 Micah ZoltuBackwards accuracy.
2014-07-10 Marek Safar[mcs] auto-implemented property initializer
2014-07-10 Alexander Köplinger[monodoc] Clarified message when a backing file isn...
2014-07-10 Zoltan Varga[sdb] Add a new 'socket-fd' transport, this is the...
2014-07-10 Micah ZoltuMakes AppendTextUnquoted public.
2014-07-09 Zoltan VargaFix a warning.
2014-07-09 Zoltan Varga[jit] Rewrite the generic trampoline code on x86 to...
2014-07-09 Miguel de IcazaFix fallout from WebSocketMessageType change.
2014-07-09 Ludovic Henry[delegate-trampoline] Update invoke_impl and method_ptr...
2014-07-09 Ludovic Henry[delegate-trampoline] Share DelegateTrampInfo with...
2014-07-09 Zoltan Varga[runtime] Enable system aot when using --enable-loadedl...
2014-07-09 Marek Safar[mcs] Extend intermediate value modification checks...
2014-07-09 Marek Safar[corlib] Fix incorrect assert
2014-07-09 Marek Safar[corlib] Make CompletionOnDifferentCustomSynchronizatio...
2014-07-09 Zoltan Varga[bcl] Fix retaining objects in one of the ConditionalWe...
2014-07-09 Daniel Reiter... Fixes https://github.com/OfficeDev/Open-XML-SDK/issues...
2014-07-09 Miguel de IcazaMerge pull request #1132 from mattleibow/bugfix-20925
2014-07-09 Miguel de IcazaMerge pull request #1142 from edbprx/master
2014-07-09 Miguel de IcazaMerge pull request #1148 from steffen-kiess/json
2014-07-09 Miguel de IcazaMerge pull request #1152 from danielrh/hyperlink_packag...
2014-07-09 Miguel de IcazaFix enumeration values
2014-07-09 Marek Safar[mcs] Disable dedb33eadeb87ca80cb86f48e6fa47da882507e3...
2014-07-09 Marek Safar[corlib] Fix test to not rely on compiler generated...
2014-07-09 Marek Safar[mcs] Undo project changes from dedb33eadeb87ca80cb86f4...
2014-07-09 Marek Safar[mcs] Use closed delegate over static generated methods...
2014-07-09 Daniel Reiter... Fixes https://github.com/OfficeDev/Open-XML-SDK/issues...
2014-07-09 Rodrigo Kumpera[System.Numerics] Contract the values array when decodi...
2014-07-08 Rodrigo KumperaDon't hardcode the temp dir to /tmp, use g_get_tmp_dir...
2014-07-08 Zoltan Varga[sdb] Fix handling of out ref parameters.
2014-07-08 Marek Safar[Facades] Add more comtypes to System.Runtime.InteropSe...
2014-07-08 Marek Safar[mcs] C# static using
2014-07-08 Zoltan Varga[runtime] Remove another duplicate switch case from...
2014-07-08 Zoltan Varga[runtime] Remove a duplicate switch case from configure.
2014-07-08 Marek SafarMerge pull request #1149 from akoeplinger/fix-httpwebre...
2014-07-07 Zoltan Varga[runtime] Lock the root domain in mono_jit_info_add_aot...
2014-07-07 Rodrigo Kumpera[runtime] Explicit thread GC data around instead of...
2014-07-07 Zoltan Varga[bcl] Increase some test timeouts to avoid failures...
2014-07-07 Alexander Köplinger[System] Fixed HttpWebRequest test that sometimes failed
2014-07-07 Ludovic Henry[delegate-trampoline] Fallback to slow path in case...
next