Added/Updated .gitignore files
[mono.git] / msvc05 / ChangeLog
blob9db9f74c8d86c8d46ea5e797795dd6b6879bff78
1 2010-01-18  Bill Holmes  <billholmes54@gmail.com>
3         * libmono.vcproj : Adding a link to Mswsock.lib and adding files
4           mono-error and debugger-agent.
6         Code is contributed under MIT/X11 license.
8 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
10         * libtest.vcproj : Adding TARGET_X86 and TARGET_AMD64
11           to the PreprocessorDefinitions.
13         Code is contributed under MIT/X11 license.
15 2009-10-13  Bill Holmes  <billholmes54@gmail.com>
17         * mono.def, monoposixhelper.def, libmono.vcproj, libtest.vcproj,
18           monoposixhelper.vcproj : Fixing MSVC build.
20         Code is contributed under MIT/X11 license.
22 2009-05-04  Bill Holmes  <billholmes54@gmail.com>
24         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
25           mono.vcproj,monoposixhelper.vcproj :  Adding TARGET_X86 and
26           TARGET_AMD64 preprocessor definitions to the Win32 and x64 targets.
28         Code is contributed under MIT/X11 license.
30 2009-04-24  Bill Holmes  <billholmes54@gmail.com>
32         Fixing the glib targets for Winx64.
34         * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
35           value for the Winx64 glib build.
37         * mono.sln: Enabling the glib targets for Winx64.
39         Code is contributed under MIT/X11 license.
41 2009-04-24  Bill Holmes  <billholmes54@gmail.com>
43         * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
45         * runmdesc.bat: Fixing the argument order to genmdesc.
47         Code is contributed under MIT/X11 license.
49 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
51         * libmono.vcproj : Adding mini/mini-gc to the project.
53         Code is contributed under MIT/X11 license.
55 2009-03-05  Bill Holmes  <billholmes54@gmail.com>
57         * mono.def : Removing missing methods to remove link errors for
58           MSVC build.  
60         Code is contributed under MIT/X11 license.
62 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
64         * mono.def : Adding mono_jit_set_trace_options
66         Code is contributed under MIT/X11 license.
68 2009-02-16  Bill Holmes  <billholmes54@gmail.com>
70         * libmono.vcproj : Adding metadata/cominterop and 
71           mini/dwarfwriter to the project.
73         Code is contributed under MIT/X11 license.
75 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
77         * libmono.vcproj : Adding utils\mono-filemap.c to the project.
79         Code is contributed under MIT/X11 license.
81 2009-02-03  Jonathan Pobst  <monkey@jpobst.com>
83         * libmono.vcproj : Track mini/generic-sharing.cs being renamed
84         to mini/mini-generic-sharing.cs.
86 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
88         * libmono.vcproj : Adding unwind.c to the project.
90         Code is contributed under MIT/X11 license.
92 2008-12-04  Bill Holmes  <billholmes54@gmail.com>
94         * mono.sln : Removing monoburg from the solution.
96         * libmono.vcproj : Removing files deleted from svn.
98         * mono.def : Removing mono_burg* exports that no longer exist.
100         Code is contributed under MIT/X11 license.
102 2008-11-10  Bill Holmes  <billholmes54@gmail.com>
104         * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
105           post build steps.
107         Code is contributed under MIT/X11 license.
109 2008-11-07  Bill Holmes  <billholmes54@gmail.com>
111         * monoposixhelper.def, monoposixhelper.vcproj : added.
113         * mono.sln : Adding the monoposixhelper project.
115         Code is contributed under MIT/X11 license.
117 2008-11-07  Bill Holmes  <billholmes54@gmail.com>
119         * test_eglib.vcproj : Adding unicode.c to the project.
121         * mono.sln : Adding the correct dependencies for e-glib.
123         * *.vcproj : Setting LinkLibraryDependencies=false for all
124           projects and all configurations.
126         Code is contributed under MIT/X11 license.
128 2008-10-17  Bill Holmes  <billholmes54@gmail.com>
130         * eglib.vcproj : Adding src\gtimer-win32.c to the VC project.
132         Code is contributed under MIT/X11 license.
134 2008-10-13  Bill Holmes  <billholmes54@gmail.com>
136         * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.
138         * eglib.vcproj : Adding gdate-win32.c, gdir-win32.c, gfile-posix.c,
139           gfile-win32.c, gmisc-win32.c, and gmodule-win32.c to the VC project.
141         Code is contributed under MIT/X11 license.
143 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
145         * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
147         Code is contributed under MIT/X11 license.
149 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
151         * libmono.vcproj : Adding attach.c to the VC project.
153         Code is contributed under MIT/X11 license.
155 2008-09-16  Bill Holmes  <billholmes54@gmail.com>
157         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
158           mono.vcproj, monoburg.vcproj:  Adding i386 preprocessor definition
159           to the Win32 build targets.
161         Contributed under MIT/X11 license.
163 2008-08-12  Bill Holmes  <billholmes54@gmail.com>
165         * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
166           mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
167           pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
168           test-metadata.vcproj:  Updating the preprocessor definitions for MSVC builds to
169           match the gcc build in Cygwin.
171         Contributed under MIT/X11 license.
173 2008-07-23  Robert Jordan  <robertj@gmx.net>
175         * libmono.vcproj: Reflect Linear IL changes.
176         * ../winconfig.h: Bump Mono version.
178 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
179         * mono.sln, libtest.vcproj:  Adding libtest to the VS solution.
180           libtest is needed for the marshaling tests.
182         Contributed under MIT/X11 license.
184 2008-06-02  Bill Holmes  <billholmes54@gmail.com>
185         * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
186           eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
187           monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
188           libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
189           Changes to the Visual Studio projects to unify the output directories
190           for each project and configuration.
192         Contributed under MIT/X11 license.
194 2008-05-29  Bill Holmes  <billholmes54@gmail.com>
195         * libmono.vcproj: Add missing files mono-property-hash and
196           mono-value-hash.
198         Contributed under MIT/X11 license.
199         
200 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
202         * create-windef.pl, mono.def: Export MonoFixupCorEE.
203         * libmono.vcproj: Add coree.c and coree.h.
205         Contributed under MIT/X11 license.
207 2008-04-15  Jonathan Chambers  <joncham@gmail.com>
208         * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
209           and eglib changes.
211         Contributed under MIT/X11 license.
213 2008-04-04  Bill Holmes  <billholmes54@gmail.com>
215         * runburg.bat, runmdesc.bat:  Reverting back to r97888.  The PATH was correct before.
217         Contributed under MIT/X11 license.
219 2008-03-19  Bill Holmes  <billholmes54@gmail.com>
221         * libmono.vcproj:  Adding a link to version.lib for the eglib targets.
223         Contributed under MIT/X11 license.
225 2008-03-10  Bill Holmes  <billholmes54@gmail.com>
227         * mono.sln: Fixing configuration list to build the correct targets for the 
228           specified configuration.
230         * runburg.bat, runmdesc.bat:  Changing the PATH environment variable assignment 
231           to the correct location.
233         * libmono.vcproj:  Adding missing files.
235         Contributed under MIT/X11 license.
237 2007-12-31  Jonathan Chambers  <joncham@gmail.com>
239         * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
240         file and fix some eglib target settings.
241         
242         Contributed under MIT/X11 license.
244 2007-08-29  Jonathan Chambers <joncham@gmail.com>
246         * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj: 
247         Setup eglib configurations (Debug_eglib, Release_eglib). They
248         do not build at this point.
249         
250         Contributed under MIT/X11 license.
252 2007-08-29  Jonathan Chambers <joncham@gmail.com>
254         * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj, 
255         genmdesc.vcproj, monoburg.vcproj, pedump.vcproj: 
256         Make output directories a bit more usable.
257         
258         Contributed under MIT/X11 license.
260 2007-08-14  Jonathan Chambers <joncham@gmail.com>
262         * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: 
263         Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
264         need VSDependencies.zip.
265         
266         * winsetup.bat, runmdesc.bat, runburg.bat: No longer
267         need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
268         setup PATH.
269         
270         * mono.def: Remove missing functions.
271         
272         Contributed under MIT/X11 license.
274 2007-08-14  Jonathan Chambers <joncham@gmail.com>
276         * libmono.vcproj: Enable intrinsic functions.
278 2007-05-13  Raja R Harinath  <harinath@gmail.com>
280         * Makefile.am (VCPROJS): New.
281         (EXTRA_DIST): Don't use glob.
283 2007-04-27  Jonathan Chambers <joncham@gmail.com>
284         
285         Combined patch from Michael Jerris <mike@jerris.com> and me.
286         * getopt.c: Added public domain implementation for Windows.
287         * getopt.h: Added public domain implementation for Windows.
288         * getopt_long.c: Added public domain implementation for Windows.
289         * test_eglib.vcproj: Update project.
290         * eglib.vcproj: Update project. Add pre-build step to copy
291         winconfig.h to config.h for msvc build.
292         
293 2007-04-25  Jonathan Chambers  <joncham@gmail.com>
295         * mono.sln: Added eglib projects.
296         * test_eglib.vcproj: Added.
297         * pedump.vcproj: Change output directories for uniformity.
298         * monodiet.vcproj: Change output directories for uniformity.
300 2007-04-24  Jonathan Chambers  <joncham@gmail.com>
302         * eglib.vcproj: Added.
304 2007-03-30  Jonathan Chambers  <joncham@gmail.com>
306         * libmono.vcproj, mono.vcproj: Reset browse information
307         settings to default.
308         
309         Contributed under MIT/X11 license.
310         
311 2007-03-25  Marek Safar  <marek.safar@gmail.com>
313         * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
314         Fixed build.
316 2007-03-19  Jonathan Chambers  <joncham@gmail.com>
318         * libmono.vcproj, genmdesc.vcproj: Reset browse information
319         settings to default.
320         
321         Contributed under MIT/X11 license.
322         
323 2007-03-15  Jonathan Chambers  <joncham@gmail.com>
325         * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
326         * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
327         Contributed under MIT/X11 license.