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