1 2010-06-28 Robert Jordan <robertj@gmx.net>
3 * mono.def: Add mono_free symbol (exposed by mono-publib.h).
5 2010-05-31 Robert Jordan <robertj@gmx.net>
7 * mono.def : Remove unimplemented symbols.
9 * mono.def: Regenerate with create-windef.pl.
11 * create-windef.pl: Track 2.0 API changes.
13 2010-03-16 Jb Evain <jbevain@novell.com>
15 * scripts/monowrap.cs, scripts/genproj.cs: rename
16 the net_2_1 profile to moonlight.
18 2010-03-01 Robert Jordan <robertj@gmx.net>
20 * libmono.vcproj: Track changes.
22 2009-11-02 Jonathan Chambers <joncham@gmail.com>
24 * genmdesc.vcproj: Fix amd64 build.
26 * libmono.vcproj: Fix amd64 build.
28 * mono.vcproj: Fix amd64 build.
30 * mono.sln: Fix amd64 build.
32 2009-09-08 Jonathan Chambers <joncham@gmail.com>
34 * libtest.vcproj: Add toplevel include directory for config.h.
36 2009-04-24 Bill Holmes <billholmes54@gmail.com>
38 Fixing the glib targets for Winx64.
40 * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
41 value for the Winx64 glib build.
43 * mono.sln: Enabling the glib targets for Winx64.
45 Code is contributed under MIT/X11 license.
47 2009-04-24 Bill Holmes <billholmes54@gmail.com>
49 * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
51 * runmdesc.bat: Fixing the argument order to genmdesc.
53 Code is contributed under MIT/X11 license.
55 2009-04-08 Bill Holmes <billholmes54@gmail.com>
57 * libmono.vcproj : Adding mini/mini-gc to the project.
59 Code is contributed under MIT/X11 license.
61 2009-03-05 Bill Holmes <billholmes54@gmail.com>
63 * mono.def : Removing missing methods to remove link errors for
66 Code is contributed under MIT/X11 license.
68 2009-02-18 Bill Holmes <billholmes54@gmail.com>
70 * mono.def : Adding mono_jit_set_trace_options
72 Code is contributed under MIT/X11 license.
74 2009-02-16 Bill Holmes <billholmes54@gmail.com>
76 * libmono.vcproj : Adding metadata/cominterop and
77 mini/dwarfwriter to the project.
79 Code is contributed under MIT/X11 license.
81 2009-02-11 Bill Holmes <billholmes54@gmail.com>
83 * libmono.vcproj : Adding utils\mono-filemap.c to the project.
85 Code is contributed under MIT/X11 license.
87 2009-02-03 Jonathan Pobst <monkey@jpobst.com>
89 * libmono.vcproj : Track mini/generic-sharing.cs being renamed
90 to mini/mini-generic-sharing.cs.
92 2008-12-09 Bill Holmes <billholmes54@gmail.com>
94 * libmono.vcproj : Adding unwind.c to the project.
96 Code is contributed under MIT/X11 license.
98 2008-12-04 Bill Holmes <billholmes54@gmail.com>
100 * mono.sln : Removing monoburg from the solution.
102 * libmono.vcproj : Removing files deleted from svn.
104 * mono.def : Removing mono_burg* exports that no longer exist.
106 Code is contributed under MIT/X11 license.
108 2008-11-10 Bill Holmes <billholmes54@gmail.com>
110 * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
113 Code is contributed under MIT/X11 license.
115 2008-11-07 Bill Holmes <billholmes54@gmail.com>
117 * monoposixhelper.def, monoposixhelper.vcproj : added.
119 * mono.sln : Adding the monoposixhelper project.
121 Code is contributed under MIT/X11 license.
123 2008-11-07 Bill Holmes <billholmes54@gmail.com>
125 * test_eglib.vcproj : Adding unicode.c to the project.
127 * mono.sln : Adding the correct dependencies for e-glib.
129 * *.vcproj : Setting LinkLibraryDependencies=false for all
130 projects and all configurations.
132 Code is contributed under MIT/X11 license.
134 2008-10-17 Bill Holmes <billholmes54@gmail.com>
136 * eglib.vcproj : Adding src\gtimer-win32.c to the VC project.
138 Code is contributed under MIT/X11 license.
140 2008-10-13 Bill Holmes <billholmes54@gmail.com>
142 * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.
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.
147 Code is contributed under MIT/X11 license.
149 2008-10-07 Bill Holmes <billholmes54@gmail.com>
151 * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
153 Code is contributed under MIT/X11 license.
155 2008-09-26 Bill Holmes <billholmes54@gmail.com>
157 * libmono.vcproj : Adding attach.c to the VC project.
159 Code is contributed under MIT/X11 license.
161 2008-09-16 Bill Holmes <billholmes54@gmail.com>
163 * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
164 mono.vcproj, monoburg.vcproj: Adding i386 preprocessor definition
165 to the Win32 build targets.
167 Contributed under MIT/X11 license.
169 2008-08-12 Bill Holmes <billholmes54@gmail.com>
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.
177 Contributed under MIT/X11 license.
179 2008-07-23 Robert Jordan <robertj@gmx.net>
181 * libmono.vcproj: Reflect Linear IL changes.
182 * ../winconfig.h: Bump Mono version.
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.
188 Contributed under MIT/X11 license.
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.
198 Contributed under MIT/X11 license.
200 2008-05-29 Bill Holmes <billholmes54@gmail.com>
201 * libmono.vcproj: Add missing files mono-property-hash and
204 Contributed under MIT/X11 license.
206 2008-04-28 Kornél Pál <kornelpal@gmail.com>
208 * create-windef.pl, mono.def: Export MonoFixupCorEE.
209 * libmono.vcproj: Add coree.c and coree.h.
211 Contributed under MIT/X11 license.
213 2008-04-15 Jonathan Chambers <joncham@gmail.com>
214 * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
217 Contributed under MIT/X11 license.
219 2008-04-04 Bill Holmes <billholmes54@gmail.com>
221 * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before.
223 Contributed under MIT/X11 license.
225 2008-03-19 Bill Holmes <billholmes54@gmail.com>
227 * libmono.vcproj: Adding a link to version.lib for the eglib targets.
229 Contributed under MIT/X11 license.
231 2008-03-10 Bill Holmes <billholmes54@gmail.com>
233 * mono.sln: Fixing configuration list to build the correct targets for the
234 specified configuration.
236 * runburg.bat, runmdesc.bat: Changing the PATH environment variable assignment
237 to the correct location.
239 * libmono.vcproj: Adding missing files.
241 Contributed under MIT/X11 license.
243 2007-12-31 Jonathan Chambers <joncham@gmail.com>
245 * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
246 file and fix some eglib target settings.
248 Contributed under MIT/X11 license.
250 2007-08-29 Jonathan Chambers <joncham@gmail.com>
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.
256 Contributed under MIT/X11 license.
258 2007-08-29 Jonathan Chambers <joncham@gmail.com>
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.
264 Contributed under MIT/X11 license.
266 2007-08-14 Jonathan Chambers <joncham@gmail.com>
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.
272 * winsetup.bat, runmdesc.bat, runburg.bat: No longer
273 need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
276 * mono.def: Remove missing functions.
278 Contributed under MIT/X11 license.
280 2007-08-14 Jonathan Chambers <joncham@gmail.com>
282 * libmono.vcproj: Enable intrinsic functions.
284 2007-05-13 Raja R Harinath <harinath@gmail.com>
286 * Makefile.am (VCPROJS): New.
287 (EXTRA_DIST): Don't use glob.
289 2007-04-27 Jonathan Chambers <joncham@gmail.com>
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.
299 2007-04-25 Jonathan Chambers <joncham@gmail.com>
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.
306 2007-04-24 Jonathan Chambers <joncham@gmail.com>
308 * eglib.vcproj: Added.
310 2007-03-30 Jonathan Chambers <joncham@gmail.com>
312 * libmono.vcproj, mono.vcproj: Reset browse information
315 Contributed under MIT/X11 license.
317 2007-03-25 Marek Safar <marek.safar@gmail.com>
319 * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
322 2007-03-19 Jonathan Chambers <joncham@gmail.com>
324 * libmono.vcproj, genmdesc.vcproj: Reset browse information
327 Contributed under MIT/X11 license.
329 2007-03-15 Jonathan Chambers <joncham@gmail.com>
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.