[runtime] Check for MSVC instead of non-GCC in mono_threads_core_set_name.
[mono.git] / mono /
2015-03-20 João Matos[runtime] Check for MSVC instead of non-GCC in mono_thr...
2015-03-20 João MatosMerge pull request #1647 from svedm/master
2015-03-20 Svetoslav KarasevFix duplicate sub-expressions
2015-03-20 Zoltan VargaMerge pull request #1645 from myrup/master
2015-03-20 Zoltan Varga[aot] Fix support for direct icalls in llvm mode.
2015-03-20 Zoltan Varga[jit] Use unique castclass caches in all cases. Fixes...
2015-03-20 Zoltan Varga[runtime] Fix the isinst_with_cache wrapper on 64 bit...
2015-03-19 Zoltan Varga[sdb] Add support for TypedReferences. Fixes #28181.
2015-03-19 Zoltan Varga[corlib] Implement FieldInfo.SetValueDirect ().
2015-03-19 Zoltan Varga[io-layer] Avoid closing std file descriptors on shutdo...
2015-03-19 Marek Safar[corlib] TypedReference from reference sources
2015-03-19 Marek SafarMerge pull request #1642 from vestild/modulebuilder...
2015-03-19 João Matos[mini] Small code cleanup, check for iOS host instead...
2015-03-19 João Matos[windows] Fixed thread async suspend assert.
2015-03-19 Marek Safar[runtime] Remove unused icall
2015-03-19 Zoltan Varga[corlib] Implement TypedReference:MakeTypedReference ().
2015-03-19 Zoltan Varga[runtime] Extract mono-config-dirs.c into a separate...
2015-03-19 Zoltan Varga[runtime] Add a new mono-config-dirs.c file which is...
2015-03-19 Alex Rønne Petersen[profiler] Fix finding methods in other domains than...
2015-03-18 João MatosMerge pull request #1639 from alexrp/profiler-mingw
2015-03-18 Alex Rønne Petersen[profiler] Don't build the profiler on Windows.
2015-03-18 Marek Safar[corlib] Default Egypt calendar is gregorian. Fixes...
2015-03-18 João MatosMerge pull request #1637 from soimort/fix-build
2015-03-18 Mort Yao[runtime] Fix build for Linux
2015-03-18 Mort Yao[runtime] Add missing semicolon in mono_rand_try_get_by...
2015-03-18 Zoltan Varga[gsharedvt] Make sure the gsharedvt method we use in...
2015-03-17 Alex Rønne PetersenMerge pull request #1636 from alexrp/profiler-stuff
2015-03-17 Alex Rønne PetersenMerge pull request #1635 from alexrp/core-clr-properties
2015-03-17 Zoltan Varga[runtime] Revert part of 2e3ba21e80f3edd03c7c2050c9ba92...
2015-03-17 Ludovic Henry[threadpool] Add licensing header
2015-03-17 Ludovic Henry[threadpool] Integrate the microsoft ThreadPool into...
2015-03-17 Ludovic Henry[runtime] Move random generator code out of icall,...
2015-03-17 Ludovic Henry[runtime] Add CPU usage utility function
2015-03-17 Zoltan Varga[jit] Avoid disabling direct calls to icalls on arm64...
2015-03-17 Marek Safar[corlib] Bump corlib version for 8d097349b3289b35c6052d...
2015-03-17 Alex Rønne Petersen[profiler] Redesign buffer flushing and method reporting.
2015-03-17 Alex Rønne Petersen[profiler] Make `perf` syscall work on ARM64.
2015-03-17 Alex Rønne Petersen[profiler] Clean up some unused declarations.
2015-03-17 Alex Rønne Petersen[mini] Expose mono_aot_get_method () as an API-unstable...
2015-03-17 Alex Rønne Petersen[mini] Expose an API-unstable mono_get_jit_info_from_me...
2015-03-17 Alex Rønne Petersen[configure] Add a `--disable-perf-events` flag to disab...
2015-03-17 Alex Rønne Petersen[corlib] Implement security properties on FieldInfo...
2015-03-17 Alex Rønne Petersen[coreclr] Add mono_security_core_clr_field_level (...
2015-03-17 Marcos Henrich[runtime] Assert that thread_resume returns KERN_SUCCESS.
2015-03-17 Marcos Henrich[runtime] Fixed thread_abort_safely not interrupting...
2015-03-17 Neale Fergusons390x-codegen.h : Fix instruction definition and add...
2015-03-17 Marek Safar[corlib] Serialization from reference sources
2015-03-17 Zoltan Varga[jit] Add exception checks after direct calls to icalls...
2015-03-17 Zoltan Varga[jit] Disable direct icalls for now to fix the build.
2015-03-17 Zoltan Varga[jit] Split the CEE_CALLI conv into a separate switch...
2015-03-17 Zoltan Varga[amd64] Fix aot support in throw_pending_exception ().
2015-03-17 Zoltan Varga[runtime] Allocate objects outside the lock in mono_str...
2015-03-17 Zoltan VargaMerge pull request #1633 from BrzVlad/fix-w32-pinvoke
2015-03-17 Zoltan Varga[jit] Add support for directly calling normal icalls...
2015-03-16 Vlad Brezae[x86] Handle stack pop done by native stdcalls.
2015-03-16 Zoltan Varga[aot] Enable direct calls to icalls in aot mode, disabl...
2015-03-16 Zoltan Varga[aot] Remove obsolete 'iphone-abi' option.
2015-03-16 Zoltan Varga[io-layer] Avoid the usage of atexit (), clean up handl...
2015-03-16 João Matos[mini] Fixed the build.
2015-03-16 João Matos[runtime] Fixed thread async suspend on Windows.
2015-03-16 João Matos[runtime] Added missing function `mono_threads_core_int...
2015-03-16 João Matos[msvc] Renamed ResumeThread since it conflicts with...
2015-03-16 Zoltan Varga[aot] Bump aot file format version.
2015-03-16 Zoltan Varga[aot] Fix mono_aot_method_hash () to avoid depending...
2015-03-16 Zoltan VargaFix the cross compiler build.
2015-03-15 Miguel de IcazaMerge pull request #1617 from keneanung/OdbcCommandExce...
2015-03-15 Miguel de IcazaMerge pull request #1627 from mono/tooltask-fixes
2015-03-15 João MatosMerge pull request #1628 from akoeplinger/resxresourcer...
2015-03-15 Zoltan Varga[jit] Add support for char/boolean to mini_type_get_und...
2015-03-15 Zoltan Varga[aot] Rename the find_extra_method... functions to...
2015-03-15 Zoltan Varga[jit] Fix the detection of whenever we are compiling...
2015-03-15 Zoltan Varga[runtime] Remove ldscript support, its no longer needed...
2015-03-14 Zoltan Varga[jit] Set the names of the gparams used during generic...
2015-03-14 Zoltan VargaFix the build.
2015-03-14 Zoltan VargaFix the aot compiler.
2015-03-13 Rodrigo Kumpera[threading] Fix signal registration on posix.
2015-03-13 João Matos[aot] Wrap the commands we pass to Windows's system...
2015-03-13 João Matos[aot] Escape the command executables with quotes to...
2015-03-13 João Matos[aot] Ensure the LLVM tools path ends with a directory...
2015-03-13 João MatosMerge pull request #1606 from alexanderkyte/debug-final...
2015-03-13 João MatosMerge pull request #1618 from alexanderkyte/remoting-fix
2015-03-13 Zoltan Varga[jit] Use mini_get_underlying_type () in a few places...
2015-03-13 Zoltan Varga[jit] Finish support for valuetype based sharing in...
2015-03-12 Zoltan Varga[jit] Add a new MONO_RGCTX_INFO_ELEMENT_KLASS info...
2015-03-12 Rodrigo Kumpera[metadata] Handle denormalized value type encoding...
2015-03-12 Rodrigo Kumpera[threading] Fix a race condition between managed suspen...
2015-03-12 Mark Probst[runtime] Fix warnings.
2015-03-12 Zoltan Varga[jit] Throw the proper exception on integer overflow...
2015-03-12 Zoltan Varga[jit] Add another test for gsharedvt+vtype byref argume...
2015-03-12 Marcos Henrich[runtime] Check that thread_suspend returns KERN_SUCCESS.
2015-03-12 Marcos Henrich[runtime] Updated Socket_to_SOCKET to use SafeSocketHandle.
2015-03-12 Rodrigo Kumpera[aot] Better report errors when loading methods.
2015-03-12 Rodrigo Kumpera[mono-error] When fetching the error message for native...
2015-03-12 Zoltan VargaRevert "[runtime] Fix mono_class_instance_size () to...
2015-03-12 Zoltan Varga[runtime] Fix mono_class_instance_size () to work with...
2015-03-11 Mark Probst[runtime] Remove unused `ves_icall_type_is_subtype_of()`.
2015-03-11 Zoltan Varga[jit] Enable the gsharedvt testcase which now works.
2015-03-11 Mark ProbstMerge pull request #1621 from schani/fix-warnings
2015-03-11 Mark Probst[runtime] Fix warnings.
2015-03-11 Rodrigo Kumpera[io-layer] When checking if a file is a program check...
next