[MWF] Adjust DataGridViewRow.Height according to MinimumHeight
[mono.git] / mono /
2014-03-10 Marek Safar[corlib] Update en-au pm/am designators
2014-03-08 Marek Safar[corlib] Add .net compatible separators for es culture
2014-03-08 Marek SafarMerge pull request #940 from alistair/ilist_xml_seriali...
2014-03-07 Rodrigo Kumpera[io-layer] Bionic doesn't have clock_nanosleep.
2014-03-07 Zoltan Varga[runtime] Make different kinds of delegate invokes...
2014-03-07 Marek SafarUpdate CLDR to version 2.4. Fixes #17615
2014-03-07 Rodrigo Kumpera[sgen] Change the bridge interface to include richer...
2014-03-06 Michael HutchinsonMerge pull request #915 from knocte/master
2014-03-06 Rodrigo KumperaMerge pull request #936 from adahn/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-03-06 Adam Rzepka[runtime] Fixed flags for VirtualAlloc in mono_valloc...
2014-03-06 Rodrigo KumperaMerge pull request #934 from exony-craigminihan/bugzill...
2014-03-06 Zoltan VargaDisable the test-messages test on win32, its not needed.
2014-03-06 Zoltan Varga[runtime] Fix loaded llvm support.
2014-03-06 Zoltan Varga[jit] Implement the push/pop LMF code in IR on windows...
2014-03-05 Zoltan Varga[runtime] Move some counters to the mono-counters infra...
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Zoltan Varga[runtime] Implement wapi_process_get_path () on non...
2014-03-05 Zoltan Varga[sdb] Add some debug output to help track down #18100.
2014-03-05 Marek SafarMerge pull request #930 from theraot/master
2014-03-05 Alex Rønne PetersenAdd a MONO_CONSERVATIVE_HWCAP environment variable.
2014-03-05 Alex Rønne PetersenAdd a MONO_DEBUG=suspend-on-exception option.
2014-03-05 Zoltan Varga[runtime] Launch managed exe's using the current runtim...
2014-03-04 Zoltan Varga[runtime] Fix the cross-compiler build.
2014-03-04 Zoltan Varga[runtime] Fix a memory leak.
2014-03-04 Zoltan Varga[llvm] Create separate MonoLLVMModule and an LLVM execu...
2014-03-03 Zoltan VargaFix the build.
2014-03-03 Zoltan Varga[llvm] Remove some debug spew.
2014-03-03 Zoltan Varga[llvm] Make the 'llvm_types' hashtable per-domain to...
2014-03-03 Zoltan Varga[jit] Add support for the new DUMMY_ opcodes to the...
2014-03-03 Zoltan Varga[llvm] Fix more memory leaks.
2014-03-03 Zoltan Varga[llvm] Fix a memory leak.
2014-03-03 Zoltan Varga[llvm] Fix a memory leak.
2014-03-02 Zoltan Varga[jit] Add LLVM support for the new OP_DUMMY_ opcodes.
2014-03-02 Zoltan Varga[jit] Avoid forcing initlocals to TRUE when the 'unsafe...
2014-03-02 Jeffrey StedfastMerge pull request #929 from edbprx/master
2014-03-01 Zoltan Varga[jit] Allow inlining of calls to method with the Aggres...
2014-03-01 Zoltan Varga[jit] Fix an uninitialized memory problem in the soft...
2014-03-01 Zoltan Varga[jit] Implement proper tail call support on arm. Fixes...
2014-02-28 Alex Rønne PetersenFix a warning introduced by the boehm toggleref code.
2014-02-28 Alex Rønne PetersenMerge pull request #927 from ermshiperete/novell-bug...
2014-02-28 Alex Rønne PetersenProperly fix the iowait_ticks / strtoull () warning...
2014-02-28 Zoltan Varga[llvm] Fix --enable-loadedllvm on osx/amd64.
2014-02-28 Zoltan Varga[runtime] Fix memory leaks and usage of freed memory...
2014-02-27 Mark Probst[sgen] Fix cardtable for huge (>4gb) objects on 64bit.
2014-02-27 Zoltan Varga[runtime] Fix an assertion which is hit if thread_clean...
2014-02-27 Zoltan VargaRevert "[runtime] Add support for jagged array ctors...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Rodrigo Kumpera[boehm] Integrate toggleref support into the runtime.
2014-02-26 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-02-26 Zoltan Varga[jit] Move a debug message to a larger verbosity level.
2014-02-26 Zoltan Varga[runtime] Fix the --enable-loadedllvm build on linux.
2014-02-26 Zoltan Varga[bcl] Allow Marshal.SizeOf () to work on pointer types...
2014-02-26 Zoltan Varga[runtime] Add a FIXME.
2014-02-26 Mark Probst[runtime] Fix a thread join race condition. Fixes...
2014-02-26 Zoltan Varga[runtime] Fix an assert if a thread cannot be created...
2014-02-26 Rodrigo Kumpera[sgen] Ensure togglerefs are only cleared after we...
2014-02-26 Zoltan Varga[runtime] Remove the usage of pthread_cleanup_push...
2014-02-25 Zoltan VargaMerge pull request #914 from eiz/master
2014-02-25 Mackenzie StraightFix memory leak.
2014-02-25 Miguel de Icaza[runtime] some inline api docs
2014-02-24 Rodrigo Kumpera[sgen] Ensure minor_collection_allowance is always...
2014-02-24 Rodrigo Kumpera[sgen] Add regression test for toggleref transient...
2014-02-24 Rodrigo Kumpera[sgen] Split mark/clean phase of sgen-toggle processing...
2014-02-24 Rodrigo Kumpera[sgen] We must do bridge processing with all sgen locks...
2014-02-24 Rodrigo Kumpera[sgen] Add internal test helper for sgen-toggleref.
2014-02-24 Zoltan Varga[runtime] Fix reading invalid memory during some checks...
2014-02-24 Zoltan Varga[runtime] Fix a memory leak.
2014-02-24 Zoltan Varga[runtime] Fix the order of how we fix types during...
2014-02-24 Zoltan Varga[runtime] Export mini_type_is_vtype on linux as it...
2014-02-24 Zoltan Varga[aot] Add support for encoding method addresses using...
2014-02-24 Zoltan Varga[jit] Fix mono_arch_get_call_target () on x86/amd64.
2014-02-21 Rodrigo KumperaMerge pull request #908 from madewokherd/mingw-build
2014-02-21 Vincent PovirkAvoid a POSIX include on Windows.
2014-02-21 Zoltan Varga[jit] Add more comments about why the 'dse' llvm optimi...
2014-02-21 Mark Probst[runtime] Fix build on Linux.
2014-02-25 Zoltan Varga[runtime] More io-layer threading cleanups.
2014-02-25 Zoltan Varga[runtime] Get rid of the _wapi_thread_signal_self ...
2014-02-25 Zoltan Varga[runtime] Get rid of the unused _wapi_thread_dispatch_a...
2014-02-25 Zoltan Varga[runtime] Get rid of OpenThread (), move its functional...
2014-02-25 Zoltan Varga[runtime] Allocate code chunks next to each other if...
2014-02-25 Zoltan Varga[runtime] Align sizes before aligning them to pagesize...
2014-02-25 Zoltan VargaFix a warning.
2014-02-25 Zoltan Varga[runtime] Fix SleepEx () on linux to clock_nanosleep...
2014-02-25 Zoltan Varga[runtime] Fix the arm build.
2014-02-25 Alex Rønne PetersenMerge pull request #913 from Daniel15/fix-catchall...
2014-02-25 Paolo MolaroAdded new API mono_runtime_set_main_args() and fixed...
2014-02-25 Zoltan VargaFix the build.
2014-02-21 Zoltan Varga[runtime] Simplify the io-layer threading code a bit...
2014-02-21 Miguel de Icaza[style] comment style updated
2014-02-20 Rodrigo KumperaAdd missing file I forget. Fix the build.
2014-02-20 Rodrigo Kumpera[runtime] Add an additional to detect thread death...
2014-02-20 Zoltan Varga[runtime] Disable DEBUG_DOMAIN_UNLOAD which was enabled...
2014-02-20 Zoltan Varga[runtime] Get rid of the wapi_thread_interrupt_self...
2014-02-20 Marek SafarMerge pull request #907 from enricosada/era_names
2014-02-20 Zoltan VargaFix a warning.
2014-02-20 Rodrigo Kumpera[runtime] Use the system limit when enforcing a new...
2014-02-20 Zoltan Varga[jit] Precompute a bit more information for delegate...
next