You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,115 +0,0 @@
|
||||
|
||||
Wed Feb 24 15:56:52 CET 2010 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* Makefile.am, monograph.c: update to the new API/ABI.
|
||||
|
||||
2009-08-18 Christian Hergert <chris@dronelabs.com>
|
||||
|
||||
* monograph.c: Fix printf warnings.
|
||||
|
||||
Mon Sep 10 15:03:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: added --size option to collect size statistics
|
||||
per-type (best used with a pipe to sort -n -k3).
|
||||
|
||||
2007-03-13 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* monograph.vcproj: Move to msvc directory.
|
||||
|
||||
2007-03-13 Jonathan Chambers <joncham@gmail.com>
|
||||
|
||||
* monograph.vcproj: Begin WIN64 port.
|
||||
|
||||
Fri Jan 26 12:37:14 CET 2007 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: warning fixes.
|
||||
|
||||
Tue Mar 21 16:01:26 CET 2006 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: fixes to be able to deal with 2.0 assemblies
|
||||
and more stats.
|
||||
|
||||
Wed Feb 22 15:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: update after MonoMethodHeader changes.
|
||||
|
||||
Tue Jan 24 18:57:46 CET 2006 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: misc fixes and parent depth stats.
|
||||
|
||||
2005-05-26 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* monograph.vcproj: Project file for monograph.
|
||||
|
||||
2005-03-29 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* monograph.c: Add mono-compiler.h header to allow/ease compilation
|
||||
with non-GCC compilers. Fix default loading of mscorlib.dll.
|
||||
|
||||
2005-02-09 Ben Maurer <bmaurer@ximian.com>
|
||||
|
||||
* monograph.c (print_method): Don't use method->info, as this will
|
||||
be removed soon.
|
||||
|
||||
2005-02-03 Zoltan Varga <vargaz@freemail.hu>
|
||||
|
||||
* monograph.c: Fix warnings.
|
||||
|
||||
Mon May 24 13:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: default assembly name is "mscorlib" now.
|
||||
|
||||
2003-11-12 Jackson Harper <jackson@ximian.com>
|
||||
|
||||
* monograph.c: Change default assembly name to mscorlib.dll
|
||||
|
||||
Thu Feb 6 02:43:23 PST 2003 Piers Haken <piersh@friskit.com>
|
||||
|
||||
* monograph.c: more warning cleanups
|
||||
|
||||
Tue Jan 28 18:53:08 CET 2003 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: more stats added.
|
||||
|
||||
Mon Oct 7 12:25:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: added a --stats command line option to gather
|
||||
statistics about the assembly code.
|
||||
|
||||
2002-08-28 Dick Porter <dick@ximian.com>
|
||||
|
||||
* Makefile.am: Export HOST_CC for w32 builds
|
||||
|
||||
Fri Jul 19 14:23:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: simple stats on opcode size.
|
||||
|
||||
Thu Mar 28 15:18:50 CET 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: some warning cleanups.
|
||||
|
||||
Mon Mar 11 11:58:27 CET 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: update --help output, Make error messages less
|
||||
intimidating and more informative.
|
||||
|
||||
Mon Mar 11 11:16:53 CET 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: removed method signature and searching helpers
|
||||
that are now provided in libmetadata. Added --control-flow option to
|
||||
create a control flow graph of a method, with basic blocks etc.
|
||||
|
||||
Wed Feb 20 17:53:59 CET 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: added -i option to create a graph of the types
|
||||
implementing an interface.
|
||||
|
||||
Tue Feb 19 12:24:15 CET 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: fix typo. Update for changes in mono_init ().
|
||||
|
||||
Mon Feb 18 14:37:17 CET 2002 Paolo Molaro <lupus@ximian.com>
|
||||
|
||||
* monograph.c: First commit: program to generate call graphs
|
||||
or type hierarchies from CIL programs.
|
||||
|
||||
@@ -56,5 +56,4 @@ graphs: $(OUT)
|
||||
./monograph -n -o $*.png corlib.dll $*
|
||||
convert -geometry '480x360>' $*.png $*.jpeg
|
||||
|
||||
EXTRA_DIST = ChangeLog
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ target_triplet = @target@
|
||||
@DISABLE_EXECUTABLES_FALSE@@DISABLE_LIBRARIES_FALSE@@SUPPORT_BOEHM_TRUE@bin_PROGRAMS = monograph$(EXEEXT)
|
||||
subdir = tools/monograph
|
||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||||
$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp ChangeLog
|
||||
$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
|
||||
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
||||
@@ -274,8 +274,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
@@ -408,7 +406,6 @@ monograph_LDADD = \
|
||||
@PLATFORM_DARWIN_TRUE@monograph_LDFLAGS = -framework CoreFoundation
|
||||
GRAPHS = System.Object System.Enum System.Attribute System.ValueType System.Reflection.MemberInfo
|
||||
OUT = $(GRAPHS:=.jpeg)
|
||||
EXTRA_DIST = ChangeLog
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
Reference in New Issue
Block a user