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