2010-04-16 Sebastien Pouliot <sebastien@ximian.com>
[mono/afaerber.git] / msvc / ChangeLog
blob8b1aa4bbfe398eb7cf0dfb6a50540bcdfeead1e1
1 2010-03-16  Jb Evain  <jbevain@novell.com>
3         * scripts/monowrap.cs, scripts/genproj.cs: rename
4         the net_2_1 profile to moonlight.
6 2010-03-01  Robert Jordan  <robertj@gmx.net>
8         * libmono.vcproj: Track changes.
10 2009-11-02 Jonathan Chambers <joncham@gmail.com>
12         * genmdesc.vcproj: Fix amd64 build.
14         * libmono.vcproj: Fix amd64 build.
16         * mono.vcproj: Fix amd64 build.
18         * mono.sln: Fix amd64 build.
20 2009-09-08  Jonathan Chambers  <joncham@gmail.com>
22         * libtest.vcproj: Add toplevel include directory for config.h.
24 2009-04-24  Bill Holmes  <billholmes54@gmail.com>
26         Fixing the glib targets for Winx64.
28         * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
29           value for the Winx64 glib build.
31         * mono.sln: Enabling the glib targets for Winx64.
33         Code is contributed under MIT/X11 license.
35 2009-04-24  Bill Holmes  <billholmes54@gmail.com>
37         * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
39         * runmdesc.bat: Fixing the argument order to genmdesc.
41         Code is contributed under MIT/X11 license.
43 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
45         * libmono.vcproj : Adding mini/mini-gc to the project.
47         Code is contributed under MIT/X11 license.
49 2009-03-05  Bill Holmes  <billholmes54@gmail.com>
51         * mono.def : Removing missing methods to remove link errors for
52           MSVC build.  
54         Code is contributed under MIT/X11 license.
56 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
58         * mono.def : Adding mono_jit_set_trace_options
60         Code is contributed under MIT/X11 license.
62 2009-02-16  Bill Holmes  <billholmes54@gmail.com>
64         * libmono.vcproj : Adding metadata/cominterop and 
65           mini/dwarfwriter to the project.
67         Code is contributed under MIT/X11 license.
69 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
71         * libmono.vcproj : Adding utils\mono-filemap.c to the project.
73         Code is contributed under MIT/X11 license.
75 2009-02-03  Jonathan Pobst  <monkey@jpobst.com>
77         * libmono.vcproj : Track mini/generic-sharing.cs being renamed
78         to mini/mini-generic-sharing.cs.
80 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
82         * libmono.vcproj : Adding unwind.c to the project.
84         Code is contributed under MIT/X11 license.
86 2008-12-04  Bill Holmes  <billholmes54@gmail.com>
88         * mono.sln : Removing monoburg from the solution.
90         * libmono.vcproj : Removing files deleted from svn.
92         * mono.def : Removing mono_burg* exports that no longer exist.
94         Code is contributed under MIT/X11 license.
96 2008-11-10  Bill Holmes  <billholmes54@gmail.com>
98         * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
99           post build steps.
101         Code is contributed under MIT/X11 license.
103 2008-11-07  Bill Holmes  <billholmes54@gmail.com>
105         * monoposixhelper.def, monoposixhelper.vcproj : added.
107         * mono.sln : Adding the monoposixhelper project.
109         Code is contributed under MIT/X11 license.
111 2008-11-07  Bill Holmes  <billholmes54@gmail.com>
113         * test_eglib.vcproj : Adding unicode.c to the project.
115         * mono.sln : Adding the correct dependencies for e-glib.
117         * *.vcproj : Setting LinkLibraryDependencies=false for all
118           projects and all configurations.
120         Code is contributed under MIT/X11 license.
122 2008-10-17  Bill Holmes  <billholmes54@gmail.com>
124         * eglib.vcproj : Adding src\gtimer-win32.c to the VC project.
126         Code is contributed under MIT/X11 license.
128 2008-10-13  Bill Holmes  <billholmes54@gmail.com>
130         * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.
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.
135         Code is contributed under MIT/X11 license.
137 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
139         * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
141         Code is contributed under MIT/X11 license.
143 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
145         * libmono.vcproj : Adding attach.c to the VC project.
147         Code is contributed under MIT/X11 license.
149 2008-09-16  Bill Holmes  <billholmes54@gmail.com>
151         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
152           mono.vcproj, monoburg.vcproj:  Adding i386 preprocessor definition
153           to the Win32 build targets.
155         Contributed under MIT/X11 license.
157 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
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.
165         Contributed under MIT/X11 license.
167 2008-07-23  Robert Jordan  <robertj@gmx.net>
169         * libmono.vcproj: Reflect Linear IL changes.
170         * ../winconfig.h: Bump Mono version.
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.
176         Contributed under MIT/X11 license.
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.
186         Contributed under MIT/X11 license.
188 2008-05-29  Bill Holmes  <billholmes54@gmail.com>
189         * libmono.vcproj: Add missing files mono-property-hash and
190           mono-value-hash.
192         Contributed under MIT/X11 license.
193         
194 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
196         * create-windef.pl, mono.def: Export MonoFixupCorEE.
197         * libmono.vcproj: Add coree.c and coree.h.
199         Contributed under MIT/X11 license.
201 2008-04-15  Jonathan Chambers  <joncham@gmail.com>
202         * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
203           and eglib changes.
205         Contributed under MIT/X11 license.
207 2008-04-04  Bill Holmes  <billholmes54@gmail.com>
209         * runburg.bat, runmdesc.bat:  Reverting back to r97888.  The PATH was correct before.
211         Contributed under MIT/X11 license.
213 2008-03-19  Bill Holmes  <billholmes54@gmail.com>
215         * libmono.vcproj:  Adding a link to version.lib for the eglib targets.
217         Contributed under MIT/X11 license.
219 2008-03-10  Bill Holmes  <billholmes54@gmail.com>
221         * mono.sln: Fixing configuration list to build the correct targets for the 
222           specified configuration.
224         * runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment 
225           to the correct location.
227         * libmono.vcproj:  Adding missing files.
229         Contributed under MIT/X11 license.
231 2007-12-31  Jonathan Chambers  <joncham@gmail.com>
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.
238 2007-08-29  Jonathan Chambers <joncham@gmail.com>
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.
246 2007-08-29  Jonathan Chambers <joncham@gmail.com>
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.
254 2007-08-14  Jonathan Chambers <joncham@gmail.com>
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.
268 2007-08-14  Jonathan Chambers <joncham@gmail.com>
270         * libmono.vcproj: Enable intrinsic functions.
272 2007-05-13  Raja R Harinath  <harinath@gmail.com>
274         * Makefile.am (VCPROJS): New.
275         (EXTRA_DIST): Don't use glob.
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>
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.
294 2007-04-24  Jonathan Chambers  <joncham@gmail.com>
296         * eglib.vcproj: Added.
298 2007-03-30  Jonathan Chambers  <joncham@gmail.com>
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>
307         * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
308         Fixed build.
310 2007-03-19  Jonathan Chambers  <joncham@gmail.com>
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>
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.