Merge pull request #2282 from joelmartinez/docs-multiassembly-fix
[mono.git] / mono /
2015-12-02 Miguel de IcazaMerge pull request #2282 from joelmartinez/docs-multias...
2015-12-02 Marek SafarMerge pull request #2281 from lambdageek/dev/bug-36418
2015-12-02 Rodrigo KumperaMerge pull request #2231 from ludovic-henry/coop-sync...
2015-12-02 Zoltan Varga[jit] Initialize gsharing counters in mono_generic_shar...
2015-12-02 Zoltan Varga[runtime] Rename the 'ARCHITECTURE' define to 'MONO_ARC...
2015-12-02 Zoltan Varga[runtime] Add a test for MONO_ENV_OPTIONS.
2015-12-02 Alexander KöplingerMerge pull request #2278 from akoeplinger/remove-net...
2015-12-02 Zoltan Varga[jit] Add a testcase for #36280.
2015-12-02 Zoltan Varga[jit] Avoid a verification error in gsharedvt code...
2015-12-01 Zoltan Varga[llvm] Zero extend array indexes when targeting llvm...
2015-12-01 João MatosMerge pull request #2223 from lobrien/master
2015-12-01 Zoltan Varga[aot] Cache inflated methods loaded from aot images...
2015-12-01 Zoltan VargaFix a warning.
2015-12-01 Zoltan Varga[aot] Add instances of EnumEqualityCompater<T> for...
2015-12-01 João MatosMerge pull request #2275 from lewurm/httputilityfix
2015-12-01 Zoltan Varga[aot] Add instances of EnumEqualityComparer which is...
2015-12-01 Zoltan Varga[gsharedvt] Fix support for constrained calls on interf...
2015-12-01 João MatosMerge pull request #2256 from joelmartinez/docs-morenetdocs
2015-12-01 João MatosMerge pull request #2258 from protel-opensource/protelm...
2015-12-01 João MatosMerge pull request #2269 from dellis1972/xmlpeek
2015-12-01 João MatosMerge pull request #2265 from directhex/pthread_tls_on_mips
2015-12-01 Marek SafarMerge pull request #2272 from alex-skiffin/master
2015-11-30 João MatosMerge pull request #2271 from BrzVlad/fix-sizeof-monoarray
2015-11-30 Zoltan Varga[sdb] Fix ppdb support by adding a variant of mono_debu...
2015-11-30 Zoltan Varga[jit] Disable the gsharedvt version of Array.UnsafeMov.
2015-11-29 Zoltan Varga[llvm] Remove unused includes from mini-llvm-cpp.cpp.
2015-11-29 Zoltan Varga[llvm] Move the JIT related code to a separate llvm...
2015-11-29 Zoltan Varga[llvm] Fix the passing of the this argument which got...
2015-11-29 Zoltan Varga[runtime] Fix support for MONO_ENV_OPTIONS which got...
2015-11-28 Zoltan Varga[jit] Fix the verbosity of the 'LLVM failed for' messages.
2015-11-28 Zoltan Varga[ppdb] Fix reading of locals/scopes for the last method...
2015-11-27 Zoltan VargaFix a warning.
2015-11-26 Vlad Brezae[runtime] Fix sizeof MonoArray with non gnu compiler
2015-11-26 Zoltan VargaRevert "[aot] Cache inflated methods loaded from aot...
2015-11-26 Zoltan Varga[jit] Comment out a call to mono_debug_count (), it...
2015-11-25 Zoltan Varga[aot] Cache inflated methods loaded from aot images...
2015-11-25 Zoltan Varga[aot] Escape some characters in method names to avoid...
2015-11-24 Zoltan Varga[aot] Handle gsharedvt versions of delegate invoke...
2015-11-24 Jonathan PryorMerge pull request #2264 from xmcclure/fix-testwaitany...
2015-11-24 Ludovic Henry[coop] Remove MONO_TRY_BLOCKING
2015-11-24 Ludovic Henry[coop] Switch loader_mutex to coop implementation
2015-11-24 Ludovic Henry[coop] Switch MonoDomain->lock to coop implementation
2015-11-24 Ludovic Henry[coop] Switch threads_mutex locks to coop implementation
2015-11-24 Ludovic Henry[coop] Make lock tracer os and coop mutex aware
2015-11-24 Ludovic Henry[gc] Remove dead lock
2015-11-24 Ludovic Henry[coop] Switch file mmap locks to coop implementation
2015-11-24 Ludovic Henry[io-layer] Switch cond timed wait to use milliseconds
2015-11-24 Ludovic Henry[coop] Switch finalizer locks to coop implementation
2015-11-24 Ludovic Henry[coop] Switch global_suspend_semaphore to coop implemen...
2015-11-24 Ludovic Henry[coop] Switch Posix and Win32 threads locks to coop...
2015-11-24 Ludovic Henry[coop] Switch debugger agent locks to coop implementation
2015-11-24 Alexander KöplingerMerge pull request #2208 from martinbooth/dataannotatio...
2015-11-24 Alexander KöplingerMerge pull request #2248 from barsgroup/bugfix/35980
2015-11-24 Zoltan Varga[llvm] Fix the mapping of byref types.
2015-11-22 Zoltan Varga[runtime] Fix non-byref LPArray marshalling. Fixes...
2015-11-22 Alexander KöplingerMerge pull request #2255 from directhex/override-mono...
2015-11-21 Zoltan Varga[ji] Add a mini-llvm.h header file for the functions...
2015-11-21 Zoltan Varga[runtime] Implement FIXMEs in the portable ppdb code.
2015-11-21 Zoltan Varga[runtime] Fix the loading of ppdb files.
2015-11-21 Zoltan Varga[aot] Fix support for runtime invokes to array accessor...
2015-11-20 Zoltan Varga[runtime] Use the standard __MOBILE__ define instead...
2015-11-20 Rolf Bjarne Kvinge[runtime] Revert breaking changes in MonoGHashGCType.
2015-11-20 Zoltan Varga[aot] Add instances of LongEnumEqualityComparer which...
2015-11-19 Zoltan Varga[x86] Fix OP_IMUL_OVF_UN clobbering edx in some cases...
2015-11-19 Ludovic Henry[coop] Switch SGen sgen_interruption_mutex to coop...
2015-11-19 Ludovic Henry[coop] Switch SGen gc_mutex to coop implementation
2015-11-19 Ludovic Henry[coop] Switch ThreadPool locks to coop implementation
2015-11-19 Ludovic Henry[coop] Switch ThreadPoolIO locks to coop implementation
2015-11-19 Ludovic Henry[socket] Fix blocking section around close
2015-11-19 Ludovic Henry[coop] Switch type_initialization_section and TypeIniti...
2015-11-19 Ludovic Henry[io-layer] Fix uninitialized mutex
2015-11-19 Ludovic Henry[coop] Switch appdomains_mutex to coop implementation
2015-11-19 Ludovic Henry[coop] Switch sleep_(mutex|cond) to coop implementation
2015-11-19 Ludovic Henry[coop] Switch MonoInternalThread->synch_cs to coop...
2015-11-19 Ludovic Henry[coop] Switch finalizer_sem to coop mutex
2015-11-19 Ludovic Henry[gc] Remove dead code
2015-11-19 Ludovic Henry[utils] Add mutex and semaphore API to support coop...
2015-11-19 Ludovic Henry[utils] Move mutex and semaphore to mono_os_*
2015-11-19 Ludovic Henry[attach] Remove dead code
2015-11-19 Ludovic Henry[semaphore] Cleanup
2015-11-19 Ludovic Henry[mutex] Cleanup
2015-11-19 Jonathan PryorMerge pull request #2183 from joelmartinez/monodoc...
2015-11-19 Marek Safar[corlib] Update long/short timepatterns. Reference...
2015-11-19 Zoltan Varga[aot] Fix support for synchronized wrappers of gsharedv...
2015-11-19 Zoltan Varga[jit] Fix memory leaks in the generic sharing code...
2015-11-19 Zoltan Varga[jit] Fix the gsharedvtcheck make target.
2015-11-18 Alexander Köplinger[metadata] Remove unused empty struct from marshal.h
2015-11-18 Alexander Köplinger[mini] Add MONO_API to mono_parse_env_options
2015-11-18 Zoltan Varga[runtime] Fix multiple inclusion of object-offsets.h
2015-11-18 Zoltan Varga[aot] Fix another memory leak.
2015-11-18 Zoltan Varga[runtime] Add a DECL_SIZE2 macro usable from offsets...
2015-11-18 Zoltan Varga[runtime] Fix the lookup of nested types in type forwar...
2015-11-18 Zoltan VargaFix a warning.
2015-11-18 Zoltan Varga[aot] Fix a memory leak in init_amodule_got ().
2015-11-18 Ludovic HenryRevert "[sgen] Remove sgen specific suspend code"
2015-11-17 Alexander KöplingerMerge pull request #2236 from akoeplinger/add-dataflow
2015-11-17 Ludovic Henry[threads] Fix build
2015-11-17 Zoltan Varga[arm] Avoid an assertion check in aot mode.
2015-11-17 Zoltan Varga[runtime] Add MONO_ABI_SIZEOF macros similar to the...
2015-11-17 Alexis ChristoforidesMerge pull request #2240 from UCIS/patch-6
next