2010-05-31 Robert Jordan <robertj@gmx.net>
[mono.git] / msvc / ChangeLog
1 2010-05-31  Robert Jordan  <robertj@gmx.net>
2
3         * mono.def : Remove unimplemented symbols.
4
5         * mono.def: Regenerate with create-windef.pl.
6
7         * create-windef.pl: Track 2.0 API changes.
8
9 2010-03-16  Jb Evain  <jbevain@novell.com>
10
11         * scripts/monowrap.cs, scripts/genproj.cs: rename
12         the net_2_1 profile to moonlight.
13
14 2010-03-01  Robert Jordan  <robertj@gmx.net>
15
16         * libmono.vcproj: Track changes.
17
18 2009-11-02 Jonathan Chambers <joncham@gmail.com>
19
20         * genmdesc.vcproj: Fix amd64 build.
21
22         * libmono.vcproj: Fix amd64 build.
23
24         * mono.vcproj: Fix amd64 build.
25
26         * mono.sln: Fix amd64 build.
27
28 2009-09-08  Jonathan Chambers  <joncham@gmail.com>
29
30         * libtest.vcproj: Add toplevel include directory for config.h.
31
32 2009-04-24  Bill Holmes  <billholmes54@gmail.com>
33
34         Fixing the glib targets for Winx64.
35
36         * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
37           value for the Winx64 glib build.
38
39         * mono.sln: Enabling the glib targets for Winx64.
40
41         Code is contributed under MIT/X11 license.
42
43 2009-04-24  Bill Holmes  <billholmes54@gmail.com>
44
45         * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
46
47         * runmdesc.bat: Fixing the argument order to genmdesc.
48
49         Code is contributed under MIT/X11 license.
50
51 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
52
53         * libmono.vcproj : Adding mini/mini-gc to the project.
54
55         Code is contributed under MIT/X11 license.
56
57 2009-03-05  Bill Holmes  <billholmes54@gmail.com>
58
59         * mono.def : Removing missing methods to remove link errors for
60           MSVC build.  
61
62         Code is contributed under MIT/X11 license.
63
64 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
65
66         * mono.def : Adding mono_jit_set_trace_options
67
68         Code is contributed under MIT/X11 license.
69
70 2009-02-16  Bill Holmes  <billholmes54@gmail.com>
71
72         * libmono.vcproj : Adding metadata/cominterop and 
73           mini/dwarfwriter to the project.
74
75         Code is contributed under MIT/X11 license.
76
77 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
78
79         * libmono.vcproj : Adding utils\mono-filemap.c to the project.
80
81         Code is contributed under MIT/X11 license.
82
83 2009-02-03  Jonathan Pobst  <monkey@jpobst.com>
84
85         * libmono.vcproj : Track mini/generic-sharing.cs being renamed
86         to mini/mini-generic-sharing.cs.
87
88 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
89
90         * libmono.vcproj : Adding unwind.c to the project.
91
92         Code is contributed under MIT/X11 license.
93
94 2008-12-04  Bill Holmes  <billholmes54@gmail.com>
95
96         * mono.sln : Removing monoburg from the solution.
97
98         * libmono.vcproj : Removing files deleted from svn.
99
100         * mono.def : Removing mono_burg* exports that no longer exist.
101
102         Code is contributed under MIT/X11 license.
103
104 2008-11-10  Bill Holmes  <billholmes54@gmail.com>
105
106         * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
107           post build steps.
108
109         Code is contributed under MIT/X11 license.
110
111 2008-11-07  Bill Holmes  <billholmes54@gmail.com>
112
113         * monoposixhelper.def, monoposixhelper.vcproj : added.
114
115         * mono.sln : Adding the monoposixhelper project.
116
117         Code is contributed under MIT/X11 license.
118
119 2008-11-07  Bill Holmes  <billholmes54@gmail.com>
120
121         * test_eglib.vcproj : Adding unicode.c to the project.
122
123         * mono.sln : Adding the correct dependencies for e-glib.
124
125         * *.vcproj : Setting LinkLibraryDependencies=false for all
126           projects and all configurations.
127
128         Code is contributed under MIT/X11 license.
129
130 2008-10-17  Bill Holmes  <billholmes54@gmail.com>
131
132         * eglib.vcproj : Adding src\gtimer-win32.c to the VC project.
133
134         Code is contributed under MIT/X11 license.
135
136 2008-10-13  Bill Holmes  <billholmes54@gmail.com>
137
138         * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.
139
140         * eglib.vcproj : Adding gdate-win32.c, gdir-win32.c, gfile-posix.c,
141           gfile-win32.c, gmisc-win32.c, and gmodule-win32.c to the VC project.
142
143         Code is contributed under MIT/X11 license.
144
145 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
146
147         * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
148
149         Code is contributed under MIT/X11 license.
150
151 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
152
153         * libmono.vcproj : Adding attach.c to the VC project.
154
155         Code is contributed under MIT/X11 license.
156
157 2008-09-16  Bill Holmes  <billholmes54@gmail.com>
158
159         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
160           mono.vcproj, monoburg.vcproj:  Adding i386 preprocessor definition
161           to the Win32 build targets.
162
163         Contributed under MIT/X11 license.
164
165 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
166
167         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
168           mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
169           pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
170           test-metadata.vcproj:  Updating the preprocessor definitions for MSVC builds to
171           match the gcc build in Cygwin.
172
173         Contributed under MIT/X11 license.
174
175 2008-07-23  Robert Jordan  <robertj@gmx.net>
176
177         * libmono.vcproj: Reflect Linear IL changes.
178         * ../winconfig.h: Bump Mono version.
179
180 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
181         * mono.sln, libtest.vcproj:  Adding libtest to the VS solution.
182           libtest is needed for the marshaling tests.
183
184         Contributed under MIT/X11 license.
185
186 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
187         * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
188           eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
189           monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
190           libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
191           Changes to the Visual Studio projects to unify the output directories
192           for each project and configuration.
193
194         Contributed under MIT/X11 license.
195
196 2008-05-29  Bill Holmes  <billholmes54@gmail.com>
197         * libmono.vcproj: Add missing files mono-property-hash and
198           mono-value-hash.
199
200         Contributed under MIT/X11 license.
201         
202 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
203
204         * create-windef.pl, mono.def: Export MonoFixupCorEE.
205         * libmono.vcproj: Add coree.c and coree.h.
206
207         Contributed under MIT/X11 license.
208
209 2008-04-15  Jonathan Chambers  <joncham@gmail.com>
210         * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
211           and eglib changes.
212
213         Contributed under MIT/X11 license.
214
215 2008-04-04  Bill Holmes  <billholmes54@gmail.com>
216
217         * runburg.bat, runmdesc.bat:  Reverting back to r97888.  The PATH was correct before.
218
219         Contributed under MIT/X11 license.
220
221 2008-03-19  Bill Holmes  <billholmes54@gmail.com>
222
223         * libmono.vcproj:  Adding a link to version.lib for the eglib targets.
224
225         Contributed under MIT/X11 license.
226
227 2008-03-10  Bill Holmes  <billholmes54@gmail.com>
228
229         * mono.sln: Fixing configuration list to build the correct targets for the 
230           specified configuration.
231
232         * runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment 
233           to the correct location.
234
235         * libmono.vcproj:  Adding missing files.
236
237         Contributed under MIT/X11 license.
238
239 2007-12-31  Jonathan Chambers  <joncham@gmail.com>
240
241         * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
242         file and fix some eglib target settings.
243         
244         Contributed under MIT/X11 license.
245
246 2007-08-29  Jonathan Chambers <joncham@gmail.com>
247
248         * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj: 
249         Setup eglib configurations (Debug_eglib, Release_eglib). They
250         do not build at this point.
251         
252         Contributed under MIT/X11 license.
253
254 2007-08-29  Jonathan Chambers <joncham@gmail.com>
255
256         * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj, 
257         genmdesc.vcproj, monoburg.vcproj, pedump.vcproj: 
258         Make output directories a bit more usable.
259         
260         Contributed under MIT/X11 license.
261
262 2007-08-14  Jonathan Chambers <joncham@gmail.com>
263
264         * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: 
265         Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
266         need VSDependencies.zip.
267         
268         * winsetup.bat, runmdesc.bat, runburg.bat: No longer
269         need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
270         setup PATH.
271         
272         * mono.def: Remove missing functions.
273         
274         Contributed under MIT/X11 license.
275
276 2007-08-14  Jonathan Chambers <joncham@gmail.com>
277
278         * libmono.vcproj: Enable intrinsic functions.
279
280 2007-05-13  Raja R Harinath  <harinath@gmail.com>
281
282         * Makefile.am (VCPROJS): New.
283         (EXTRA_DIST): Don't use glob.
284
285 2007-04-27  Jonathan Chambers <joncham@gmail.com>
286         
287         Combined patch from Michael Jerris <mike@jerris.com> and me.
288         * getopt.c: Added public domain implementation for Windows.
289         * getopt.h: Added public domain implementation for Windows.
290         * getopt_long.c: Added public domain implementation for Windows.
291         * test_eglib.vcproj: Update project.
292         * eglib.vcproj: Update project. Add pre-build step to copy
293         winconfig.h to config.h for msvc build.
294         
295 2007-04-25  Jonathan Chambers  <joncham@gmail.com>
296
297         * mono.sln: Added eglib projects.
298         * test_eglib.vcproj: Added.
299         * pedump.vcproj: Change output directories for uniformity.
300         * monodiet.vcproj: Change output directories for uniformity.
301
302 2007-04-24  Jonathan Chambers  <joncham@gmail.com>
303
304         * eglib.vcproj: Added.
305
306 2007-03-30  Jonathan Chambers  <joncham@gmail.com>
307
308         * libmono.vcproj, mono.vcproj: Reset browse information
309         settings to default.
310         
311         Contributed under MIT/X11 license.
312         
313 2007-03-25  Marek Safar  <marek.safar@gmail.com>
314
315         * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
316         Fixed build.
317
318 2007-03-19  Jonathan Chambers  <joncham@gmail.com>
319
320         * libmono.vcproj, genmdesc.vcproj: Reset browse information
321         settings to default.
322         
323         Contributed under MIT/X11 license.
324         
325 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
326
327         * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
328         * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
329         Contributed under MIT/X11 license.
330
331
332