Remove a -W option which breaks with older gcc versions.
[mono.git] / mono / profiler / proflog.c
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-29 Rolf Bjarne KvingeLog profiler: don't ignore return values from select...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-09 Miguel de IcazaUpdate two days worth of copyrights, many more missing
2011-11-09 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-11-08 Rolf Bjarne KvingeLog profiler: fix comment typo
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-26 Rolf Bjarne KvingeLog profiler: ensure the size we pass to getsockname...
2011-10-26 Rolf Bjarne KvingeLog profiler: flush file after writing to it.
2011-10-26 Rolf Bjarne KvingeLog profiler: add support for writing to an existing...
2011-10-26 Rolf Bjarne KvingeProfiler: add support embedded profilers whose entry...
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-13 Rolf Bjarne KvingeLog profiler: Don't include major collections in ondema...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-17 Paolo MolaroLog profiler: fix statistical mode on linux amd64.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-03 Zoltan VargaRevert a warning fix as it breaks the windows build.
2010-12-02 Zoltan VargaFix warnings.
2010-11-30 Paolo MolaroLog profiler: BSD/win32 portability fixes.
2010-11-29 Zoltan VargaFix amd64 build.
2010-11-29 Paolo MolaroLog profiler: portability checks.
2010-11-29 Paolo MolaroLog profiler: added statistical sampling mode.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-17 Paolo MolaroLog profiler: implemented command server and ondemand...
2010-11-16 Paolo MolaroLog profiler: collect root information during GC.
2010-11-12 Paolo MolaroLog profiler: removed the hsmode option, use heapshot...
2010-11-12 Paolo MolaroLog profiler: updated to the new heap walk API.
2010-11-12 Paolo MolaroLog profiler: use the output value as a filename when...
2010-11-12 Paolo MolaroLog profiler: allow overwriting data files and name...
2010-11-12 Paolo MolaroLog profiler: prevent possible corruption from writing...
2010-11-11 Paolo MolaroAdded a proper define for the external zlib and check...
2010-11-10 Paolo MolaroLog profiler: fixed timeout heapshot mode and sorted...
2010-11-10 Paolo MolaroLog profiler: track thread names with the new profiler...
2010-11-10 Paolo MolaroLog profiler: added support for GC handles tracking.
2010-11-09 Paolo MolaroLog profiler: osx/win32 portability fixes.
2010-11-08 Paolo MolaroLog profiler: disable zlib support on windows.
2010-11-08 Paolo MolaroLog profiler: fill and display a few more data fields...
2010-11-08 Paolo MolaroEmit object heap sizes for allocations and heap-shot...
2010-11-08 Paolo MolaroMore log profiler portability and warning fixes.
2010-11-08 Paolo MolaroIntegrated the log profiler in the build, warning and...
2010-11-08 Paolo MolaroLog profiler: added copyright header and comments.
2010-11-08 Paolo MolaroPorted log profiler to windows (untested) and OSX time...
2010-11-08 Paolo MolaroDocumented the current version for the log profiler...
2010-11-06 Zoltan VargaFix encode/decode_sleb128 () on 64 bit systems.
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Geoff NortonImplement the new logging profiler on OSX
2010-11-05 Paolo MolaroFirst cut of the new log profiler and report generator.