ChangeLog: Updated ChangeLog.
[mono.git] / mcs / build / ChangeLog
1 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * library.make: Added support to fully sign assemblies when doing a
4         "make install" (thanks to Jackson :-).
5
6 2004-06-09  Raja R Harinath  <rharinath@novell.com>
7
8         Do away with stampfiles.
9         Introduce support for VB test cases.
10         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
11         defines.
12         (stampfile, test_stampfile): Remove.
13         (clean-local): Don't mention them.
14         (test-local, run-test-local, run-test-ondotnet-local):
15         Make unconditional.
16         ($(makefrag), $(test_makefrag)): Simplify.
17         ($(btest_lib)): New.  Support for VB testcases.
18
19 2004-06-09  Raja R Harinath  <rharinath@novell.com>
20
21         Partial support for writing Visual Basic source files.
22         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
23         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
24         * profiles/default.make (MBAS): New.
25
26 2004-06-09  Raja R Harinath  <rharinath@novell.com>
27
28         Do away with stampfiles.
29         * executable.make (stampfile): Remove.
30         (clean-local): Remove mention of $(stampfile).
31         (test-local, run-test-local, run-test-ondotnet-local):
32         Make unconditional.  Add dummy rule to prevent other makefiles
33         from defining rules on these.
34         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
35         ($(makefrag)): Simplify.
36
37 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * README.makefiles : added description for run-test-ondotnet.
40
41 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * Makefile, executable.make, library.make, rules.make :
44           Added new target "run-test-ondotnet" that works what "run-test"
45           used to be on windows (i.e. tests our libs under MS.NET).
46
47 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
50           test our libs against MS.NET runtime. Think about internal call).
51
52 2004-05-30  Jackson Harper  <jackson@ximian.com>
53
54         * library.make: Install to 2.0 package if building with the
55         net_2_0 profile.
56         
57 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
58
59         * library.make: reference nunti.core.dll and nunit.util.dll when
60         building tests.
61
62 2004-05-26  Raja R Harinath  <rharinath@novell.com>
63
64         * library.make (clean-local): Add $(CLEAN_FILES) too.
65
66 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * library.make: changed case on nunit.framework.dll (lowercase)
69
70 2004-05-24  Raja R Harinath  <rharinath@novell.com>
71
72         * library.make (LIBRARY_COMPILE): New define.
73         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
74
75         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
76         a different directory for installation.
77         (install-local, uninstall-local): Use it.
78
79 2004-05-20  Raja R Harinath  <rharinath@novell.com>
80
81         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
82         for library to be tested.
83         * rules.make (INTERNAL_RESGEN): New Define.
84         * library.make (run-test-local): Move commands to run-test-lib.
85         Preparartion for allowing creation of addition test dll with .vb
86         testcases.
87         * executable.make (PROGRAM_COMPILE): New define.
88         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
89
90 2004-05-14  Jackson Harper  <jackson@ximian.com>
91
92         * library.make: Install package files. Get params in magical
93         correct order.
94         
95 2004-05-11  Jackson Harper  <jackson@ximian.com>
96
97         * platforms/linux.make:
98         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
99         separating paths in env vars. (ie MONO_PATH).
100         * profiles/net_2_0.make: Always use gmcs for building the 2.0
101         libraries. corlib is the first lib built and it will build gmcs.
102         
103 2004-05-11  Jackson Harper  <jackson@ximian.com>
104
105         * library.make: Allow assembly names to be different then their
106         .sources file names.
107         
108 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * library.make: build NUnit if we try to run 'make test' and the dll
111         is not found.
112
113 2004-04-29  Jackson Harper  <jackson@ximian.com>
114
115         * library.make: Fix uninstall
116         
117 2004-04-29  Martin Baulig  <martin@ximian.com>
118
119         * rules.make: Added `INTERNAL_ILASM'.
120
121 2004-04-29  Jackson Harper  <jackson@ximian.com>
122
123         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
124         gacutil. gacutil needs to be run on our runtime. Make dependancys
125         more sane.
126         
127 2004-04-28  Jackson Harper  <jackson@ximian.com>
128
129         * library.make: Use the proper runtime, make sure gacutil is
130         built.
131         
132 2004-04-28  Jackson Harper  <jackson@ximian.com>
133
134         * library.make: Install these bad actors to the GAC.
135         
136 2004-04-28  Raja R Harinath  <rharinath@novell.com>
137
138         * library.make (test_flags): NUnit.Framework.dll is now in
139         class/lib/$(PROFILE).
140
141 2004-04-26  Jackson Harper  <jackson@ximian.com>
142
143         * library.make:
144         * profiles/bootstrap.make:
145         * profiles/default.make: profiles are built in their ownb lib
146         directory now.
147         * profiles/net_2_0.make: new .net 2.0 profile.
148         
149 2004-04-22  Martin Baulig  <martin@ximian.com>
150
151         * profiles/net_1_2.make: Removed.
152         * profiles/martin-generics.make: Remove.
153
154 2004-04-19  Raja R Harinath  <rharinath@novell.com>
155
156         * rules.make (%-recursive): Honor 'make -k'.
157
158 2004-02-17  Martin Baulig  <martin@ximian.com>
159
160         * profiles/generics.make: Renamed to `martin-generics.make' and
161         added a comment to the file.  I'll rename this back when it's
162         ready for public use.
163
164 2003-12-17  Jackson Harper <jackson@ximian.com>
165
166         * profiles/default.make:
167         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
168         the build
169         
170 2003-12-08  Peter Williams  <peter@newton.cx>
171
172         * config-default.make: Don't check for / define
173         ECHO_ESCAPE: the check isn't smart enough and
174         apparently OS X's shell somehow doesn't support
175         escape characters.
176
177         * library.make: Use embedded tab instead of 
178         $(ECHO_ESCAPE). Fixes OS X build.
179         
180         * executable.make: Same.
181         
182 2003-12-05  Martin Baulig  <martin@ximian.com>
183
184         * profiles/generics.make: Define `GENERICS'.
185
186 2003-12-05  Martin Baulig  <martin@ximian.com>
187
188         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
189         without generics and with mcs instead of gmcs.
190
191         * profiles/bootstrap.make: New profile; already use the newly
192         compiled mcs to compile corlib.
193
194 2003-12-04  Martin Baulig  <martin@ximian.com>
195
196         * profiles/generics.make: Use gmcs.
197
198 2003-11-12 Jackson Harper <jackson@ximian.com>
199
200         * rules.make: 
201         * platforms/linux.make: corlib name is now mscorlib.
202         
203 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
204
205         * profiles/generics.make: add the -2 flag.
206
207 2003-10-28 Jackson Harper <jackson@ximian.com>
208
209         * platforms/linux.make: Tell users to read INSTALL.txt not the
210         non-existant README.building.
211         
212 2003-10-22  Dick Porter  <dick@ximian.com>
213
214         * platforms/win32.make:
215         * platforms/linux.make:
216         * rules.make: Added RESGEN platform-specific tool.
217
218 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
219
220         * config-default.make: the /nowarn arguments are now set on a per
221         library basis.
222
223 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
224
225         * executable.make: install-local depends on the program too.
226
227 2003-07-25  Peter Williams <peter@newton.cx>
228
229         * rules.make (run-test): Make it depend on 'test-local'
230         then 'run-test-local' after 'run-test-recursive'. This way,
231         'make run-test' from the toplevel doesn't recurse through all
232         the directories doing a make test before we run anything.
233
234 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
235
236         * rules.make: run-test depends now on 'test'.
237
238 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
239
240         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
241
242 2003-07-22  Peter Williams  <peter@newton.cx>
243
244         * rules.make (withmcs): Add this developer utility target.
245
246 2003-07-20  Peter Williams  <peter@newton.cx>
247
248         * README.platforms: Update docs for changes below.
249
250         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
251         to 'mscorlib.dll', instead of $(corlib) which everything links
252         against. *Almost* everything should link against our corlib --
253         with the exception of corlib_cmp and corlib_res.
254
255         * platforms/linux.make: Same here: corlib.dll
256
257         * rules.make: Define $(corlib) here.
258
259 2003-07-20  Peter Williams  <peter@newton.cx>
260
261         * config-default.make (TEST_RUNTIME): Use the platform runtime
262         to run tests, by default.
263
264         * profiles/default.make (TEST_RUNTIME): If our test runtime is
265         mono, use the --debug flag.
266
267         * executable.make (sourcefile): Add a basename so that we can
268         find the nunit sources and so we behave a bit more like
269         library.make
270
271         * config-default.make (TEST_HARNESS): Find nunit-console in its
272         new home.
273
274 2003-07-20  Peter Williams  <peter@newton.cx>
275
276         * library.make ($(response)): Do a "Creating ..." line here.
277
278         * executable.make ($(response)): Same.
279
280         * config-default.make: Make warning more forceful.
281
282         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
283         set if the platform does not have a native runtime (ie, linux).
284         Also reorder some definitions.
285
286 2003-07-20  Peter Williams  <peter@newton.cx>
287
288         * Created. See ../ChangeLog for entries earlier than
289         this.
290