[msvc] Update csproj files
[mono.git] / mono /
2016-11-30 Aleksey Kliger ... [tests] Use CSC to compile gc-descriptors test (#4052)
2016-11-30 Alexander KöplingerMerge pull request #4050 from akoeplinger/profile-speedup
2016-11-30 Ludovic Henry[io-layer] Remove wait.h
2016-11-30 Ludovic Henry[io-layer] Remove INFINITE
2016-11-30 Ludovic Henry[io-layer] Extract WaitForSingleObjectEx, WaitForMultip...
2016-11-30 Aleksey Kliger ... [reflection] Use mono_module_get_object_handle everywhe...
2016-11-30 Alexander KöplingerMerge pull request #3748 from akoeplinger/fix-rng-monotouch
2016-11-29 Zoltan Varga[jit] Add counters for number of JITted method discarde...
2016-11-29 Marek SafarMerge pull request #4041 from CyberShadow/pull-20161129...
2016-11-29 Niklas TherningMerge pull request #4040 from ntherning/disable-symboli...
2016-11-29 Zoltan Varga[runtime] Add error handling to mono_get_dbnull_object...
2016-11-29 Johan LorenssonMerge pull request #4023 from lateralusX/jlorenss/test...
2016-11-29 Zoltan Varga[aot] Only emit instances when using full aot.
2016-11-29 Zoltan Varga[runtime] Fix e659982b7b8f11ecf80919646353ad3c16240697...
2016-11-29 Alexander KytePrevent ThreadAbort from prematurely ending function...
2016-11-29 Zoltan Varga[aot] Bump aot file version after c690636c01df73badb1e2...
2016-11-29 Zoltan Varga[jit] Call mono_jit_thread_attach () through a GOT...
2016-11-29 Zoltan Varga[llvm] Fix a regression introduced by d231b5134decb9f23...
2016-11-28 Rodrigo KumperaMerge pull request #4009 from kumpera/lazy-array-ifaces
2016-11-28 Rodrigo Kumpera[runtime] Remove the eager array interfaces code. Good...
2016-11-28 Rodrigo Kumpera[runtime] Clean mono_init_internal hacks. Moved to...
2016-11-28 Rodrigo Kumpera[runtime] Fix bad packing in MonoClass.
2016-11-28 Rodrigo Kumpera[runtime] Implement lazy interface implementation for...
2016-11-28 Zoltan VargaConvert MonoClassExt to class properties (#4022)
2016-11-28 Andi McClureMerge pull request #4015 from xmcclure/new-threads...
2016-11-28 Marek SafarMerge pull request #2774 from marek-safar/roslyn
2016-11-28 Vlad BrezaeMerge pull request #3973 from mono/small-perf
2016-11-28 Marek Safar[build] Roslyn switch
2016-11-28 Miguel de Icaza[marshal] Fix API documentation comment on mono_string_...
2016-11-28 Zoltan Varga[runtime] Fix mono_image_load_module_checked () so...
2016-11-27 Zoltan Varga[aot] Avoid a crash on class loading failures. Fixes...
2016-11-26 Zoltan Varga[runtime] Fix a warning.
2016-11-26 Zoltan Varga[jit] Fix some SIMD problems on x86.
2016-11-25 lateralusXAdding support for get test results in TestDriver.
2016-11-25 Alexander KöplingerMerge pull request #4020 from akoeplinger/mobile_static...
2016-11-24 Zoltan Varga[jit] Fix more simd+aot issues. Avoid treating the...
2016-11-24 Bernhard UrbanMerge pull request #4019 from vargaz/get-gclass-locking
2016-11-24 Bernhard UrbanMerge pull request #4017 from vargaz/get-array-class...
2016-11-24 Bernhard UrbanMerge pull request #4018 from vargaz/get-fnptr-locking
2016-11-24 Zoltan Varga[runtime] Reduce the size of the critical section in...
2016-11-24 Alexander KöplingerRename the mobile_static profile to aot_only
2016-11-24 Marius Ungureanu[Perf] Free process in-place in loop on modules iterations.
2016-11-24 Zoltan Varga[runtime] Move more callbacks to the RuntimeCallbacks...
2016-11-24 Zoltan Varga[runtime] Decrease the size of the critical section...
2016-11-23 Zoltan Varga[runtime] Reduce the size of the critical section in...
2016-11-23 Andi McClureUse DateTime.UtcNow not DateTime.Now in test
2016-11-23 Andi McClurePossibly fix hang in sgen-new-threads-collect.exe
2016-11-23 Zoltan Varga[simd] Fix a few AOT problems.
2016-11-23 Zoltan Varga[bcl] Implement Thread.CurrentThread using an icall...
2016-11-23 Niklas TherningMerge pull request #4013 from ntherning/fix-assert...
2016-11-23 Martin BauligMerge pull request #3962 from mkorkalo/fix_MonoBtlsCont...
2016-11-23 Aleksey Kliger ... Merge pull request #3992 from lambdageek/dev-handles...
2016-11-23 Niklas TherningFix assert in poll_event_wait() on WSAENOTSOCK on Windo...
2016-11-23 Zoltan Varga[runtime] Filter out duplicate interfaces in mono_class...
2016-11-23 Zoltan Varga[runtime] Allocate the temporary vtable array using...
2016-11-23 Ludovic Henry[threadpool] Replace stop by abort for worker thread
2016-11-22 Aleksey KligerBump corlib version.
2016-11-22 Aleksey Kliger[reflection] Implement GetReferencedAssemblies in managed
2016-11-22 Zoltan Varga[runtime] Avoid passing a newline to mono_trace ()...
2016-11-22 Zoltan Varga[jit] Make an assert more informative. Fixes #47152.
2016-11-22 Aleksey Kliger[reflection] Change Assembly.InternalGetAssemblyName...
2016-11-22 Aleksey Kliger[metadata] mono_assembly_fill_assembly_name_full
2016-11-22 Aleksey Kliger[coop] Use handles for S.R.Assembly.{GetReferencedAssem...
2016-11-22 Aleksey Kliger[runtime] Add mono_string_handle_to_utf8
2016-11-22 Aleksey Kliger[runtime] mark mono_get_exception_{file_not_found2...
2016-11-22 Alexis ChristoforidesMerge branch 'alexischr/nursery-canaries-managed-alloc'
2016-11-22 Niklas TherningMerge pull request #4003 from ntherning/ignore-disconne...
2016-11-22 Alexander KöplingerMerge pull request #4005 from monojenkins/update-csprojs
2016-11-22 Zoltan Varga[runtime] Disable some tests when running with llvm...
2016-11-22 Zoltan Varga[runtime] Mark the ThreadPool.PerformWaitCallback ...
2016-11-22 Ludovic Henry[profiles] Fix MOBILE assemblies and tests compilation...
2016-11-22 Ludovic Henry[utils] Add MonoRefCount to factor ref-counting mechanisms
2016-11-22 Marek Safar[corlib] Update list of known lcids and update CLRD...
2016-11-22 Niklas TherningMerge pull request #3998 from ntherning/fix-assert...
2016-11-22 Zoltan Varga[runtime] Add a test for appdomain unload + blocking...
2016-11-21 Zoltan Varga[runtime] Add back locking around mono_class_layout_fie...
2016-11-21 Zoltan VargaThreadpool appdomain unload cleanup (#3996)
2016-11-21 Ludovic Henry[tests] Rework how we do disabled tests
2016-11-21 Aleksey Kliger ... Merge pull request #3988 from lambdageek/dev-handles...
2016-11-21 Niklas TherningFix assert in poll_event_wait() on WSAENOTSOCK on Windows
2016-11-21 Marek SafarMerge pull request #3406 from alexanderkyte/mobile_stat...
2016-11-20 Zoltan Varga[runtime] Add even more logging code for the class...
2016-11-20 Zoltan VargaFix the build.
2016-11-20 Zoltan VargaImplement SIMD support for the Vector2/3/4 classes...
2016-11-19 Zoltan Varga[runtime] Add more debug code to help debug a class...
2016-11-18 Marek Safar[corlib] Don't crash when calling Evidence on AssemblyB...
2016-11-18 Jon Purdy[sgen] Fix sgen_qsort.
2016-11-18 Ludovic HenryRevert "[process] Allocate a handle even for non-child...
2016-11-18 Zoltan VargaRevert "[runtime] Change the thread wait code to use...
2016-11-18 Zoltan VargaRevert "[runtime] Fix the waiting for background thread...
2016-11-18 Aleksey Kliger[reflection] Use handles for System.Reflection.Assembly...
2016-11-18 Aleksey Kliger[reflection] Use coop handles for 6 icalls in System...
2016-11-18 Aleksey Kliger[coop] mono_type_get_object_handle
2016-11-18 Aleksey Kliger[coop] Add more handle utility functions
2016-11-18 Aleksey Kliger[coop] Add mono_error_set_exception_handle
2016-11-18 Aleksey Kliger ... Merge pull request #3932 from lambdageek/dev-handles...
2016-11-18 Niklas TherningMerge pull request #3985 from ntherning/fix-Mono.Posix...
2016-11-18 Henric MüllerMerge pull request #3948 from henricm/fix-pinvoke-utf8...
2016-11-17 Niklas TherningMerge pull request #3987 from ntherning/fix-support...
2016-11-17 Zoltan VargaFixed arrays pinvoke (#3972)
next