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