2010-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / tools / corcompare / ChangeLog
blob71aab33191c91c8758a168e0030f104f7fe6e953
1 2009-06-03  Jb Evain  <jbevain@novell.com>
3         * AssemblyResolver.cs: properly attach the resolver to the
4         assemblies we've found.
6 2009-01-28  Jb Evain  <jbevain@novell.com>
8         * AssemblyResolver.cs
9           Util.cs
10           mono-api-info.cs:
11                 Directly use the Resolve methods from Cecil.
13 2009-01-06  Jb Evain  <jbevain@novell.com>
15         * transform.cs
16         * cormissing.xsl
17         * mono-api.xsl
18         * mono-api-diff.cs:
19                 remove deprecated code.
21 2009-01-06  Jb Evain  <jbevain@novell.com>
23         * Makefile: only build mono-api-info, as mono-api-diff and transform
24         are not used anymore.
26 2009-01-05  Jb Evain  <jbevain@novell.com>
28         * mono-api-info.cs: output custom attributes for generic parameters
29         as well.
31 2009-01-05  Jb Evain  <jbevain@novell.com>
33         * mono-api-info.cs: specify an `enumtype` attribute to describe
34         enumeration underlyin types.
36 2009-01-05  Jb Evain  <jbevain@novell.com>
38         * mono-api-info.cs: don't emit empty attributes on properties.
40 2008-12-17  Jb Evain  <jbevain@novell.com>
42         * mono-api-info.cs: don't add Finalizers to the api definition.
44 2008-12-08  Jb Evain  <jbevain@novell.com>
46         * Util.cs
47         * WellFormedXmlWriter.cs
48         * mono-api-diff.cs
49         * AssemblyResolver.cs
50         * mono-api-info.cs: normalize namespaces.
52 2008-12-08  Jb Evain  <jbevain@novell.com>
54         * Metadata.cs
55         * CecilMetadata.cs
56         * CompareContext.cs
57         * MasterMetadata.cs
58         * Masterinfo.cs
59         * Comparison.cs: add the gui-compare backend as source for now.
61 2008-12-04  Jb Evain  <jbevain@novell.com>
63         * Remove CorCompare.exe sources.
65 2008-12-04  Jb Evain  <jbevain@novell.com>
67         * Makefile: don't build CorCompare.exe anymore as it's not even
68         used.
70 2008-12-04  Jb Evain  <jbevain@novell.com>
72         * mono-api-diff.cs: update mono-api-diff wrt to the format changes.
74 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
75             Jb Evain  <jbevain@novell.com>
77         * WellFormedXmlWriter.cs : new file to escape invalid XML
78           characters.
79         * mono-api-info.cs mono-api-diff.cs : don't use XmlTextWriter
80           directly when you don't know what you are going to write.
81           escape invalid characters as \xXX or \uUUUU.
83 2008-11-21  Jb Evain  <jbevain@novell.com>
85         *.*: update to the cecil/corcompare version.
87 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
89         * Makefile: Add doc-update target support.
91 2008-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
93         * mono-api.xsl: Added support for event accessors.
94         * mono-api-diff.cs: Added support for event accessors.
95         * mono-api-info.cs: Added support for explicit interface
96         implementations, and groups event accessors with the corresponding
97         event.
99 2008-05-19  Atsushi Enomoto  <atsushi@ximian.com>
101         * mono-api-diff.cs : do not report CompilerGeneratedAttribute which
102           likely comes from auto property.
104 2008-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
106         * TODO: Removed, as all items are obsolete.
107         * Makefile: Removed TODO from DISTFILES.
109 2008-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
111         * mono-api-diff.cs: Output type for extra classes, to allow it to
112         show up on class status pages.
114 2008-03-04  Atsushi Enomoto  <atsushi@ximian.com>
116         * mono-api.xsl : add support for parameters.
118 2008-02-27  Chris Toshok  <toshok@ximian.com>
120         * mono-api-info.cs: include protected nested classes in the
121         output.
123 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
125         * mono-api-diff.cs: Check the names of method parameters as well.
127 2007-11-27  Atsushi Enomoto  <atsushi@ximian.com>
129         * mono-api-diff.cs : ... and do the same for missing members.
130           I don't like this change but ppl wanted me to make it so :p
132 2007-11-27  Atsushi Enomoto  <atsushi@ximian.com>
134         * mono-api-diff.cs : expand all missing types in missing
135           namespaces so that we don't get just one "missing" mark
136           for the entire namespace.
138 2007-08-12  Marek Safar <marek.safar@gmail.com>
140         * Makefile: Build transform too.
142 2007-06-29  Gert Driesen  <drieseng@users.sourceforge.net>
144         * mono-api.xsl: Added support for nested classes.
145         * mono-api-diff.cs: Renamed element used for nested classes from
146         nestedclass to class to avoid duplicating templates in xsl.
148 2007-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
150         * mono-api-diff.cs: Fixed line endings. For overloaded operators we
151         need to include the return type in the key to allow matching.
153 2007-06-18  Gert Driesen  <drieseng@users.sourceforge.net>
155         * mono-api-info.cs: do not ignore overloaded operators.
157 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
159         * mono-api-info.cs : fix silliness.
161 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
163         * mono-api-info.cs mono-api-diff.cs :
164           handle MonoTODOAttribute derivations.
166 2007-04-17  Alp Toker  <alp@atoker.com>
168         * mono-api-diff.cs:
169         * mono-api-info.cs:
170         * MissingMethod.cs: Treat IsVirtual and IsFinal as independent
171         attributes.
173 2007-02-22  Wade Berrier  <wberrier@novell.com>
175         * Makefile: Move files from EXTRA_DISTFILES to DISTFILES so they
176         get included in 'make dist'
178 2007-02-20  Marek Safar <marek.safar@gmail.com>
180         * mono-api-diff.cs : Report difference between parameter attributes.
182 2006-01-26  Atsushi Enomoto  <atsushi@ximian.com>
184         * mono-api-info.cs
185           mono-api-diff.cs : show MethodAttributes difference (as long as
186           they make sense).
188 2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
190         * mono-api.xsl : tiny checked="checked" sanitization.
192 2005-11-29  Atsushi Enomoto  <atsushi@ximian.com>
194         * mono-api.xsl : added toggle switch for referenced documentation
195           (monodoc/msdn/msdn2).
197 2005-11-18  Atsushi Enomoto  <atsushi@ximian.com>
199         * mono-api.xsl : filtered attributes are customizable now (but pretty
200           slow!)
202 2005-11-08  Atsushi Enomoto  <atsushi@ximian.com>
204         * mono-api.xsl : turn ComVisible and DebuggerDisplay off by default.
206 2005-11-08  Atsushi Enomoto  <atsushi@ximian.com>
208         * MissingType.cs : don't add fake SerializableAttributes (if it does).
210 2005-11-08  Atsushi Enomoto  <atsushi@ximian.com>
212         * mono-api.xsl : part of XHTMLification.
214 2005-11-08  Atsushi Enomoto  <atsushi@ximian.com>
216         * mono-api.xsl : Use indent; it is practically impossible to improve
217           generated HTML w/o indentation.
219 2005-11-04  Atsushi Enomoto  <atsushi@ximian.com>
221         * mono-api-info.cs : filter property ReservedMask out; they show
222           useless diffs.
224 2005-10-28  Atsushi Enomoto  <atsushi@ximian.com>
226         * mono-api-info.cs, mono-api-diff.cs : use IsVirtual instead of
227           IsFinal (bug #76585; it is not working). Fixed new warning.
229 2005-10-28  Atsushi Enomoto  <atsushi@ximian.com>
231         * mono-api-diff.cs :
232           "None" goes away from static/abstract/sealed diff.
234 2005-10-28  Atsushi Enomoto  <atsushi@ximian.com>
236         * mono-api-info.cs, mono-api-diff.cs :
237           Print static/abstract/sealed diffs on methods.
238           Differentiate generic methods by their type arguments.
239           Print generic parameter attribute differences.
241 2005-10-14  Atsushi Enomoto  <atsushi@ximian.com>
243         * cormissing.xsl, mono-api.xsl, mono-api-diff.cs, mono-api-info.cs :
244           added support for displaying generic contraint differences.
246 2005-08-06  Gert Driesen  <drieseng@users.sourceforge.net>
248         * mono-api-diff.cs: When multiple attributes of the same type
249         exist, then we must use a key that is composed of the attribute
250         type and key/value pairs for each property. Fixed line endings.
251         * mono-api-info.cs: target is not used for AttributeData. Removed
252         unused ctor and OutputAttributes overload.
254 2005-06-24  Martin Baulig  <martin@ximian.com>
256         * mono-api-info.cs: Use `Type.ToString()' everywhere instead of
257         `Type.FullName' since on the MS runtime `Type.FullName' is the
258         empty string for type parameters (FIXME: bug in the MS runtime?).
260 2005-06-16  Raja R Harinath  <rharinath@novell.com>
262         * Makefile (mono-api-info.exe): Copy mdb file from the
263         profile-specific directory.
265 2005-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
267         * mono-api-info.cs: exclude the ReservedMask bits from method
268         attributes.
270 2005-06-01  Ben Maurer  <bmaurer@ximian.com>
272         * mono-api-info.cs: Hack to support generics better
274 2005-05-06  Raja R Harinath  <rharinath@novell.com>
276         * Makefile (ALL_PROGRAMS): Make 'mono-api-info.exe'
277         profile-dependent.
278         (uninstall-local): Use the basename.
280 2005-04-13 Ankit Jain <ankit@corewars.org>
282         * mono-api-diff.cs (XmlParameter): Revert type of defaultValue
283         from object to string, since the value is read from XML.
285 2005-04-12 Ankit Jain <ankit@corewars.org>
287         * mono-api-diff.cs: Handle null default values correctly.
288         * mono-api-info.cs: -do-
289         System.DBNull.Value means no default value.
291 2005-04-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
293         * transform.cs:
294         * transform.js: replace transform.js with transform.cs
296 2005-03-11  Sebastien Pouliot  <sebastien@ximian.com>
298         * mono-api-info.exe: Don't process attributes inheriting from
299         SecurityAttribute as we won't ever match them 100% (at least from a
300         syntaxic point of view). The tool permview.exe can be used to extract
301         and compare them if/when required.
303 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
305         * Makefile (PROGRAM_INSTALL_DIR): Define in terms of $(libdir).
307 2005-02-11  Marek Safar <marek.safar@seznam.cz>
309         * mono-api-diff.cs : Fixed collision in the sealed/static detection.
311 2005-02-10  Marek Safar <marek.safar@seznam.cz>
313         * mono-api-diff.cs ,
314         * mono-api-info.cs : Check values of attribute properties.
316 2004-12-08  Atsushi Enomoto <atsushi@ximian.com>
318         * mono-api.xsl : optimized a bit. Removed extraneous step from
319           template-matches, extraneous descendant search and mode usage.
321 2004-11-26  Raja R Harinath  <rharinath@novell.com>
323         * Makefile (PROGRAM_INSTALL_DIR): Change to
324         $(prefix)/lib/mono/$(FRAMEWORK_VERSION).
326 2004-10-14  Atsushi Enomoto <atsushi@ximian.com>
328         * mono-api-info.cs : Use GetExportedTypes(). This fixes System.Xml.xml
329           generation in masterinfos.
331 2004-09-29  Zoltan Varga  <vargaz@freemail.hu>
333         * MissingAttribute.cs: Ignore DllImportAttribute and PreserveSigAttribute.
335 2004-09-06  Marek Safar <marek.safar@seznam.cz>
337         * mono-api-diff.cs ,
338         * mono-api-info.cs : Added static class detection.
340 2004-06-19  Atsushi Enomoto <atsushi@ximian.com>
342         * mono-api-diff.cs : tiny fix on warning output.
344 2004-06-14  Gert Driesen <drieseng@users.sourceforge.net>
346         * mono-api-diff.cs: now also check charset, layout and
347         serializability of types
348         * mono-api-info.cs: output charset, layout and flag indicating
349         whether type is serializable
351 2004-06-12  Gert Driesen <drieseng@users.sourceforge.net>
353         * mono-api-diff.cs:
354           - check method/ctor parameters
355           - use target attribute for attributes in key for attributes
356             (if available). This allows us to differentiate between method
357             and return type attributes for methods
358           - check field values (for literal fields)
359           - LoadExtraData was not always called, causing certain signature
360             mismatches not to be reported
362         * mono-api-info.cs:
363           - check field values of literal fields
364           - document parameters of method/ctors
365           - also output attribute applied to return type of methods
367 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
369         * mono-api-info.cs: ignore non-public attributes
371 2004-06-11  Raja R Harinath  <rharinath@novell.com>
373         * Makefile (PROGRAM_INSTALL_DIR): New define.
374         (install-local, uninstall-local): Use it.
376 2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
378         * mono-api-info.cs: for checking API compatibility, we're only
379         interested in public interfaces that are implemented by a given
380         type.  Include protected internal fields and ctors.
382 2004-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
384         * mono-api-diff.cs: fixes event diff when we're missing attributes. Now
385         the class status properly shows the attributes under the event.
387         * mono-api-info.cs: include protected internal methods.
389 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
391         * mono-api-info.cs: we don't want internal members listed.
393 2004-06-03  Gert Driesen <drieseng@users.sourceforge.net>
395         * mono-api-info.cs: also check protected internal members
397 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
399         * mono-api-info.cs: if we have a TODOAttribute, get the Comment property
400         value and store it in attribute 'comment'.
402         * mono-api-diff.cs: if we have a 'comment' keep it in the output file.
404         * mono-api.xsl: if we have a 'comment' set it as the title attribute
405         of the monoTODO gif image.
407         Now we can see the MonoTODO comments when browsing the class status
408         pages.
410 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
412         * mono-api-diff.cs: also report mismatches in protected members
413         * mono-api-info.cs: fixed issue where counters were not output
414         for missing attributes if there were no other mismatches
416 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
418         * mono-api.xsl: handle <interface>, which is different from
419         <class name="x" type="interface"...>.
421 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
423         * mono-api-diff.cs: added a couple of missing attributes for extra
424         classes.
426 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
428         * mono-api-diff.cs: ensure no nested type gets in as non-nested.
429         (May be a bug in MS?). Added ptype and params attributes for properties.
431         * mono-api-info.cs: fixed some cases where there's a name duplication
432         (multiple attributes, properties). Fixed completion counters.
434 2003-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
436         * mono-api-diff.cs: fixed attribute handling for members. Fixed counts
437         for properties.
438         * mono-api-info.cs: don't output .cctor information.
440 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
442         * mono-api-diff.cs: fixed nullref and add warning when class type do not
443         match.
445         * mono-api-info.cs: ignore private classes.
447 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
449         * CorCompare.exe.sources: not needed now.
451         * Makefile: updated to build the 3 exes we have now.
453         * mono-api-info.cs: new program. Given an assembly name, it generates
454         an xml file with its public data.
456         * mono-api-diff.cs: compares 2 xml files generated with mono-api-info
457         and outputs an xml file suitable for building class status pages with
458         mono-api.xsl.
460         * mono-api.xsl: small modifications to corcompare.xsl to match the new
461         file format.
463 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
465         * cormissing.xsl: Change percentage to display percentage for all
466         sub-members, not just direct members
468 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
470         * MissingNameSpace.cs: Fixed the case where a private/ internal class
471         that per chance has a class with the same name in the compared
472         assembly gets compared -> now only public classes are compared.
473         * MissingType: Internal nested types were always compared -> internal
474         nested types are never compared
476 2002-02-25  Nick Drochak  <ndrochak@gol.com>
478         * ToDoAssembly.cs: remove unused code
479         * ToDoNamespace.cs: using BindingFlags for GetMembers
480         * ToDoType.cs: throw exception if we encounter a member type
481         that we didn't expect. Also remove unused property.