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