* tuner/Mono.Tuner/InjectSecurityAttributes.cs: Make an enum
[mono.git] / mcs / tools / tuner / ChangeLog
1 2009-08-07  Andrés G. Aragoneses  <aaragoneses@novell.com>
2
3         * Mono.Tuner/InjectSecurityAttributes.cs: Make an enum
4           protected.
5
6         * Mono.Tuner/MoonlightA11yProcessor.cs: Prevent
7           Type*Exceptions because of badly placed SC attrib on
8           methods.
9
10         * Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Typo in
11           comment.
12
13 2009-07-02  Jb Evain  <jbevain@novell.com>
14
15         * Makefile: fix cecil's location.
16
17 2009-06-16  Andrés G. Aragoneses  <aaragoneses@novell.com>
18
19         * Mono.Tuner/MoonlightA11yProcessor.cs: GLibSharp uses
20           Activator.CreateInstance for *Adapter classes, so we need to
21           have an exception here for these ctors (to avoid
22           MissingMethodExceptions).
23
24 2009-06-10  Andrés G. Aragoneses  <aaragoneses@novell.com>
25
26         * Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Cosmetic.
27
28         * Mono.Tuner/MoonlightA11yAssemblyStep.cs: Typo.
29
30 2009-06-09  Andrés G. Aragoneses  <aaragoneses@novell.com>
31
32         * Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: Cosmetic.
33
34 2009-06-09  Andrés G. Aragoneses  <aaragoneses@novell.com>
35
36         * Mono.Tuner.csproj:
37         * Mono.Tuner.dll.sources: Update.
38
39         * Mono.Tuner/MoonlightA11yProcessor.cs:
40         * Mono.Tuner/MoonlightA11yAssemblyStep.cs: Typo.
41
42         * Mono.Tuner/MoonlightA11yUsageInspectionStep.cs:
43         * Mono.Tuner/MoonlightA11yDescriptorGenerator.cs: New steps
44           for prevention of API stripping.
45
46 2009-06-04  Andrés G. Aragoneses  <aaragoneses@novell.com>
47
48         * Mono.Tuner.dll.sources:
49         * Mono.Tuner.csproj: Update.
50         * Mono.Tuner/InjectSecurityAttributes.cs:
51         * Mono.Tuner/MoonlightAssemblyStep.cs: Change some accessibility
52         keywords, to be able to override and inherit.
53         * Mono.Tuner/MoonlightA11yProcessor.cs:
54         * Mono.Tuner/MoonlightA11yAssemblyStep.cs: New steps for a11y.
55
56 2009-06-02  Andrés G. Aragoneses  <aaragoneses@novell.com>
57
58         * Mono.Tuner.csproj: Update.
59
60         * Mono.Tuner/InjectSecurityAttributes.cs: Avoid NRE.
61
62 2009-05-28  Andrés G. Aragoneses  <aaragoneses@novell.com>
63
64         * Mono.Tuner/InjectSecurityAttributes.cs: show a warning if using
65         the MoonlightAssemblyStep but no secattr option is specified.
66
67 2009-05-15  Jb Evain  <jbevain@novell.com>
68
69         * Mono.Tuner/InjectSecurityAttributes.cs: fix retrieval
70         of generic methods.
71
72 2009-05-15  Jb Evain  <jbevain@novell.com>
73
74         * Mono.Tuner/InjectSecurityAttributes.cs: fix issues
75         with non unique MethodReference.ToString for generic method defs.
76
77 2009-04-24  Jb Evain  <jbevain@novell.com>
78
79         * Mono.Tuner.dll.sources: adjusted
80         * Mono.Tuner/FilterAttributes.cs: new step to remove some known
81         undesirable custom attributes.
82
83 2009-04-23  Jb Evain  <jbevain@novell.com>
84
85         * Mono.Tuner/CheckVisibility.cs: check deep nested types.
86
87 2009-04-22  Jb Evain  <jbevain@novell.com>
88
89         * Mono.Tuner/CheckVisibility.cs: take InternalsVisibleTo into account.
90
91 2009-04-22  Jb Evain  <jbevain@novell.com>
92
93         * Mono.Tuner/CheckVisibility.cs: take FamAndAssem into account.
94
95 2009-04-22  Jb Evain  <jbevain@novell.com>
96
97         * AdjustVisibility.cs: we're now turning non exposed fields and
98         methods (API wise) that are `protected` into `protected and internal`.
99
100 2009-04-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
101
102         * Mono.Tuner.csproj: Update.
103
104 2009-04-03  Andrés G. Aragoneses  <aaragoneses@novell.com>
105
106         * Mono.Tuner/InjectSecurityAttributes.cs: Show a warning
107         when the secattr file is not found.
108
109 2009-03-10  Jb Evain  <jbevain@novell.com>
110
111         * Mono.Tuner/MoonlightAssemblyStep.cs: don't remove
112         the LoadReferencesStep for specific Moonlight tuning.
113
114 2009-03-01  Jb Evain  <jbevain@novell.com>
115
116         * Mono.Tuner.dll.sources
117         * Mono.Tuner/MoonlightAssemblyStep.cs: add new step specific
118         to moonlight to instrument Moonlight assemblies one by one.
119
120 2009-02-19  Jb Evain  <jbevain@novell.com>
121
122         * Mono.Tuner/InjectSecurityAttributes.cs: also remove existing
123         CAS security declarations before injecting CoreCLR security attributes.
124
125 2009-02-18  Jb Evain  <jbevain@novell.com>
126
127         * Mono.Tuner/InjectSecurityAttributes.cs: new tuner step
128         which is able to process the security attribute data files.
129         It replaces the previous InjectAttributes step.
130
131 2009-01-28  Jb Evain  <jbevain@novell.com>
132
133         * Mono.Tuner/CheckVisibility.cs: use the appropriate Resolve methods.
134
135 2008-12-01  Jb Evain  <jbevain@novell.com>
136
137         * Makefile: move tuning logic inside ../moon. We now simply build
138         the tuner as a simple library.
139
140 2008-11-20  Jb Evain  <jbevain@novell.com>
141
142         * Makefile: simplify Makefile and tune System.Xml.Linq.
143
144 2008-10-16  Jb Evain  <jbevain@novell.com>
145
146         * masterinfos/silverlight/*.info: update to SL2.
147
148 2008-09-23  Jb Evain  <jbevain@novell.com>
149
150         * masterinfos/silverlight/Mono.CompilerServices.SymbolWriter.info
151         * Makefile:
152                 tune the SymbolWriter as well.
153
154 2008-09-23  Jb Evain  <jbevain@novell.com>
155
156         * Makefile: only execute the check visibility step if
157         CHECK_VISIBILITY is defined.
158
159 2008-09-18  Jb Evain  <jbevain@novell.com>
160
161         * Mono.Tuner/AdjustVisibility.cs: correctly process public nested types.
162
163 2008-09-12  Jb Evain  <jbevain@novell.com>
164
165         * Makefile: tune System.ServiceModel.Web.
166
167 2008-09-12  Jb Evain  <jbevain@novell.com>
168
169         * Makefile: tune System.ServiceModel.dll
170
171 2008-09-12  Jb Evain  <jbevain@novell.com>
172
173         * Makefile: make the linker generate new guids for the tuned
174         assemblies.
175
176 2008-09-09  Jb Evain  <jbevain@novell.com>
177
178         * Makefile: tune System.Runtime.Serialization as well.
179
180 2008-08-05  Jb Evain  <jbevain@novell.com>
181
182         * Mono.Tuner/CheckVisibility.cs: properly verify famorassem.
183
184 2008-06-10  Jb Evain  <jbevain@novell.com>
185
186         * masterinfos/silverlight/System.Net.info
187         * masterinfos/silverlight/mscorlib.info
188         * masterinfos/silverlight/System.Xml.info
189         * masterinfos/silverlight/System.info:
190                 Update to SL2B2 API.
191
192 2008-04-13  Jb Evain  <jbevain@novell.com>
193
194         * masterinfos/silverlight/*.info: 2.0 api.
195         * Makefile: update.
196         Merged from the Moonlight 2 branch.
197
198 Thu Mar 13 22:32:24 CET 2008 Paolo Molaro <lupus@ximian.com>
199
200         * Makefile: strong name the tuned assemblies.
201
202 2008-03-13  Jb Evain  <jbevain@novell.com>
203
204         * Mono.Tuner/AdjustVisibility.cs: don't adjust enums.
205
206 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
207
208         * Makefile (inst-%, gac-%): Fix dependencies.
209
210 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
211
212         * Makefile: Improve.  Update to new net_2_1 profiles.  Specify
213         more dependencies.  Do work only when necessary.
214         * Descriptors/smcs.xml: Add CompilerCallableEntryPoint.
215
216 2008-02-01  Jb Evain  <jbevain@novell.com>
217
218         * Makefile: remove System.Core temporary hack.
219
220 2008-02-01  Jb Evain  <jbevain@novell.com>
221
222         * Makefile, Descriptors/System.Core.xml:
223         protect some internals of System.Core as apparently
224         the masterinfos are somewhat wrong.
225
226 2007-10-26  Jb Evain  <jbevain@novell.com>
227
228         * Makefile: disable the `always build the tuner` as per
229         Paolo's suggestion. Need to use the build mecanism from now.
230
231 2007-10-26  Jb Evain  <jbevain@novell.com>
232
233         * Makefile: activate the InjectAttributes step.
234
235 2007-10-25  Jb Evain  <jbevain@novell.com>
236
237         * Mono.Tuner/InjectAttributes.cs: inject security attributes
238         defined in the public api.
239
240 2007-10-25  Jb Evain  <jbevain@novell.com>
241
242         * Mono.Tuner/InjectAttributes.cs: infrastructure for
243         the attribute injector.
244
245 2007-10-25  Jb Evain  <jbevain@novell.com>
246
247         * Mono.Tuner/PrintStatus.cs: print which items
248         have been internalized if the parameter `display_internalized`
249         is set to true.
250
251         * Makefile: define parameter `display_internalized` and set it
252         to false. Set it explicitely to true if you want a detailed log
253         about which metadata items have been internalized.
254
255 2007-10-25  Jb Evain  <jbevain@novell.com>
256
257         * Mono.Tuner/TunerAnnotations.cs
258         * Mono.Tuner/AdjustVisibility.cs:
259                 Annotate the items that have been internalized
260                 for later use.
261
262         * Makefile: always rebuild Mono.Tuner.dll for now.
263
264 2007-09-04  Jb Evain  <jbevain@novell.com>
265
266         * masterinfos/*.info added, so we don't have to download them.
267         * Makefile: use directly the .info files from the repo.
268
269 2007-08-28  Jb Evain  <jbevain@novell.com>
270
271         * Makefile: mdb support.
272
273 2007-08-21  Jb Evain  <jbevain@novell.com>
274
275         * Makefile: tune on `all`, and only re-installed the tuned
276         assemblies on `install`.
277
278 2007-08-16  Jb Evain  <jbevain@novell.com>
279
280         * Makefile: re-install in the GAC the tuned assemblies.
281
282 2007-08-13  Jb Evain  <jbevain@novell.com>
283
284         * Makefile: tune on net_2_1 install.
285
286 2007-08-11  Jb Evain  <jbevain@novell.com>
287
288         * Descriptors/System.xml, Makefile: add a descriptor
289         to protect some classes in System.
290
291 2007-08-05  Jb Evain  <jbevain@novell.com>
292
293         * Descriptors/smcs.xml, Makefile: add a descriptor
294         to protect some classes in smcs.
295
296 2007-08-03  Atsushi Enomoto  <atsushi@ximian.com>
297
298         * Makefile : a bit win32 friendly fix.
299
300 2007-08-01  Jb Evain  <jbevain@novell.com>
301
302         * Mono.Tuner/CheckVisibilit.cs:
303                 New debugging step to ensure that the even after
304                 API tuning the visibility is correct.
305
306 2007-07-27  Jb Evain  <jbevain@novell.com>
307
308         * Mono.Tuner/RemoveSerialization.cs:
309                 Add a new linker step to remove automatically everything
310                 serialization related.
311
312 2007-07-18  Jb Evain  <jbevain@novell.com>
313
314         * tuner: new tool to tune the Mono assemblies from a full 2.1
315         profile to a stripped down silverlight compatible assembly set.