[runtime] Hardcode preset feature disables
[mono.git] / mono /
2016-07-18 Alexander Kyte[mobile_static] Move PLATFORM_AOT_SUFFIX into configure.ac
2016-07-18 Alexander Kyte[mobile_static] AOT libs not aoted by the test runner
2016-07-18 Alexander Kyte[mobile_static] Skip all appdomain-related tests
2016-07-18 Alexander Kyte[mobile_static] AOT assemblyresolve for tests
2016-07-18 Alexander Kyte[mobile_static] Build mono/tests bitcode files in subdi...
2016-07-18 Alexander Kyte[mobile_static] Skip appdomain tests on mobile_static
2016-07-18 Alexander Kyte[mobile_static] Make test runner aot each assembly...
2016-07-18 Alexander Kyte[mobile_static] Configure mini fullaot tests to work...
2016-07-18 Alexander Kyte[mobile_static] Use mobile_static paths in mono/mini...
2016-07-18 Alexander Kyte[mobile_static] Blacklist mono/tests sgen tests for...
2016-07-18 Alexander Kyte[mobile_static] Pass aot options to mono/tests test...
2016-07-18 Alexander Kyte[mobile_static] AOT the mono/tests test runner when...
2016-07-18 Alexander Kyte[mobile_static] Make mono/tests runner handle steps...
2016-07-18 Alexander Kyte[mobile_static] Don't include Mono.Posix dependency...
2016-07-18 Alexander Kyte[mobile_static] Don't try to use SIGKILL to get test...
2016-07-18 Alexander Kyte[mobile_static] Blacklist runtime tests for mobile_stat...
2016-07-18 Alexander Kyte[mobile_static] Set MCS build options for mobile_static...
2016-07-18 Zoltan Varga[llvm] Fix the DISABLE_JIT build.
2016-07-18 Zoltan Varga[aot] Add a gen-seq-points-file deprecated option.
2016-07-18 Zoltan Varga[runtime] Fix small issues from https://github.com...
2016-07-18 Zoltan Varga[tests] Reduce a test iteration in process-leak.exe...
2016-07-18 Mark Probst[runtime] A bunch of small fixes.
2016-07-18 Marcos HenrichMerge pull request #3264 from esdrubal/tzi_dst
2016-07-15 Aleksey Kliger ... Merge pull request #3286 from lambdageek/dev/refl-to...
2016-07-15 Zoltan Varga[jit] Fix some alignment issues in mono_unwind_ops_enco...
2016-07-15 Johan LorenssonMerge pull request #3285 from lateralusX/jlorenss/win...
2016-07-15 Zoltan Varga[llvm] Add generic IR implementations of some SIMD...
2016-07-15 Marek SafarMerge pull request #3274 from Unity-Technologies/fix...
2016-07-15 lateralusXSmaller formatting adjustments based on feedback.
2016-07-15 Zoltan VargaMerge pull request #3287 from JustArchi/patch-1
2016-07-15 Łukasz DomeradzkiFix compilation of AOT-less Mono
2016-07-14 Aleksey Kliger[reflection] Move System.RuntimeType.GetPropertiesByNam...
2016-07-14 Aleksey Kliger[reflection] Add System.Reflection.PropertyInfo.GetProp...
2016-07-14 Zoltan Varga[llvm] Fix an enable debug info generation for llvm
2016-07-14 Aleksey Kliger[reflection] mono_error_init
2016-07-14 Aleksey Kliger[reflection] Move RuntimeType.GetEvents_internal to...
2016-07-14 Aleksey Kliger[reflection] Add System.Reflection.EventInfo.GetEventFr...
2016-07-14 Aleksey Kliger[runtime] Faster parent check in ves_icall_System_Refle...
2016-07-14 lateralusXPInvoke methods using SetLastError get dropped on Windo...
2016-07-14 Zoltan Varga[llvm] Delete some dead code.
2016-07-14 Zoltan Varga[llvm] Delete unused intrinsics.
2016-07-14 Zoltan Varga[sdb] Pass a MonoError* to mono_class_get_methods_by_na...
2016-07-14 Zoltan VargaFix a warning.
2016-07-14 lateralusXFix a GC crash happening in full AOT compiled code...
2016-07-14 lateralusXAdd gsharedvt support for changed Windows x64 value...
2016-07-14 lateralusXRewrite of Windows x64 value type ABI to support Direct...
2016-07-14 Andi McClureMerge pull request #3279 from xmcclure/tarjan-crash-2
2016-07-14 Zoltan Varga[llvm] Implement some SIMD opcodes using LLVM IR instea...
2016-07-14 Aleksey Kliger ... Merge pull request #3281 from lambdageek/dev/g-ptr...
2016-07-14 Marcos HenrichMerge pull request #3276 from esdrubal/access_token_move
2016-07-13 Aleksey Kliger[reflection] Managed RuntimeType.GetConstructors_internal
2016-07-13 Aleksey Kliger[reflection] RuntimeType.GetMethodsByName in managed
2016-07-13 Aleksey Kliger[reflection] Managed version of RuntimeType.GetFields_i...
2016-07-13 Andi McClureBack out pending_bridge_callbacks_mutex in previous...
2016-07-13 Zoltan VargaMerge pull request #3240 from alexanderkyte/aot_compile...
2016-07-13 Marcos HenrichMerge pull request #3248 from esdrubal/web_request_abort
2016-07-13 Marcos HenrichMerge pull request #3268 from esdrubal/mono-sym-enable
2016-07-13 Aleksey Kliger[corlib] Mono.RuntimeStructs.GPtrArray
2016-07-13 Aleksey Kliger[reflection] Switch ves_icall_RuntimeType_GetFields_int...
2016-07-13 Aleksey Kliger ... [logging] Default to stdout if MONO_LOG_DEST is unset...
2016-07-13 Marcos Henrich[runtime] Added gen-seq-points-file= deprecated option
2016-07-13 Marcos Henrich[runtime] Enable compact seq point by default
2016-07-12 Andi McClureAllow bridge callbacks to be set after GC init
2016-07-12 Ludovic HenryMerge pull request #3224 from ludovic-henry/iolayer...
2016-07-12 João Matos[aot] Fixes strip tool invocation in to wrap paths...
2016-07-12 Aleksey KligerFix windows build after 162f843968caf500ab09ea7176691e6...
2016-07-12 Aleksey Kliger ... [corlib] Rewrite RuntimeType.GetGenericParameterConstra...
2016-07-12 Andi McClureMerge pull request #3265 from xmcclure/tarjan-crash
2016-07-12 Zoltan Varga[amd64] Reorganize add_valuetype () to make it easier...
2016-07-12 Ludovic Henry[io-layer] Move handles out of the io-layer to utils...
2016-07-12 Ludovic Henry[io-layer] Inline init_handles_slot
2016-07-12 Ludovic Henry[io-layer] Replace _WAPI_PRIVATE_HANDLES and _WAPI_PRIV...
2016-07-12 Ludovic Henry[io-layer] Remove any remaining dependency of handles...
2016-07-12 Ludovic Henry[io-layer] Replace _WAPI_HANDLE_INVALID by INVALID_HAND...
2016-07-12 Ludovic Henry[io-layer] Remove wapi_getdtablesize
2016-07-12 Ludovic Henry[io-layer] Move DuplicateHandle and CloseHandle to...
2016-07-12 Ludovic Henry[io-layer] Remove use of _wapi_has_shut_down
2016-07-12 Ludovic Henry[io-layer] Remove unnecessary locking of _WAPI_SHARED_S...
2016-07-12 Ludovic Henry[io-layer] Move _wapi_handle_spin to handles.c
2016-07-12 Ludovic Henry[io-layer] Move _WAPI_FD_HANDLE, _WAPI_SHARED_NAMESPACE...
2016-07-12 Ludovic Henry[io-layer] Remove pseudo global handle
2016-07-12 Ludovic Henry[io-layer] Allocate WapiHandle specific data on the...
2016-07-12 Ludovic Henry[io-layer] Register WapiHandleOps dynamically
2016-07-12 Ludovic Henry[io-layer] Move WapiHandleType and WapiHandleOps to...
2016-07-12 Ludovic Henry[io-layer] Extract _wapi_search_handle_namespace from...
2016-07-12 Ludovic Henry[io-layer] Add typename and typesize handle operations
2016-07-12 Ludovic Henry[io-layer] Move _wapi_getpid out of handles.c
2016-07-12 Ludovic Henry[io-layer] Add details operation on handle
2016-07-12 Ludovic Henry[io-layer] Move io-layer initialization out of handles.c
2016-07-12 Ludovic Henry[io-layer] Move file_share_hash to io.c
2016-07-12 Ludovic Henry[io-layer] Remove empty function _wapi_shm_semaphores_r...
2016-07-12 Ludovic Henry[io-layer] Remove unused _wapi_sem_id
2016-07-12 Ludovic Henry[io-layer] Extract WapiHandleBase from _WapiHandleUnshared
2016-07-12 Ludovic Henry[io-layer] Make _WAPI_PRIVATE_MAX_SLOTS and _WAPI_HANDL...
2016-07-12 Ludovic Henry[io-layer] Make _wapi_global_signal_handle definition...
2016-07-12 Ludovic Henry[io-layer] Make _WapiHandleUnshared definition private
2016-07-12 Ludovic Henry[io-layer] Factor Mutex and NamedMutex code
2016-07-12 Ludovic Henry[io-layer] Factor Semaphore and NamedSemaphore code
2016-07-12 Ludovic Henry[io-layer] Factor Event and NamedEvent code
2016-07-12 Ludovic Henry[io-layer] Make named handle use their equivalent non...
next