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