From 4f10ffad6dc23914a259ba133e42243aee323841 Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 1 May 2009 22:57:52 +0000 Subject: [PATCH] Copy git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@133310 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- msvc05/ChangeLog | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100755 msvc05/ChangeLog diff --git a/msvc05/ChangeLog b/msvc05/ChangeLog new file mode 100755 index 000000000..ed363c55c --- /dev/null +++ b/msvc05/ChangeLog @@ -0,0 +1,301 @@ +2009-04-24 Bill Holmes + + Fixing the glib targets for Winx64. + + * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile + value for the Winx64 glib build. + + * mono.sln: Enabling the glib targets for Winx64. + + Code is contributed under MIT/X11 license. + +2009-04-24 Bill Holmes + + * libmono.vcproj: Adding metadata/metadata-verify.c to the project. + + * runmdesc.bat: Fixing the argument order to genmdesc. + + Code is contributed under MIT/X11 license. + +2009-04-08 Bill Holmes + + * libmono.vcproj : Adding mini/mini-gc to the project. + + Code is contributed under MIT/X11 license. + +2009-03-05 Bill Holmes + + * mono.def : Removing missing methods to remove link errors for + MSVC build. + + Code is contributed under MIT/X11 license. + +2009-02-18 Bill Holmes + + * mono.def : Adding mono_jit_set_trace_options + + Code is contributed under MIT/X11 license. + +2009-02-16 Bill Holmes + + * libmono.vcproj : Adding metadata/cominterop and + mini/dwarfwriter to the project. + + Code is contributed under MIT/X11 license. + +2009-02-11 Bill Holmes + + * libmono.vcproj : Adding utils\mono-filemap.c to the project. + + Code is contributed under MIT/X11 license. + +2009-02-03 Jonathan Pobst + + * libmono.vcproj : Track mini/generic-sharing.cs being renamed + to mini/mini-generic-sharing.cs. + +2008-12-09 Bill Holmes + + * libmono.vcproj : Adding unwind.c to the project. + + Code is contributed under MIT/X11 license. + +2008-12-04 Bill Holmes + + * mono.sln : Removing monoburg from the solution. + + * libmono.vcproj : Removing files deleted from svn. + + * mono.def : Removing mono_burg* exports that no longer exist. + + Code is contributed under MIT/X11 license. + +2008-11-10 Bill Holmes + + * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the + post build steps. + + Code is contributed under MIT/X11 license. + +2008-11-07 Bill Holmes + + * monoposixhelper.def, monoposixhelper.vcproj : added. + + * mono.sln : Adding the monoposixhelper project. + + Code is contributed under MIT/X11 license. + +2008-11-07 Bill Holmes + + * test_eglib.vcproj : Adding unicode.c to the project. + + * mono.sln : Adding the correct dependencies for e-glib. + + * *.vcproj : Setting LinkLibraryDependencies=false for all + projects and all configurations. + + Code is contributed under MIT/X11 license. + +2008-10-17 Bill Holmes + + * eglib.vcproj : Adding src\gtimer-win32.c to the VC project. + + Code is contributed under MIT/X11 license. + +2008-10-13 Bill Holmes + + * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project. + + * eglib.vcproj : Adding gdate-win32.c, gdir-win32.c, gfile-posix.c, + gfile-win32.c, gmisc-win32.c, and gmodule-win32.c to the VC project. + + Code is contributed under MIT/X11 license. + +2008-10-07 Bill Holmes + + * libmono.vcproj : Adding simd-intrinsics.c to the VC project. + + Code is contributed under MIT/X11 license. + +2008-09-26 Bill Holmes + + * libmono.vcproj : Adding attach.c to the VC project. + + Code is contributed under MIT/X11 license. + +2008-09-16 Bill Holmes + + * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, + mono.vcproj, monoburg.vcproj: Adding i386 preprocessor definition + to the Win32 build targets. + + Contributed under MIT/X11 license. + +2008-08-12 Bill Holmes + + * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj, + mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj, + pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj, + test-metadata.vcproj: Updating the preprocessor definitions for MSVC builds to + match the gcc build in Cygwin. + + Contributed under MIT/X11 license. + +2008-07-23 Robert Jordan + + * libmono.vcproj: Reflect Linear IL changes. + * ../winconfig.h: Bump Mono version. + +2008-06-02 Bill Holmes + * mono.sln, libtest.vcproj: Adding libtest to the VS solution. + libtest is needed for the marshaling tests. + + Contributed under MIT/X11 license. + +2008-06-02 Bill Holmes + * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj, + eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj, + monograph.vcproj, pedump.vcproj, test-metadata.vcproj, + libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj + Changes to the Visual Studio projects to unify the output directories + for each project and configuration. + + Contributed under MIT/X11 license. + +2008-05-29 Bill Holmes + * libmono.vcproj: Add missing files mono-property-hash and + mono-value-hash. + + Contributed under MIT/X11 license. + +2008-04-28 Kornél Pál + + * create-windef.pl, mono.def: Export MonoFixupCorEE. + * libmono.vcproj: Add coree.c and coree.h. + + Contributed under MIT/X11 license. + +2008-04-15 Jonathan Chambers + * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64 + and eglib changes. + + Contributed under MIT/X11 license. + +2008-04-04 Bill Holmes + + * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before. + + Contributed under MIT/X11 license. + +2008-03-19 Bill Holmes + + * libmono.vcproj: Adding a link to version.lib for the eglib targets. + + Contributed under MIT/X11 license. + +2008-03-10 Bill Holmes + + * mono.sln: Fixing configuration list to build the correct targets for the + specified configuration. + + * runburg.bat, runmdesc.bat: Changing the PATH environment variable assignment + to the correct location. + + * libmono.vcproj: Adding missing files. + + Contributed under MIT/X11 license. + +2007-12-31 Jonathan Chambers + + * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def + file and fix some eglib target settings. + + Contributed under MIT/X11 license. + +2007-08-29 Jonathan Chambers + + * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj: + Setup eglib configurations (Debug_eglib, Release_eglib). They + do not build at this point. + + Contributed under MIT/X11 license. + +2007-08-29 Jonathan Chambers + + * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj, + genmdesc.vcproj, monoburg.vcproj, pedump.vcproj: + Make output directories a bit more usable. + + Contributed under MIT/X11 license. + +2007-08-14 Jonathan Chambers + + * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: + Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer + need VSDependencies.zip. + + * winsetup.bat, runmdesc.bat, runburg.bat: No longer + need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to + setup PATH. + + * mono.def: Remove missing functions. + + Contributed under MIT/X11 license. + +2007-08-14 Jonathan Chambers + + * libmono.vcproj: Enable intrinsic functions. + +2007-05-13 Raja R Harinath + + * Makefile.am (VCPROJS): New. + (EXTRA_DIST): Don't use glob. + +2007-04-27 Jonathan Chambers + + Combined patch from Michael Jerris and me. + * getopt.c: Added public domain implementation for Windows. + * getopt.h: Added public domain implementation for Windows. + * getopt_long.c: Added public domain implementation for Windows. + * test_eglib.vcproj: Update project. + * eglib.vcproj: Update project. Add pre-build step to copy + winconfig.h to config.h for msvc build. + +2007-04-25 Jonathan Chambers + + * mono.sln: Added eglib projects. + * test_eglib.vcproj: Added. + * pedump.vcproj: Change output directories for uniformity. + * monodiet.vcproj: Change output directories for uniformity. + +2007-04-24 Jonathan Chambers + + * eglib.vcproj: Added. + +2007-03-30 Jonathan Chambers + + * libmono.vcproj, mono.vcproj: Reset browse information + settings to default. + + Contributed under MIT/X11 license. + +2007-03-25 Marek Safar + + * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj: + Fixed build. + +2007-03-19 Jonathan Chambers + + * libmono.vcproj, genmdesc.vcproj: Reset browse information + settings to default. + + Contributed under MIT/X11 license. + +2007-03-15 Jonathan Chambers + + * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument. + * *.bat: Begin Win64 port. Run bat files with $(Platform) argument. + Contributed under MIT/X11 license. + + + -- 2.11.4.GIT