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