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