optimize me baby
[mono.git] / mcs / build / ChangeLog
1 2004-04-29  Jackson Harper  <jackson@ximian.com>
2
3         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
4         gacutil. gacutil needs to be run on our runtime. Make dependancys
5         more sane.
6         
7 2004-04-28  Jackson Harper  <jackson@ximian.com>
8
9         * library.make: Use the proper runtime, make sure gacutil is
10         built.
11         
12 2004-04-28  Jackson Harper  <jackson@ximian.com>
13
14         * library.make: Install these bad actors to the GAC.
15         
16 2004-04-28  Raja R Harinath  <rharinath@novell.com>
17
18         * library.make (test_flags): NUnit.Framework.dll is now in
19         class/lib/$(PROFILE).
20
21 2004-04-26  Jackson Harper  <jackson@ximian.com>
22
23         * library.make:
24         * profiles/bootstrap.make:
25         * profiles/default.make: profiles are built in their ownb lib
26         directory now.
27         * profiles/net_2_0.make: new .net 2.0 profile.
28         
29 2004-04-22  Martin Baulig  <martin@ximian.com>
30
31         * profiles/net_1_2.make: Removed.
32         * profiles/martin-generics.make: Remove.
33
34 2004-04-19  Raja R Harinath  <rharinath@novell.com>
35
36         * rules.make (%-recursive): Honor 'make -k'.
37
38 2004-02-17  Martin Baulig  <martin@ximian.com>
39
40         * profiles/generics.make: Renamed to `martin-generics.make' and
41         added a comment to the file.  I'll rename this back when it's
42         ready for public use.
43
44 2003-12-17  Jackson Harper <jackson@ximian.com>
45
46         * profiles/default.make:
47         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
48         the build
49         
50 2003-12-08  Peter Williams  <peter@newton.cx>
51
52         * config-default.make: Don't check for / define
53         ECHO_ESCAPE: the check isn't smart enough and
54         apparently OS X's shell somehow doesn't support
55         escape characters.
56
57         * library.make: Use embedded tab instead of 
58         $(ECHO_ESCAPE). Fixes OS X build.
59         
60         * executable.make: Same.
61         
62 2003-12-05  Martin Baulig  <martin@ximian.com>
63
64         * profiles/generics.make: Define `GENERICS'.
65
66 2003-12-05  Martin Baulig  <martin@ximian.com>
67
68         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
69         without generics and with mcs instead of gmcs.
70
71         * profiles/bootstrap.make: New profile; already use the newly
72         compiled mcs to compile corlib.
73
74 2003-12-04  Martin Baulig  <martin@ximian.com>
75
76         * profiles/generics.make: Use gmcs.
77
78 2003-11-12 Jackson Harper <jackson@ximian.com>
79
80         * rules.make: 
81         * platforms/linux.make: corlib name is now mscorlib.
82         
83 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
84
85         * profiles/generics.make: add the -2 flag.
86
87 2003-10-28 Jackson Harper <jackson@ximian.com>
88
89         * platforms/linux.make: Tell users to read INSTALL.txt not the
90         non-existant README.building.
91         
92 2003-10-22  Dick Porter  <dick@ximian.com>
93
94         * platforms/win32.make:
95         * platforms/linux.make:
96         * rules.make: Added RESGEN platform-specific tool.
97
98 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * config-default.make: the /nowarn arguments are now set on a per
101         library basis.
102
103 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
104
105         * executable.make: install-local depends on the program too.
106
107 2003-07-25  Peter Williams <peter@newton.cx>
108
109         * rules.make (run-test): Make it depend on 'test-local'
110         then 'run-test-local' after 'run-test-recursive'. This way,
111         'make run-test' from the toplevel doesn't recurse through all
112         the directories doing a make test before we run anything.
113
114 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
115
116         * rules.make: run-test depends now on 'test'.
117
118 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
119
120         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
121
122 2003-07-22  Peter Williams  <peter@newton.cx>
123
124         * rules.make (withmcs): Add this developer utility target.
125
126 2003-07-20  Peter Williams  <peter@newton.cx>
127
128         * README.platforms: Update docs for changes below.
129
130         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
131         to 'mscorlib.dll', instead of $(corlib) which everything links
132         against. *Almost* everything should link against our corlib --
133         with the exception of corlib_cmp and corlib_res.
134
135         * platforms/linux.make: Same here: corlib.dll
136
137         * rules.make: Define $(corlib) here.
138
139 2003-07-20  Peter Williams  <peter@newton.cx>
140
141         * config-default.make (TEST_RUNTIME): Use the platform runtime
142         to run tests, by default.
143
144         * profiles/default.make (TEST_RUNTIME): If our test runtime is
145         mono, use the --debug flag.
146
147         * executable.make (sourcefile): Add a basename so that we can
148         find the nunit sources and so we behave a bit more like
149         library.make
150
151         * config-default.make (TEST_HARNESS): Find nunit-console in its
152         new home.
153
154 2003-07-20  Peter Williams  <peter@newton.cx>
155
156         * library.make ($(response)): Do a "Creating ..." line here.
157
158         * executable.make ($(response)): Same.
159
160         * config-default.make: Make warning more forceful.
161
162         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
163         set if the platform does not have a native runtime (ie, linux).
164         Also reorder some definitions.
165
166 2003-07-20  Peter Williams  <peter@newton.cx>
167
168         * Created. See ../ChangeLog for entries earlier than
169         this.
170