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