Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « build « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e51ab832747f71d2a16afe27ad4390a6d4fd771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
2004-04-22  Martin Baulig  <martin@ximian.com>

	* profiles/net_1_2.make: Removed.
	* profiles/martin-generics.make: Remove.

2004-04-19  Raja R Harinath  <rharinath@novell.com>

	* rules.make (%-recursive): Honor 'make -k'.

2004-02-17  Martin Baulig  <martin@ximian.com>

	* profiles/generics.make: Renamed to `martin-generics.make' and
	added a comment to the file.  I'll rename this back when it's
	ready for public use.

2003-12-17  Jackson Harper <jackson@ximian.com>

	* profiles/default.make:
	* profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
	the build
	
2003-12-08  Peter Williams  <peter@newton.cx>

	* config-default.make: Don't check for / define
	ECHO_ESCAPE: the check isn't smart enough and
	apparently OS X's shell somehow doesn't support
	escape characters.

	* library.make: Use embedded tab instead of 
	$(ECHO_ESCAPE). Fixes OS X build.
	
	* executable.make: Same.
	
2003-12-05  Martin Baulig  <martin@ximian.com>

	* profiles/generics.make: Define `GENERICS'.

2003-12-05  Martin Baulig  <martin@ximian.com>

	* profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
	without generics and with mcs instead of gmcs.

	* profiles/bootstrap.make: New profile; already use the newly
	compiled mcs to compile corlib.

2003-12-04  Martin Baulig  <martin@ximian.com>

	* profiles/generics.make: Use gmcs.

2003-11-12 Jackson Harper <jackson@ximian.com>

	* rules.make: 
	* platforms/linux.make: corlib name is now mscorlib.
	
2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>

	* profiles/generics.make: add the -2 flag.

2003-10-28 Jackson Harper <jackson@ximian.com>

	* platforms/linux.make: Tell users to read INSTALL.txt not the
	non-existant README.building.
	
2003-10-22  Dick Porter  <dick@ximian.com>

	* platforms/win32.make:
	* platforms/linux.make:
	* rules.make: Added RESGEN platform-specific tool.

2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* config-default.make: the /nowarn arguments are now set on a per
	library basis.

2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* executable.make: install-local depends on the program too.

2003-07-25  Peter Williams <peter@newton.cx>

	* rules.make (run-test): Make it depend on 'test-local'
	then 'run-test-local' after 'run-test-recursive'. This way,
	'make run-test' from the toplevel doesn't recurse through all
	the directories doing a make test before we run anything.

2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* rules.make: run-test depends now on 'test'.

2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* rules.make: set corlib to PLATFORM_CORLIB if this is defined.

2003-07-22  Peter Williams  <peter@newton.cx>

	* rules.make (withmcs): Add this developer utility target.

2003-07-20  Peter Williams  <peter@newton.cx>

	* README.platforms: Update docs for changes below.

	* platforms/win32.make (PLATFORM_CORLIB): Set this variable
	to 'mscorlib.dll', instead of $(corlib) which everything links
	against. *Almost* everything should link against our corlib --
	with the exception of corlib_cmp and corlib_res.

	* platforms/linux.make: Same here: corlib.dll

	* rules.make: Define $(corlib) here.

2003-07-20  Peter Williams  <peter@newton.cx>

	* config-default.make (TEST_RUNTIME): Use the platform runtime
	to run tests, by default.

	* profiles/default.make (TEST_RUNTIME): If our test runtime is
	mono, use the --debug flag.

	* executable.make (sourcefile): Add a basename so that we can
	find the nunit sources and so we behave a bit more like
	library.make

	* config-default.make (TEST_HARNESS): Find nunit-console in its
	new home.

2003-07-20  Peter Williams  <peter@newton.cx>

	* library.make ($(response)): Do a "Creating ..." line here.

	* executable.make ($(response)): Same.

	* config-default.make: Make warning more forceful.

	* rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
	set if the platform does not have a native runtime (ie, linux).
	Also reorder some definitions.

2003-07-20  Peter Williams  <peter@newton.cx>

	* Created. See ../ChangeLog for entries earlier than
	this.