[xbuild] Add property $(SkipCopyUnchangedFiles)
[mono.git] / mono /
2011-05-02 Marek Habersack[runtime] Fix handling of ECMA key when parsing assembl...
2011-05-02 Zoltan VargaFix support for parameters with generic constraints...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Miguel de IcazaUpdate SGen sources to SGen license
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[utils] Document the lock-free allocator.
2011-05-01 Mark Probst[sgen] Make sure remset clearing doesn't crash if we...
2011-05-01 Mark Probst[sgen] Attach thread info early so that hazard pointers...
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-05-01 Mark Probst[utils] Added lock-free queue and allocator.
2011-04-30 Jeffrey StedfastDon't return values in functions returning void
2011-04-29 Rodrigo KumperaIntroduce a couple of functions to abstract old and...
2011-04-29 Rodrigo KumperaMake SMR available during the whole registration/unregi...
2011-04-29 Rodrigo KumperaMake thread unregister more robust.
2011-04-29 Rodrigo KumperaAllow external memory management of nodes.
2011-04-29 Geoff NortonAvoid a needless buffer copy that is susceptible to...
2011-04-28 Geoff NortonFix a typo for Rodrigo
2011-04-28 Zoltan VargaFix loading from volatile base addresses in the LLVM...
2011-04-28 Rodrigo KumperaFix posix
2011-04-28 Rodrigo KumperaFix small buglets
2011-04-28 Rodrigo KumperaDocument the current limitations of the async call API
2011-04-28 Rodrigo KumperaImplement async invocation API.
2011-04-28 Zoltan VargaRevert "Modify fixup_cattrs () to handle a corner case...
2011-04-28 Rodrigo KumperaNew mach support code to support setting thread context.
2011-04-27 Chris ToshokMerge branch 'master' of github.com:mono/mono
2011-04-27 Mark Probst[utils] Make delayed free table not wait to truly make...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo KumperaMake mono_install_handler_block_guard work with an...
2011-04-27 Rodrigo KumperaImplement new function to raise an exception using...
2011-04-27 Zoltan VargaRemove a needless define.
2011-04-27 Rodrigo Kumperax86 pushes vararg arguments unaligned
2011-04-26 Mark Probst[utils] Fix a bug in the lock-free hazard table.
2011-04-26 Jeffrey StedfastMake sure everything that links with eglib also links...
2011-04-26 Zoltan VargaModify fixup_cattrs () to handle a corner case where...
2011-04-26 Gonzalo Paniagua... Fix compilation in *BSD
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix cygwin build.
2011-04-22 Zoltan VargaFix processing of double vararg arguments on 32 bit...
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-22 jonchamUse SwitchToThread instead of sched_yield on Windows.
2011-04-22 Zoltan VargaFix a JIT crash when -v -v -v -v is used.
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Mark Probst[utils] Lock-free hazard pointers.
2011-04-21 Geoff NortonWe support hard breakpoints on arm, not sure why this...
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Rodrigo KumperaAdd win32 stub backend for mono-threads
2011-04-21 Zoltan VargaRemove support for older LLVM versions.
2011-04-20 Andrew JorgensenDist fixes
2011-04-20 Rodrigo KumperaHaving a type constraint to a valuetype satisfies ...
2011-04-20 Jeffrey StedfastVarious parts of mono use g_convert() which rely on...
2011-04-19 Zoltan VargaAllow storing managed pointers into 'native int' in...
2011-04-19 Zoltan VargaMove the mono_ia64_context_get_... functions to mono...
2011-04-18 Rodrigo KumperaWorkaround io-layer crashing when the runtime exit...
2011-04-18 Zoltan VargaFix a crash in the sgen suspend code which happens...
2011-04-17 Zoltan VargaFix Object.MemberwiseClone () on arrays. Fixes #688033.
2011-04-17 Damien DiederenMIPS: Make sure callee-saved registers end up on word...
2011-04-17 Damien DiederenMIPS: Do not lower {LOAD,STORE}*_MEMBASE ops which...
2011-04-17 Damien DiederenMIPS: Adjust offset by alloc2_size to support split...
2011-04-15 Zoltan VargaHandle a new dwarf CFA op generated by newer LLVM versions.
2011-04-15 Rolf Bjarne Kvinge[corlib] Ensure Thread.ManagedThreadId is unique per...
2011-04-14 Gonzalo Paniagua... Clearing the queue messed up with the per-domain job...
2011-04-14 Rodrigo KumperaInitial drop of the new suspend machinery.
2011-04-14 Rodrigo KumperaFix 64bits mono on windows.
2011-04-14 Rodrigo KumperaAdd regression test
2011-04-14 Rodrigo KumperaTake constraints into account when checking for VAR...
2011-04-14 Rodrigo KumperaFix some tests that got broken due to the verifier...
2011-04-14 Rodrigo KumperaImprove error message
2011-04-13 Martin BauligOooops, it's supposed to be 'if (!strcmp (...))' !
2011-04-13 Rodrigo KumperaImplement the JIT side of the new mono-threads callbacks.
2011-04-13 Rodrigo KumperaAdd new set of callbacks to be provided by the JIT.
2011-04-13 Rodrigo KumperaMove posix only code to a separate file.
2011-04-13 Marek Habersack[runtime,IO] Filesystem entries can only be sought...
2011-04-12 Rodrigo KumperaAvoid some duplicate work when we don't have KW_THREAD
2011-04-12 Marek Habersack[runtime, iomap profiler] g_string_append_vprintf can...
2011-04-12 Marek Habersack[runtime] g_string_append_vprintf can be used with...
2011-04-12 Martin BauligOoops, also enable explicit nulls.
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Zoltan VargaAvoid putting a seq point at the beginning of finally...
2011-04-11 Zoltan VargaAdd some comments to the LLVM backend.
2011-04-11 Rodrigo KumperaIntroduce CreateThread wrapper to make mono-threads...
2011-04-11 Rodrigo KumperaFix mono-tls usage under windows
2011-04-11 Zoltan VargaFix the build.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-11 Zoltan VargaFix a warning.
2011-04-10 Rodrigo KumperaReplace posix tls with mono-tls so it works on windows...
2011-04-10 Rodrigo KumperaImplement low level TLS primitives. Can't afford some...
2011-04-09 Rodrigo KumperaFist pass into fixing the win32 build
2011-04-09 Zoltan VargaFix a warning.
2011-04-08 Rodrigo KumperaFix silly C&P bug.
2011-04-08 Rodrigo KumperaExtract mono_threads_is_critical_method
2011-04-08 Rodrigo KumperaFix null-gc
2011-04-08 Rodrigo KumperaAdd mono_gc_is_critical_method to the internal GC api
2011-04-08 Marek Habersack[runtime] Check whether linux/magic.h is present before...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Neale FergusonTwo vararg related fixes: force placing fpr on stack...
2011-04-08 Levi Bard[Fix] Don't drop GC profiler events
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-07 Rodrigo KumperaAdd regression test.
next