Get rid of the <foo>-static libraries, libtool doesn't know that they need to be...
[mono.git] / mono / metadata / Makefile.am
2012-02-08 Zoltan VargaGet rid of the <foo>-static libraries, libtool doesn...
2012-02-08 Zoltan VargaAvoid compiling libmonoruntime and libmono when --disab...
2012-01-26 Rodrigo KumperaGreat new file sgen-ssb.c to get all sequential store...
2012-01-24 Zoltan VargaMerge pull request #220 from metanest/includeproblem_20...
2012-01-24 KISHIMOTO, Makotorename LIBGC_INCLUDES to LIBGC_CPPFLAGS
2012-01-24 KISHIMOTO, Makotofix including basesystem's gc.h problem
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-05 Zoltan VargaExtract the SGEN debugging code into a separate file.
2012-01-05 Zoltan VargaExtract SGEN object allocation rountines to sgen-alloc.c.
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 Rodrigo KumperaRework the gray queue code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework the workers code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework the pin stats code to isolate it into a proper...
2011-12-29 Rodrigo KumperaRework pinning code to isolate it into a proper module...
2011-12-28 Rodrigo KumperaRework the cardtable code to isolate it into a proper...
2011-12-21 Rodrigo KumperaMove the gc descriptor machinery to sgen-descriptor...
2011-12-21 Rodrigo KumperaIntruduce sgen-conf.h with fundamental types and all...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-26 Rodrigo KumperaImplement new toggleref machinery for sgen.
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-08-17 Mark ProbstMerge branch 'sgen-hash-table'
2011-08-17 Mark Probst[sgen] Factor out the finalize hash tables into a reusa...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Jonathan PryorSimplify building with the Android NDK.
2011-05-26 Rodrigo KumperaFinish spliting sgen-nursery-allocator into a separate...
2011-05-12 Mark ProbstMerge branch 'sgen-stage-finalize'
2011-05-12 Mark Probst[sgen] Move finalization hash code to separate file.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-04-20 Jeffrey StedfastVarious parts of mono use g_convert() which rely on...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-19 Gonzalo Paniagua... [threadpool] Add support for kqueue asynch. IO.
2011-02-18 Gonzalo Paniagua... [threadpool] Split the socket code in separate files.
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-08 Gonzalo Paniagua... [threadpool] Added dynamic concurrent queue implementation
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[build] pkg-config support for libmonosgen.
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-21 Andreia GaitaMoonlight build fixes and cleanup
2010-12-17 Andreia GaitaAdd --with-moon-gc to select the gc to use with moon...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-05 Zoltan VargaMake sgen-protocol.c into its own module.
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
2010-11-29 Paolo MolaroProfiler: reomved the old builtin default profiler.
2010-11-24 Andreia Gaita[Moon] Speed up the moonlight build by stripping it...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-10-23 Zoltan VargaExtract the default profiler into its own file.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Rolf Bjarne KvingeFix typo in Makefile causing build breakage
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Rolf Bjarne KvingeOnly build one version of libmonoruntimemoon.la (the...
2010-09-16 Rolf Bjarne KvingeAdd a configure option to disable building the shared...
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-10 Andrew JorgensenDist sgen-cardtable.h
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-25 Andrew JorgensenAdd sgen-cardtable.c to sgen_sources (for dist)
2010-08-17 Elijah TaylorDisable sockets and a few other things when using NACL.
2010-08-09 Andrew JorgensenAdd sgen-workers.c to sgen_sources
2010-08-08 Mark Probst[sgen] Fixed heap for Mark&Sweep.
2010-08-07 Mark ProbstMerge branch 'parallel-mark'
2010-08-07 Mark Probst[sgen] Make parallel vs non-parallel mark&sweep selectable.
2010-08-04 Andrew JorgensenFix tarball build (sgen-major-*-object.h)
2010-08-04 Rodrigo KumperaMerge branch 'improve_signature_parsing_error_messages'
2010-08-04 Andrew JorgensenFix dist (sgen-protocol.h)
2010-08-04 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-04 Mark ProbstMerge branch 'selectable-major'
2010-08-04 Mark Probst[sgen] Major collectors in their own compilation units.
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-25 Carlos Alberto CortezMerge branch 'master' of git://github.com/mono/mono
2010-07-24 Mark ProbstSeparate internal allocator in its own C file.
2010-07-06 Zoltan Varga2010-07-06 Zoltan Varga <vargaz@gmail.com>
2010-06-30 Marek SafarFixed.
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-24 Miguel de IcazaRevert my changes, they break the build
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-23 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-22 Geoff Norton2010-06-22 Geoff Norton <gnorton@novell.com>
2010-06-14 Jonathan Pryor * Makefile.am (EXTRA_DIST): Add runtime.h.
2010-06-10 Jonathan Pryor * mini/mini.c (mini_cleanup): Call mono_runtime_shutdo...
2010-05-17 Marek SafarNew tests.
2010-05-13 Rodrigo KumperaFix typo
2010-05-13 Rodrigo Kumpera2010-05-12 Rodrigo Kumpera <rkumpera@novell.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-25 Mark Probst2010-04-25 Mark Probst <mark.probst@gmail.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-03-26 Marek SafarNew test.
2010-03-26 Gonzalo Paniagua... Reworked the threadpool. See individual ChangeLog entri...
next