2010-02-13 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / ChangeLog
blob4c1f1a7ddf1f27291cfa96150ae9b4ee05e38ab2
1 2010-01-12  Jonathan Pryor  <jpryor@novell.com>
3         * Makefile: monodoc should only be built under the 2.0 profile.
5 2009-11-26  Marek Safar  <marek.safar@gmail.com>
7         * Makefile: Don't build csharplib.
9 2009-11-13  Marek Safar  <marek.safar@gmail.com>
11         * Makefile: Always install only 2.0 version of security and gacutil.
13 2009-10-14  Raja R Harinath  <harinath@hurrynot.org>
15         * Makefile (per_profile_dirs): New.  List of subdirs that build
16         per-profile tools.
17         (net_2_0_dirs, net_4_0_dirs): Use it.
19 2009-07-02  Jb Evain  <jbevain@novell.com>
21         * Makefile: build the linker and the tuner in the net_2_0 profile.
23 2009-04-23  Jb Evain  <jbevain@novell.com>
25         * Makefile: add pdb2mdb to the build.
27 2009-04-23  Jb Evain  <jbevain@novell.com>
29         * Makefile: disable moon. Tuning is done by moonlight, which
30         will populate back the mcs tree with tuned assemblies for tests.
32 2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
34         * Makefile: switch this too.
36 2009-03-12  Jonathan Pryor  <jpryor@novell.com>
38         * Makefile: Add sqlmetal to the build.
40 2009-03-10  Atsushi Enomoto  <atsushi@ximian.com>
42         * Makefile: add svcutil to the build.
44 2008-12-01  Jb Evain  <jbevain@novell.com>
46         * Makefile: build the tuner library during the net_1_1 profile. The
47         tuning of the net_2_1 assemblies now takes place in moon.
49 2008-11-21  Jb Evain  <jbevain@novell.com>
51         * Makefile: build corcompare only during net_2_0 now.
53 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
55         * Makefile: Add mod to the build.
57 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
59         * Makefile: Add mdoc, monodoc to the build.
61 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
63         * Makefile: Add doc-update target support.
65 2008-10-17  Jb Evain  <jbevain@novell.com>
67         * Makefile: clean the Makefile, following the pattern in ../class,
68         to make it easier to add tools.
70 2008-10-16  Jonathan Pryor <jpryor@novell.com>
72         * Makefile (DIST_ONLY_SUBDIRS): Add mono-shlib-cop; fixes the build.
74 2008-10-16  Jonathan Pryor <jpryor@novell.com>
76         * Makefile (SUBDIRS, net_2_0_SUBDIRS): Move mono-shlib-cop to 
77           net_2_0_SUBDIRS so that it can use Mono.Options...
79 2008-10-09  Zoltan Varga  <vargaz@gmail.com>
81         * Makefile (DIST_ONLY_SUBDIRS): Add csharplib.
83 2008-10-09 Daniel Nauck <dna@mono-project.de>
85         * Makefile: add Mono.CSharp to the build
87 2008-10-01  Jb Evain  <jbevain@novell.com>
89         * Makefile: add cil-strip to the build.
91 2008-09-21  Miguel de Icaza  <miguel@novell.com>
93         * csharplib/Makefile: Add a setup to build GMCS as a GAC assembly
94         called `csharplib' with only the public classes that we want
95         exposed: Mono.CSharp.Evaluator, Mono.CSharp.InteractiveBase and
96         Mono.CSharp.InteractiveBase+Simple
98 2008-09-10  Miguel de Icaza  <miguel@novell.com>
100         * Makefile (thisdir): Add csharp here.
102 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
104         * Makefile (net_2_0_SUBDIRS): Add gacutil.
106 2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
108         * Makefile: move sqlsharp from SUBDIRS to net_2_0_SUBDIRS
109         so sqlsharp can build using gmcs and the NET_2_0 profile.
111         See ChangeLog in sqlsharp.
113 2008-03-12  Atsushi Enomoto  <atsushi@ximian.com>
115         * Makefile : add mono-xsd to net_2_0_SUBDIRS to build xsd2.
117 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
119         * Makefile (net_2_1_raw_SUBDIRS): New.
121 2007-11-28  Raja R Harinath  <harinath@gmail.com>
123         * Makefile (net_2_1_SUBDIRS): Add 'compiler-tester'.
125 2007-10-19  Marek Habersack  <mhabersack@novell.com>
127         * Makefile: fix the buildbot build - mconfig should be
128         listed also in DIST_ONLY_SUBDIRS
130 2007-10-19  Marek Habersack  <mhabersack@novell.com>
132         * Makefile (net_2_0_SUBDIRS): added mconfig to the build
134 2007-09-10  Wade Berrier  <wberrier@novell.com>
136         * removecomments.sh: use `` instead of $() since it works on
137         solaris' shell
138         * gensources.sh: use /usr/bin/env for bash specific code
140         * Makefile: include removecomments.sh in dist file
142 2007-09-04  Wade Berrier  <wberrier@novell.com>
144         * removecomments.sh: New script to aid 'make dist'
145         Removes '#' comments (specifically for .sources files)
146         Had to put in a separate script because alterint IFS to
147         contain a newline doesn't work inside make
149         * Makefile: include gensources.sh, the 2_1 profile needs it.
150         (Should also make it possible to build the jvm profile from a tarball)
152 2007-07-27  Jb Evain  <jbevain@novell.com>
154         * Makefile: integrate the tuner in the build.
156 2007-07-17  Jb Evain  <jbevain@novell.com>
158         * Makefile: integrate the linker in the build.
160 2007-04-18  Marek Habersack  <mhabersack@novell.com>
162         * culevel/CompileUplevel.cs: fix two dumb mistakes that prevented
163         correct detection of some browsers.
165 2007-04-18  Marek Habersack  <grendello@gmail.com>
167         * Makefile (net_1_1_bootstrap_SUBDIRS): added culevel
169         * culevel/Makefile (all-local): build the binary only in the 1.1
170         bootstrap phase.
171         (LOCAL_MCS_FLAGS): removed -pkg:dotnet
173 2007-04-17  Marek Habersack  <mhabersack@novell.com>
175         * culevel/culevel.exe.sources: added
177         * culevel/Makefile (thisdir): added
179         * culevel/CompileUplevel.cs: added
181         * Makefile (thisdir): added the culevel subdirectory to the list.
183 2007-03-09  Marek Habersack  <mhabersack@novell.com>
185         * Makefile: Added the installvst utility.
187 2007-01-28  Wade Berrier  <wberrier@novell.com>
189         * Makefile: Added security to net_2_0_SUBDIRS (so httpcfg.exe
190         gets installed)
192 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
194         * Makefile: Added al to net_2_0_SUBDIRS.
196 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
198         * Makefile: added sgen to DIST_ONLY_SUBDIRS.
200 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
202         * Makefile: added sgen to net_2_0_SUBDIRS.
204 2006-10-01  Robert Jordan  <robertj@gmx.net>
206         * Makefile (net_2_0_SUBDIRS): Add 'mkbundle'.
208 2006-08-30  Robert Jordan  <robertj@gmx.net>
210         * Makefile (net_2_0_SUBDIRS): Add 'mono-service'.
212 2006-04-11  Gert Driesen  <gert.driesen@telenet.be>
213             Raja R Harinath  <rharinath@novell.com>
215         * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'resgen'.
216         (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS): Likewise.
218 2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
220         * Makefile : added mono-xmltool.
222 2005-12-12  Raja R Harinath  <rharinath@novell.com>
224         * Makefile (DIST_ONLY_SUBDIRS): Add 'xbuild'.
226 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
227         * gensources.sh updated to handle comments (##)
229 2005-07-09 Kamil Skalski <nazgul@nemerle.org>
231         * Makefile: Include monop in net_2_0 build (for monop2)
233 2005-06-06  Ben Maurer  <bmaurer@ximian.com>
235         * Makefile: Depreciate mono-rpm-helpers
237 2005-06-06  Raja R Harinath  <rharinath@novell.com>
239         * Makefile (net_2_0_SUBDIRS): Add 'compiler-tester'.
241 2005-06-06  Marek Safar  <marek.safar@seznam.cz>
243         * Makefile: Added compiler-tester.
245 2005-05-31  Joanthan Pryor  <jonpryor@vt.edu>
247         * Makefile (SUBDIRS): Add mono-shlib-cop to the build.
249 2005-05-06  Raja R Harinath  <rharinath@novell.com>
251         * Makefile (net_2_0_SUBDIRS): Add 'corcompare'.
253 2005-03-14  Raja R Harinath  <rharinath@novell.com>
255         * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'gacutil'.
257 2005-03-09  Ben Maurer  <bmaurer@ximian.com>
259         * monogrind.pl: Renamed valgrind-monofunc.pl to this, per
260         Nat. Updated with Nat's fixes.
262 2005-03-08  Ben Maurer  <bmaurer@ximian.com>
264         * valgrind-monofunc.pl: Add this wonderful script from Nat.
266 2005-02-12  Cesar Lopez Nataren  <cnataren@novell.com>
268         * Makefile: added mjs
270 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
272         * Makefile: added macpack
274 2004-12-10  Atsushi Enomoto  <atsushi@ximian.com>
276         * Makefile : added dtd2xsd.
278 2004-12-07  Raja R Harinath  <rharinath@novell.com>
280         * Makefile (run-test-ondotnet-local, uninstall-local): New.
282 2004-11-22  Raja R Harinath  <rharinath@novell.com>
284         * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'security' directory.
286 2004-10-29  Raja R Harinath  <rharinath@novell.com>
288         * Makefile (net_2_0_SUBDIRS): New.  Only build 'wsdl' in the
289         net_2_0 profile.
291 2004-06-11  Raja R Harinath  <rharinath@novell.com>
293         * Makefile (PROGRAM_INSTALL_DIR): New define.
294         (install-local, uninstall-local): Use it.
296 2004-05-27  Duncan Mak  <duncan@ximian.com>
298         * Makefile (Module): Add mono-rpm-helpers
300 2004-04-28  Jackson Harper  <jackson@ximian.com>
302         * Makefile: Add gacutil to the build
303         
304 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
306         * Makefile: Added al directory.
308 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
310         * Makefile: added browsercaps-updater directory.
312 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
314         * Makefile: Added soapsuds to build.
316 2003-10-21  Lluis Sanchez Gual  <lluis@ximian.com>
318         * Makefile: Added disco directory.
320 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
322         * Makefile: added SqlSharp to the build.
324 2003-09-17  Lluis Sanchez Gual  <lluis@ximian.com>
326         * Makefile: Added genxs directory.
328 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
330         * Makefile: Added wsdl directory.
332 2003-07-16  Peter Williams  <peter@newton.cx>
334         * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's
335         very old and doesn't build on Windows.
337 2003-05-01  Duncan Mak  <duncan@ximian.com>
339         * makefile:
340         * makefile.gnu: Add 'cilc' to the build.
341         
342 2003-03-14  Daniel Morgan  <danmorg@sc.rr.com>
344         * mono-win32-setup.nsi: added NSIS 
345         (NullSoft Installer System) script file for building
346         a Mono release for Windows NT/2000/XP
348 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
350         * ASN1.cs: Removed - now part of Mono.Security assembly
351         * cert2spc.cs: Moved to /mcs/tools/security
352         * makefile: Removed cert2spc and secutil tools and added reference
353         to makefile inside security directory.
354         * makefile.gnu: Same.
355         * secutil.cs: Moved to /mcs/tools/security
357 2003/01/20 Nick Drochak <ndrochak@gol.com>
359         * makefile: take out type-reflector since it's gone.
361 2003-01-18  Sebastien Pouliot  <spouliot@videotron.ca>
363         * makefile, makefile.gnu: Renamed Cert2Spc.exe to cert2spc.exe.
365 2003-01-09  Gaurav Vaish <gvaish_mono AT lycos.com>
367         * assemblies.xml     : Needed for Mobile controls enumerations.
369 2002-12-31  Jonathan Pryor <jonpryor@vt.edu>
371   * makefile.gnu: Add support for DIRS to all, install targets.  This was done
372     so type-reflector's install target could be independent/self-contained.
374 2002-12-27  Sebastien Pouliot  <spouliot@videotron.ca>
376         * ASN1.cs: New. Classes to manipulate Abstract Syntax Notation 1
377         structures.
378         * cert2spc.cs: New tool to generate Software Publisher Certificate
379         (SPC) from a list of X509 certificate and CRL.
380         * secutils.cs: Changed copyright notice.
381         * makefile: Added cert2spc.exe to Windows build.
382         * makefile.gnu: Added cert2spc.exe to Linux build.
384 2002-12-22  Sebastien Pouliot  <spouliot@videotron.ca>
386         * secutils.cs: New tool to extract strongname and X509 certificate
387         from assembly (or other signed files).
388         * makefile: Added secutil.exe to Windows build.
389         * makefile.gnu: Added secutil.exe to Linux build.
391 2002-12-06  Duncan Mak  <duncan@ximian.com>
393         * makefile.gnu (clean): Remove *.dbg files.
395 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
397         * SqlSharpCli.cs: SQL query tool moved 
398         from mcs/class/System.Data/Test
399         to mcs/tools/SqlSharp.  Include it in the build
400         so people can have a place to test connection strings
401         and the ADO.NET providers
403 2002-09-01  Jonathan Pryor <jonpryor@vt.edu>
404         * type-reflector: new tool.  See type-reflector/README for more information.
406 2002-03-09  Martin Baulig  <martin@gnome.org>
408         * DumpCultureInfo.cs: New tool to dump culture info. Incomplete,
409         we need to get unicode support working before we can use this.
411 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>
413         * GenerateDelegate.cs: Generates delegates (EventHandler) as
414           specified. The output is quite simple, a delegate that has
415           the prototype as -->
416           public delegate void <given-name>EventHandler(object sender,
417              <given-name>EventArgs e)
419 2002-03-01  Martin Baulig  <martin@gnome.org>
421         * scan-tests.pl: Catch exceptions when running the tests so that we
422         always run all the tests in a test suite even if some of them fail.
424 2002-02-27  Martin Baulig  <martin@gnome.org>
426         * scan-tests.pl: Moved this script here from ../class/corlib/Test.
428 2002-02-22  Nick Drochak  <ndrochak@gol.com>
430         * makefile: move corcompare to it's own directory to hold multiple
431         class files.  still makes old corcompare for now.  will remove that
432         soon.
434 2002-02-18  Duncan Mak  <duncan@ximian.com>
436         * serialize.cs: When appropriate, changed Type.GetType calls to
437         the faster typeof operator.
439 2002-02-19  Nick Drochak  <ndrochak@gol.com>
441         * corcompare.cs: Reorganized into collaberating classes to analyze
442         and generate reports.  Still needs to find the MonoTODO's, and
443         has a little more prototype code in there, but it's almost done.
445         * makefile: output XML file in the tools directory for now.
447 2002-02-15  Nick Drochak  <ndrochak@gol.com>
449         * corcompare.cs: Adding stuff to collect all the missing and todo
450         information need to generate nice looking HTML pages.  Not quite 
451         done and needs some re-org, but Duncan can take a look.
453         * sample.xml: an example of how the XML will look that corcompare
454         will generate.  Can be used to start working on the XSLT.
456 2002-02-13  Nick Drochak  <ndrochak@gol.com>
458         * makefile: 'clean' target now removes file generated by CorCompare
460 2002-02-03  Duncan Mak  <duncan@ximian.com>
462         * serialize.cs: Added namespace block.
464 2002-02-01  Duncan Mak  <duncan@ximian.com>
466         * serialize.cs: Added a new tool for serializing objects. It
467         can create new types dynamically, but can only handle
468         arguments that are of primitive types.
470 2002-01-26  Gaurav Vaish <gvaish@iitk.ac.in>
472         * EnumCheckAssemblyCollection.cs,
473         * assemblies.xml:  Files related to EnumCheck checked-in. Now EnumCheck does
474                            not have any path hardcoded. It takes the assemblies to
475                            search from a xml files, which by default is assemblies.xml
477 2002-01-25  Nick Drochak  <ndrochak@gol.com>
479         * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves
481 2002-01-18  Duncan Mak  <duncan@ximian.com>
483         * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode
484         path to corlib.dll.
486 2002-01-19  Nick Drochak  <ndrochak@gol.com>
488         * makefile: corcompare works again now, so make xml of missing types
489         * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib
491 2002-01-18  Nick Drochak  <ndrochak@gol.com>
493         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
494         don't generate xml from corcompare for now.  it throws an error on v1.0 of .NET
496 2002-01-17  Nick Drochak  <ndrochak@gol.com>
498         * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool.
499         * makefile: added target for IFaceDisco.exe and added to clean target for same
501 2002-01-08  John Barnette <jbarn@httcb.net>
503         * Removed todo.cs and related makefile data.
507 2002-01-07  John Barnette <jbarn@httcb.net>
509         
511         * makefile: added todo target, fixed EnumCheck target, simplified clean
513         
514         * todo.cs: new file.  generates todo list XML and compares assemblies
518 2002-01-07  Gaurav Vaish <gvaish@iitk.ac.in>
520         * EnumCheck.cs:  Get the numerical values of an enumeration.
522 2002-01-06  Nick Drochak  <ndrochak@gol.com>
524         * corcompare.cs: Catch the FileNotFoundException and handle it nicely.
526 2002-01-05  Nick Drochak  <ndrochak@gol.com>
528         * makefile: build corcompare
529         * corcompare.cs: add new file.  compares an assembly with mscorlib