2007-10-25 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / tools / tuner / ChangeLog
1 2007-10-25  Jb Evain  <jbevain@novell.com>
2
3         * Mono.Tuner/InjectAttributes.cs: infrastructure for
4         the attribute injector.
5
6 2007-10-25  Jb Evain  <jbevain@novell.com>
7
8         * Mono.Tuner/PrintStatus.cs: print which items
9         have been internalized if the parameter `display_internalized`
10         is set to true.
11
12         * Makefile: define parameter `display_internalized` and set it
13         to false. Set it explicitely to true if you want a detailed log
14         about which metadata items have been internalized.
15
16 2007-10-25  Jb Evain  <jbevain@novell.com>
17
18         * Mono.Tuner/TunerAnnotations.cs
19         * Mono.Tuner/AdjustVisibility.cs:
20                 Annotate the items that have been internalized
21                 for later use.
22
23         * Makefile: always rebuild Mono.Tuner.dll for now.
24
25 2007-09-04  Jb Evain  <jbevain@novell.com>
26
27         * masterinfos/*.info added, so we don't have to download them.
28         * Makefile: use directly the .info files from the repo.
29
30 2007-08-28  Jb Evain  <jbevain@novell.com>
31
32         * Makefile: mdb support.
33
34 2007-08-21  Jb Evain  <jbevain@novell.com>
35
36         * Makefile: tune on `all`, and only re-installed the tuned
37         assemblies on `install`.
38
39 2007-08-16  Jb Evain  <jbevain@novell.com>
40
41         * Makefile: re-install in the GAC the tuned assemblies.
42
43 2007-08-13  Jb Evain  <jbevain@novell.com>
44
45         * Makefile: tune on net_2_1 install.
46
47 2007-08-11  Jb Evain  <jbevain@novell.com>
48
49         * Descriptors/System.xml, Makefile: add a descriptor
50         to protect some classes in System.
51
52 2007-08-05  Jb Evain  <jbevain@novell.com>
53
54         * Descriptors/smcs.xml, Makefile: add a descriptor
55         to protect some classes in smcs.
56
57 2007-08-03  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * Makefile : a bit win32 friendly fix.
60
61 2007-08-01  Jb Evain  <jbevain@novell.com>
62
63         * Mono.Tuner/CheckVisibilit.cs:
64                 New debugging step to ensure that the even after
65                 API tuning the visibility is correct.
66
67 2007-07-27  Jb Evain  <jbevain@novell.com>
68
69         * Mono.Tuner/RemoveSerialization.cs:
70                 Add a new linker step to remove automatically everything
71                 serialization related.
72
73 2007-07-18  Jb Evain  <jbevain@novell.com>
74
75         * tuner: new tool to tune the Mono assemblies from a full 2.1
76         profile to a stripped down silverlight compatible assembly set.