2008-09-12 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / tools / tuner / ChangeLog
1 2008-09-12  Jb Evain  <jbevain@novell.com>
2
3         * Makefile: tune System.ServiceModel.Web.
4
5 2008-09-12  Jb Evain  <jbevain@novell.com>
6
7         * Makefile: tune System.ServiceModel.dll
8
9 2008-09-12  Jb Evain  <jbevain@novell.com>
10
11         * Makefile: make the linker generate new guids for the tuned
12         assemblies.
13
14 2008-09-09  Jb Evain  <jbevain@novell.com>
15
16         * Makefile: tune System.Runtime.Serialization as well.
17
18 2008-08-05  Jb Evain  <jbevain@novell.com>
19
20         * Mono.Tuner/CheckVisibility.cs: properly verify famorassem.
21
22 2008-06-10  Jb Evain  <jbevain@novell.com>
23
24         * masterinfos/silverlight/System.Net.info
25         * masterinfos/silverlight/mscorlib.info
26         * masterinfos/silverlight/System.Xml.info
27         * masterinfos/silverlight/System.info:
28                 Update to SL2B2 API.
29
30 2008-04-13  Jb Evain  <jbevain@novell.com>
31
32         * masterinfos/silverlight/*.info: 2.0 api.
33         * Makefile: update.
34         Merged from the Moonlight 2 branch.
35
36 Thu Mar 13 22:32:24 CET 2008 Paolo Molaro <lupus@ximian.com>
37
38         * Makefile: strong name the tuned assemblies.
39
40 2008-03-13  Jb Evain  <jbevain@novell.com>
41
42         * Mono.Tuner/AdjustVisibility.cs: don't adjust enums.
43
44 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
45
46         * Makefile (inst-%, gac-%): Fix dependencies.
47
48 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
49
50         * Makefile: Improve.  Update to new net_2_1 profiles.  Specify
51         more dependencies.  Do work only when necessary.
52         * Descriptors/smcs.xml: Add CompilerCallableEntryPoint.
53
54 2008-02-01  Jb Evain  <jbevain@novell.com>
55
56         * Makefile: remove System.Core temporary hack.
57
58 2008-02-01  Jb Evain  <jbevain@novell.com>
59
60         * Makefile, Descriptors/System.Core.xml:
61         protect some internals of System.Core as apparently
62         the masterinfos are somewhat wrong.
63
64 2007-10-26  Jb Evain  <jbevain@novell.com>
65
66         * Makefile: disable the `always build the tuner` as per
67         Paolo's suggestion. Need to use the build mecanism from now.
68
69 2007-10-26  Jb Evain  <jbevain@novell.com>
70
71         * Makefile: activate the InjectAttributes step.
72
73 2007-10-25  Jb Evain  <jbevain@novell.com>
74
75         * Mono.Tuner/InjectAttributes.cs: inject security attributes
76         defined in the public api.
77
78 2007-10-25  Jb Evain  <jbevain@novell.com>
79
80         * Mono.Tuner/InjectAttributes.cs: infrastructure for
81         the attribute injector.
82
83 2007-10-25  Jb Evain  <jbevain@novell.com>
84
85         * Mono.Tuner/PrintStatus.cs: print which items
86         have been internalized if the parameter `display_internalized`
87         is set to true.
88
89         * Makefile: define parameter `display_internalized` and set it
90         to false. Set it explicitely to true if you want a detailed log
91         about which metadata items have been internalized.
92
93 2007-10-25  Jb Evain  <jbevain@novell.com>
94
95         * Mono.Tuner/TunerAnnotations.cs
96         * Mono.Tuner/AdjustVisibility.cs:
97                 Annotate the items that have been internalized
98                 for later use.
99
100         * Makefile: always rebuild Mono.Tuner.dll for now.
101
102 2007-09-04  Jb Evain  <jbevain@novell.com>
103
104         * masterinfos/*.info added, so we don't have to download them.
105         * Makefile: use directly the .info files from the repo.
106
107 2007-08-28  Jb Evain  <jbevain@novell.com>
108
109         * Makefile: mdb support.
110
111 2007-08-21  Jb Evain  <jbevain@novell.com>
112
113         * Makefile: tune on `all`, and only re-installed the tuned
114         assemblies on `install`.
115
116 2007-08-16  Jb Evain  <jbevain@novell.com>
117
118         * Makefile: re-install in the GAC the tuned assemblies.
119
120 2007-08-13  Jb Evain  <jbevain@novell.com>
121
122         * Makefile: tune on net_2_1 install.
123
124 2007-08-11  Jb Evain  <jbevain@novell.com>
125
126         * Descriptors/System.xml, Makefile: add a descriptor
127         to protect some classes in System.
128
129 2007-08-05  Jb Evain  <jbevain@novell.com>
130
131         * Descriptors/smcs.xml, Makefile: add a descriptor
132         to protect some classes in smcs.
133
134 2007-08-03  Atsushi Enomoto  <atsushi@ximian.com>
135
136         * Makefile : a bit win32 friendly fix.
137
138 2007-08-01  Jb Evain  <jbevain@novell.com>
139
140         * Mono.Tuner/CheckVisibilit.cs:
141                 New debugging step to ensure that the even after
142                 API tuning the visibility is correct.
143
144 2007-07-27  Jb Evain  <jbevain@novell.com>
145
146         * Mono.Tuner/RemoveSerialization.cs:
147                 Add a new linker step to remove automatically everything
148                 serialization related.
149
150 2007-07-18  Jb Evain  <jbevain@novell.com>
151
152         * tuner: new tool to tune the Mono assemblies from a full 2.1
153         profile to a stripped down silverlight compatible assembly set.