[msvc] Update csproj files
[mono.git] / mono /
2017-07-26 Zoltan Varga[runtime] Remove compile time gc dependencies from...
2017-07-26 Zoltan Varga[runtime] Remove compile-time gc dependencies from...
2017-07-25 Marek SafarMerge branch 'xml-dsig-transforms-from-corefx' of git...
2017-07-25 Alex Rønne Petersen[interp] Fix a copy/paste error in ea4e4a9ef6fc42570a23...
2017-07-25 Zoltan Varga[runtime] Fix the size calculation for CustomAttributeT...
2017-07-24 Zoltan Varga[jit] Handle OP_VCALL_MEMBASE in get_simd_vreg ()....
2017-07-21 Alex Rønne PetersenMerge pull request #5248 from alexrp/profiler-api
2017-07-21 Armin Hasitzka[mempool] Annotate functions for clang's ThreadSanitize...
2017-07-20 Alex Rønne Petersen[profiler] Add back some legacy profiler API functions.
2017-07-20 Alex Rønne Petersen[profiler] Rename mono_profiler_install to mono_profile...
2017-07-20 Vlad BrezaeMerge pull request #5198 from BrzVlad/fix-binprot-stats
2017-07-20 Bernhard Urban[jit] test builtin types (#5208)
2017-07-20 Bernhard Urban[interp] reuse finally_ips infrastructue for fault...
2017-07-20 Vlad Brezae[sgen] Fix function signature
2017-07-20 Vlad Brezae[sgen] Compact allocated block list
2017-07-20 Vlad Brezae[sgen] Improve card table parallelization
2017-07-20 Vlad Brezae[sgen] Run a single worker cycle in major parallel...
2017-07-20 Vlad Brezae[sgen] Avoid logging unnecessary binary protocol events
2017-07-20 Vlad Brezae[sgen] Add explicit binary protocol stats for collections
2017-07-20 Vlad Brezae[sgen] Include mod union times to stats
2017-07-20 Vlad Brezae[sgen] Use parallel minors for pause mode
2017-07-20 Vlad Brezae[sgen] Avoid waiting for workers to report their own...
2017-07-19 Ludovic Henry[threads] Add checks around libc calls (#5240)
2017-07-19 Ludovic Henry[threads] Make mono_thread_detach_internal static ...
2017-07-19 Zoltan Varga[btls] Remove create-object-library.sh script which...
2017-07-18 Alex Rønne PetersenMerge pull request #5224 from alexrp/profiler-multiple...
2017-07-18 Zoltan Varga[llvm] Disable an optimization in LLVM where we deleted...
2017-07-17 Zoltan Varga[llvm] Set the MonoJitInfo.from_llvm flag for methods...
2017-07-17 Alex Rønne Petersen[profiler] Fix a crash in the AOT profiler when the...
2017-07-17 Alex Rønne Petersen[mini] Support loading multiple profilers with the...
2017-07-17 Alex Rønne Petersen[profiler] Profiler entry point name must now include...
2017-07-17 Andi McClureMerge pull request #5194 from xmcclure/orbis-freeswept
2017-07-17 Alex Rønne PetersenMerge pull request #5206 from alexrp/profiler-gc-base...
2017-07-17 Alex Rønne Petersen[profiler] Don't call mono_gc_base_init () before loadi...
2017-07-17 Alex Rønne PetersenMerge pull request #5216 from alexrp/profiler-runtime...
2017-07-15 Alex Rønne Petersen[profiler] Use g_strerror () instead of strerror ().
2017-07-15 Alex Rønne Petersen[profiler] Change sample frequency to a 32-bit int.
2017-07-15 Alex Rønne Petersen[profiler] Introduce runtime control API.
2017-07-15 Alex Rønne PetersenMerge pull request #5210 from alexrp/profiler-runtime...
2017-07-15 Alex Rønne Petersen[profiler] Move heapshot logic to the correct GC event.
2017-07-15 Alex Rønne Petersen[profiler] Clean up MonoProfilerGCEvent enum.
2017-07-14 Alex Rønne Petersen[profiler] Add a heapshot-on-shutdown option.
2017-07-14 Zoltan Varga[llvm] Reserve the proper number of got entries in...
2017-07-14 Aleksey Kliger[metadata] Encode public key length correctly for keys...
2017-07-14 Aleksey Kliger[tests] Add regression test for InternalsVisibleTo...
2017-07-14 Aleksey Kliger[tests] Use test runner for test-internalsvisibleto
2017-07-14 Alex Rønne Petersen[profiler] Fix sampling thread shutdown logic to handle...
2017-07-14 Alex Rønne Petersen[profiler] Use tabledefs.h constants for method attributes.
2017-07-14 Alex Rønne Petersen[profiler] Move the log format description to the header.
2017-07-14 Alex Rønne Petersen[profiler] More options reworking/refactoring.
2017-07-14 Ludovic Henry[w32error] Add ENXIO error case (#5199)
2017-07-14 Alex Rønne Petersen[profiler] Clarify docs for mono_profiler_set_sample_mo...
2017-07-14 Alex Rønne Petersen[profiler] Use mono_cpu_count () from utils/proclib.
2017-07-14 Alex Rønne Petersen[utils/proclib] Export mono_cpu_count () for use in...
2017-07-14 Alex Rønne Petersen[profiler] Update file headers.
2017-07-14 Alex Rønne Petersen[profiler] Use EXIT_LOG instead of EXIT_LOG_EXPLICIT...
2017-07-14 Alex Rønne Petersen[profiler] Clean up counter data structures a bit.
2017-07-14 Alex Rønne Petersen[profiler] Consolidate log profiler state.
2017-07-14 Alex Rønne Petersen[profiler] Drop support for the old-style sample option.
2017-07-14 Alex Rønne Petersen[profiler] Remove the need to pass a MonoProfiler point...
2017-07-14 Alex Rønne Petersen[profiler] Clean up logging to use the new logging...
2017-07-14 Alex Rønne Petersen[profiler] Remove support for the output=-FILENAME...
2017-07-14 Alex Rønne Petersen[profiler] Remove the debug-coverage option.
2017-07-14 Alex Rønne Petersen[utils/logger] Export logging functions for the profiler.
2017-07-14 Alex Rønne Petersen[profiler] Use explicit values for enum members.
2017-07-14 Alex Rønne Petersen[profiler] Remove unused TYPE_END enum member.
2017-07-14 Alex Rønne Petersen[profiler] Update sample hit size calculation.
2017-07-14 Zoltan Varga[llvm] Add support for fault clauses. Fixes #58114...
2017-07-11 Zoltan Varga[amd64] Mark RBP as 'same value' in the unwind info...
2017-07-11 Johan LorenssonIncorrect parameters passed to GetDiskFreeSpaceEx causi...
2017-07-11 Alex Rønne PetersenMerge pull request #5190 from alexrp/profiler-roots...
2017-07-10 Andi McClureDo not major_free_swept_blocks on Orbis.
2017-07-10 cheruskerCheck return value of asn1_generalizedtime_to_tm ()
2017-07-10 Zoltan Varga[bitcode] Disable tests which use filter clauses when...
2017-07-10 Alex Rønne PetersenMerge pull request #5189 from alexrp/profiler-sample...
2017-07-09 Alex Rønne Petersen[profiler] Remove the type field from TYPE_SAMPLE_HIT.
2017-07-08 Alex Rønne Petersen[profiler] Hide the GC roots callback behind a macro...
2017-07-07 Alex Rønne PetersenMerge pull request #5187 from alexrp/debugger-fix-callb...
2017-07-07 Alex Rønne Petersen[sdb] Fix signatures of thread-related profiler callbacks.
2017-07-07 Alex Rønne PetersenMerge pull request #5180 from alexrp/profiler-zero...
2017-07-07 Alex Rønne PetersenMerge pull request #5179 from alexrp/profiler-thread...
2017-07-07 Alexander Köplinger[metadata/corlib] Add apfs to list of fixed drive types
2017-07-07 Alex Rønne Petersen[profiler] Don't enable sampling if frequency is zero.
2017-07-07 Alex Rønne PetersenMerge pull request #5181 from alexrp/master
2017-07-07 Alex Rønne Petersen[profiler] Fix a type name conflict.
2017-07-07 Zoltan Varga[arm64] Really fix handler block trampolines.
2017-07-07 Alex Rønne Petersen[profiler] Report main thread name after attaching.
2017-07-06 Alex Rønne PetersenMerge pull request #5088 from alexrp/profiler-lightweig...
2017-07-06 Alex Rønne Petersen[profiler] Don't enable GC and thread events for code...
2017-07-06 Alex Rønne Petersen[profiler] No longer use enter/leave instrumentation...
2017-07-06 Alex Rønne PetersenMerge pull request #5101 from alexrp/profiler-api
2017-07-06 Alex Rønne Petersen[utils] Mark mono_dl_open () as MONO_API.
2017-07-06 Alex Rønne Petersen[metadata] Mark mono_loader_register_module () as MONO_API.
2017-07-06 Zoltan Varga[runtime] Rework process waiting. (#5175)
2017-07-06 Zoltan Varga[arm] Fix the handler block trampoline, it didn't actua...
2017-07-06 Zoltan VargaRevert "[arm] Fix the handler block trampoline, it...
2017-07-06 Zoltan Varga[arm] Fix the handler block trampoline, it didn't actua...
2017-07-06 Zoltan Varga[arm64] Fix the handler block trampoline, it didn't...
2017-07-06 Alex Rønne Petersen[profiler] Add MONO_PROFILER_API_VERSION macro.
2017-07-06 Alex Rønne Petersen[profiler] Split shutdown callback into early/late...
next