Do not allow undefined references if bitcode is enabled.
[mono.git] / mono /
2015-12-22 Rolf Bjarne KvingeDo not allow undefined references if bitcode is enabled.
2015-12-21 Zoltan Varga[aot] Add hooks which can be used by embedders to load...
2015-12-21 Marek SafarMerge pull request #2372 from abock/dcs-iserializable...
2015-12-21 Marek SafarMerge pull request #2370 from DavidKarlas/replaceQuote
2015-12-21 Zoltan VargaAdd preliminary support for storing the AOT metadata...
2015-12-19 Zoltan Varga[llvmonly] Avoid emitting runtime invoke wrappers for...
2015-12-19 Zoltan Varga[llvmonly] Share more gsharedvt wrappers.
2015-12-19 Zoltan Varga[llvmonly] Avoid generating gsharedvt in wrappers for...
2015-12-19 Aleksey Kliger ... Merge pull request #2364 from lambdageek/dev/checked...
2015-12-19 João MatosMerge pull request #2367 from BillSeurer/master
2015-12-19 João MatosMerge pull request #2369 from akoeplinger/msvc-win64...
2015-12-19 Alexander Köplinger[sgen] Disable freeing of OS memory on 64bit Windows...
2015-12-19 Zoltan Varga[llvmonly] Avoid adding some gsharedvt wrappers which...
2015-12-19 Zoltan Varga[jit] Only emit the gsharedvt runtime invoke wrappers...
2015-12-19 Zoltan Varga[runtime] Factor out a part of mono_jit_runtime_invoke...
2015-12-19 Zoltan Varga[runtime] Disable the check-seq-points tests on arm...
2015-12-18 Zoltan Varga[jit] Enable gsharedvt in llvmonly mode by default...
2015-12-18 Aleksey Kliger[coop] Checked build GC critical regions.
2015-12-18 Aleksey Kliger ... Merge pull request #2314 from lambdageek/dev/local...
2015-12-18 Bill Seurer[powerpc] New macros and utility functions for v2 Elf...
2015-12-18 Miguel de Icaza[icall/GetMachineName] Use sysconf if available to...
2015-12-18 Ludovic Henry[coop] Cleanup
2015-12-18 Ludovic Henry[coop] Introduce new runtime handle API
2015-12-18 Zoltan Varga[runtime] Remove some debug printfs.
2015-12-18 Zoltan VargaAdd an alternative implementation for runtime invokes...
2015-12-18 Zoltan Varga[runtime] Add a mono_marshal_get_runtime_invoke_for_sig...
2015-12-18 Zoltan VargaMerge pull request #2365 from akoeplinger/fix-llvm...
2015-12-18 Alexander Köplinger[mini] Ensure mono_llvm_create_vars() is only present...
2015-12-17 Alexander KöplingerMerge pull request #2350 from akoeplinger/signcode...
2015-12-17 Alexis ChristoforidesMerge pull request #2342 from lewurm/mkbundlefix
2015-12-17 Jo ShieldsFix "make dist" WITHOUT accidentally un-bumping referen...
2015-12-17 Jo ShieldsRevert "Fix typo in dde9ee9e (Fixes `make dist`)"
2015-12-17 Jo ShieldsFix typo in dde9ee9e (Fixes `make dist`)
2015-12-17 Zoltan Varga[jit] Fix the support for gshared types in mini_emit_in...
2015-12-16 Zoltan Varga[jit] Make it possible to enable gsharedvt in llvmonly...
2015-12-16 Zoltan Varga[jit] Remove a superfluous assert.
2015-12-16 Zoltan Varga[jit] Reorganize mono_jit_runtime_invoke () a bit so...
2015-12-16 Zoltan VargaAdd support for translating between normal and gsharedv...
2015-12-16 Zoltan Varga2015-12-16 Zoltan Varga <vargaz@gmail.com>
2015-12-16 Zoltan Varga2015-12-16 Zoltan Varga <vargaz@gmail.com>
2015-12-16 Alexander KöplingerMerge pull request #2324 from akoeplinger/caching-locking
2015-12-16 Rodrigo KumperaMerge pull request #2356 from ludovic-henry/fix-thread...
2015-12-16 Ludovic Henry[threads] Fix potential deadlock on suspend
2015-12-16 monojenkinsMerge pull request #2353 from ludovic-henry/fix-service...
2015-12-16 monojenkinsMerge pull request #2351 from ludovic-henry/fix-socket...
2015-12-16 Marek SafarMerge pull request #2345 from akoeplinger/xbuild14
2015-12-16 Andi McClureMerge pull request #2354 from xmcclure/ugh-no-gdi
2015-12-15 Andi McClureMerge pull request #2346 from xmcclure/proxy-load-fail
2015-12-15 Andi McClureLet GetTransparentProxy fail clean on load error (bug...
2015-12-15 monojenkinsMerge pull request #2338 from BogdanovKirill/httpwritefix3
2015-12-15 monojenkinsMerge pull request #2343 from ludovic-henry/threads...
2015-12-15 Ludovic Henry[threads] Add mono_thread_info_usleep function
2015-12-15 Ludovic Henry[threads] Bring mono_thread_info_safe_suspend_and_run...
2015-12-15 Ludovic Henry[threads] Remove dead code
2015-12-15 monojenkinsMerge pull request #2340 from ludovic-henry/fix-service...
2015-12-14 Alexis ChristoforidesMerge pull request #2306 from migueldeicaza/master
2015-12-14 monojenkinsMerge pull request #2341 from ludovic-henry/fix-threadp...
2015-12-14 Ludovic Henry[threadpool] Saner default for max number of worker...
2015-12-14 Ludovic Henry[threadpool] Limit number of threads created per second
2015-12-14 Ludovic Henry[threadpool] Fix overflow of max number of worker threads
2015-12-14 Marek SafarMerge pull request #2218 from mono/assignProjectConfigu...
2015-12-11 Ludovic HenryMerge pull request #2311 from mlancione/master
2015-12-11 Rodrigo KumperaMerge pull request #1916 from ludovic-henry/iolayer...
2015-12-11 Ludovic Henry[threadpool] Fix GetAvailableThreads test
2015-12-11 Ludovic Henry[io-layer] Remove shared handles cross process support
2015-12-10 João MatosMerge pull request #2327 from akoeplinger/fix-msvc
2015-12-10 Alexander Köplinger[msvc] Fix casts that result in an error when building...
2015-12-10 Rodrigo Kumpera[jit] Better error message for a gsharing assert.
2015-12-10 João MatosFixed Windows MinGW build and avoid leakage of io-layer...
2015-12-10 Ludovic Henry[threadpool] Fix System.Web tests failures
2015-12-10 Aleksey Kliger ... Merge pull request #2310 from lambdageek/dev/bug-36305
2015-12-10 Ludovic HenryMerge pull request #2305 from ludovic-henry/fix-threadp...
2015-12-10 Martin BauligMerge pull request #2296 from xmcclure/webrequest-regex
2015-12-10 Alexander KöplingerMerge pull request #2312 from ArsenShnurkov/bug36724
2015-12-09 Zoltan VargaFix the x86/ppc build.
2015-12-09 João MatosMerge pull request #2288 from evincarofautumn/c++-compat
2015-12-09 Jon Purdy[runtime] Compile cleanly with -Wc++-compat.
2015-12-09 Zoltan Varga[sdb] Align the location of the MonoContext structure...
2015-12-09 Ludovic Henry[threadpool] Fix get min and available threads icalls
2015-12-09 Aleksey Kliger[reflection] Fix MethodInfo.GetBaseDefinition() for...
2015-12-09 Alexis ChristoforidesMerge pull request #2285 from knocte/filesystemwatcher
2015-12-09 Miguel de Icaza[mono/driver] On OSX, increase the number of file handl...
2015-12-08 Alexander KöplingerMerge pull request #2297 from akoeplinger/msvc-autoupda...
2015-12-08 Zoltan VargaDisable partial sharing again, it causes problems on...
2015-12-08 Zoltan Varga[llvm] Use a separate calling convention for gsharedvt...
2015-12-08 Rodrigo KumperaMerge pull request #2295 from lambdageek/dev/test-conc...
2015-12-08 Ludovic HenryMerge pull request #2302 from ludovic-henry/fix-delegat...
2015-12-08 Bernhard Urban[runtime] remove debug statements introduced by a0e1dae...
2015-12-08 João MatosMerge pull request #2304 from BillSeurer/master
2015-12-08 Ludovic HenryMerge pull request #2301 from ludovic-henry/fix-delegat...
2015-12-08 Bill Seurer[ppc] Temporary fix for power to get builds working.
2015-12-08 Zoltan Varga[runtime] Initialize a dynamic_images_mutex.
2015-12-08 Ludovic Henry[delegate] Fix multicast remove behaviour
2015-12-08 Ludovic Henry[delegate] Fix multicast Method property implementation
2015-12-08 Zoltan VargaMerge pull request #2299 from lewurm/finalizer_thread
2015-12-08 Zoltan VargaMerge pull request #2298 from akoeplinger/gsnprintf
2015-12-08 Bernhard Urban[runtime] adding additional assert to highlight source...
2015-12-08 Alexander Köplinger[metadata] Use g_snprintf instead of snprintf to fix...
2015-12-07 Vlad BrezaeMerge pull request #2246 from BrzVlad/feature-concurren...
2015-12-07 Vlad Brezae[sgen] Fix binary protocol scan process reference entries
next