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