update tuner
[mono.git] / mcs / tools / ChangeLog
index 9d5af1f11e620979bdce866f29a1bc2b41a1c1d6..5916d229aeb1274ed5a42e7155ea3d156ab68c1f 100644 (file)
@@ -1,3 +1,383 @@
+2010-04-07  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (DISTFILES): Remove gensources.sh.
+       * gensources.sh: Remove.
+
+2010-04-03  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Move xbuild from net_4_0_dirs to per_profile_dirs.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: rename the net_2_1 profile to moonlight.
+
+2010-03-15  Andrew Jorgensen  <ajorgensen@novell.com>
+
+       * Makefile: Add DIST_SUBDIRS with SUBDIRS and net_4_0_dirs so that all
+       that stuff gets dist'd
+
+2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * gensources.sh: Reverted to plain bash, cygwin/make seems to end up confused
+       with path separators with the managed version.
+
+2010-03-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * gensources.sh: Fix windows path separator characters.
+
+2010-03-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Makefile: Fix mdoc build.
+
+2010-03-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * gensources.sh: Converted to C# for a 15-100x speedup.
+
+2010-02-18  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (net_2_0_dirs): added mono-configuration-crypto
+
+2010-01-12  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: monodoc should only be built under the 2.0 profile.
+
+2009-11-26  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Don't build csharplib.
+
+2009-11-13  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Always install only 2.0 version of security and gacutil.
+
+2009-10-14  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (per_profile_dirs): New.  List of subdirs that build
+       per-profile tools.
+       (net_2_0_dirs, net_4_0_dirs): Use it.
+
+2009-07-02  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: build the linker and the tuner in the net_2_0 profile.
+
+2009-04-23  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: add pdb2mdb to the build.
+
+2009-04-23  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: disable moon. Tuning is done by moonlight, which
+       will populate back the mcs tree with tuned assemblies for tests.
+
+2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: switch this too.
+
+2009-03-12  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Add sqlmetal to the build.
+
+2009-03-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: add svcutil to the build.
+
+2008-12-01  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: build the tuner library during the net_1_1 profile. The
+       tuning of the net_2_1 assemblies now takes place in moon.
+
+2008-11-21  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: build corcompare only during net_2_0 now.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Add mod to the build.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Add mdoc, monodoc to the build.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Add doc-update target support.
+
+2008-10-17  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: clean the Makefile, following the pattern in ../class,
+       to make it easier to add tools.
+
+2008-10-16  Jonathan Pryor <jpryor@novell.com>
+
+       * Makefile (DIST_ONLY_SUBDIRS): Add mono-shlib-cop; fixes the build.
+
+2008-10-16  Jonathan Pryor <jpryor@novell.com>
+
+       * Makefile (SUBDIRS, net_2_0_SUBDIRS): Move mono-shlib-cop to 
+         net_2_0_SUBDIRS so that it can use Mono.Options...
+
+2008-10-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (DIST_ONLY_SUBDIRS): Add csharplib.
+
+2008-10-09 Daniel Nauck <dna@mono-project.de>
+
+        * Makefile: add Mono.CSharp to the build
+
+2008-10-01  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: add cil-strip to the build.
+
+2008-09-21  Miguel de Icaza  <miguel@novell.com>
+
+       * csharplib/Makefile: Add a setup to build GMCS as a GAC assembly
+       called `csharplib' with only the public classes that we want
+       exposed: Mono.CSharp.Evaluator, Mono.CSharp.InteractiveBase and
+       Mono.CSharp.InteractiveBase+Simple
+
+2008-09-10  Miguel de Icaza  <miguel@novell.com>
+
+       * Makefile (thisdir): Add csharp here.
+
+2008-08-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (net_2_0_SUBDIRS): Add gacutil.
+
+2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
+
+       * Makefile: move sqlsharp from SUBDIRS to net_2_0_SUBDIRS
+        so sqlsharp can build using gmcs and the NET_2_0 profile.
+
+       See ChangeLog in sqlsharp.
+
+2008-03-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : add mono-xsd to net_2_0_SUBDIRS to build xsd2.
+
+2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (net_2_1_raw_SUBDIRS): New.
+
+2007-11-28  Raja R Harinath  <harinath@gmail.com>
+
+       * Makefile (net_2_1_SUBDIRS): Add 'compiler-tester'.
+
+2007-10-19  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile: fix the buildbot build - mconfig should be
+       listed also in DIST_ONLY_SUBDIRS
+
+2007-10-19  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (net_2_0_SUBDIRS): added mconfig to the build
+
+2007-09-10  Wade Berrier  <wberrier@novell.com>
+
+       * removecomments.sh: use `` instead of $() since it works on
+       solaris' shell
+       * gensources.sh: use /usr/bin/env for bash specific code
+
+       * Makefile: include removecomments.sh in dist file
+
+2007-09-04  Wade Berrier  <wberrier@novell.com>
+
+       * removecomments.sh: New script to aid 'make dist'
+       Removes '#' comments (specifically for .sources files)
+       Had to put in a separate script because alterint IFS to
+       contain a newline doesn't work inside make
+
+       * Makefile: include gensources.sh, the 2_1 profile needs it.
+       (Should also make it possible to build the jvm profile from a tarball)
+
+2007-07-27  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: integrate the tuner in the build.
+
+2007-07-17  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: integrate the linker in the build.
+
+2007-04-18  Marek Habersack  <mhabersack@novell.com>
+
+       * culevel/CompileUplevel.cs: fix two dumb mistakes that prevented
+       correct detection of some browsers.
+
+2007-04-18  Marek Habersack  <grendello@gmail.com>
+
+       * Makefile (net_1_1_bootstrap_SUBDIRS): added culevel
+
+       * culevel/Makefile (all-local): build the binary only in the 1.1
+       bootstrap phase.
+       (LOCAL_MCS_FLAGS): removed -pkg:dotnet
+
+2007-04-17  Marek Habersack  <mhabersack@novell.com>
+
+       * culevel/culevel.exe.sources: added
+
+       * culevel/Makefile (thisdir): added
+
+       * culevel/CompileUplevel.cs: added
+
+       * Makefile (thisdir): added the culevel subdirectory to the list.
+
+2007-03-09  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile: Added the installvst utility.
+
+2007-01-28  Wade Berrier  <wberrier@novell.com>
+
+       * Makefile: Added security to net_2_0_SUBDIRS (so httpcfg.exe
+       gets installed)
+
+2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Makefile: Added al to net_2_0_SUBDIRS.
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: added sgen to DIST_ONLY_SUBDIRS.
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: added sgen to net_2_0_SUBDIRS.
+
+2006-10-01  Robert Jordan  <robertj@gmx.net>
+
+       * Makefile (net_2_0_SUBDIRS): Add 'mkbundle'.
+
+2006-08-30  Robert Jordan  <robertj@gmx.net>
+
+       * Makefile (net_2_0_SUBDIRS): Add 'mono-service'.
+
+2006-04-11  Gert Driesen  <gert.driesen@telenet.be>
+           Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'resgen'.
+       (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS): Likewise.
+
+2006-01-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added mono-xmltool.
+
+2005-12-12  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (DIST_ONLY_SUBDIRS): Add 'xbuild'.
+
+2005-11-15 Vlad Spivak <spivak@mainsoft.com>
+       * gensources.sh updated to handle comments (##)
+
+2005-07-09 Kamil Skalski <nazgul@nemerle.org>
+
+       * Makefile: Include monop in net_2_0 build (for monop2)
+
+2005-06-06  Ben Maurer  <bmaurer@ximian.com>
+
+       * Makefile: Depreciate mono-rpm-helpers
+
+2005-06-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_SUBDIRS): Add 'compiler-tester'.
+
+2005-06-06  Marek Safar  <marek.safar@seznam.cz>
+
+       * Makefile: Added compiler-tester.
+
+2005-05-31  Joanthan Pryor  <jonpryor@vt.edu>
+
+       * Makefile (SUBDIRS): Add mono-shlib-cop to the build.
+
+2005-05-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_SUBDIRS): Add 'corcompare'.
+
+2005-03-14  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'gacutil'.
+
+2005-03-09  Ben Maurer  <bmaurer@ximian.com>
+
+       * monogrind.pl: Renamed valgrind-monofunc.pl to this, per
+       Nat. Updated with Nat's fixes.
+
+2005-03-08  Ben Maurer  <bmaurer@ximian.com>
+
+       * valgrind-monofunc.pl: Add this wonderful script from Nat.
+
+2005-02-12  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * Makefile: added mjs
+
+2005-01-31  Geoff Norton  <gnorton@customerdna.com>
+
+       * Makefile: added macpack
+
+2004-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added dtd2xsd.
+
+2004-12-07  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (run-test-ondotnet-local, uninstall-local): New.
+
+2004-11-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_1_1_bootstrap_SUBDIRS): Add 'security' directory.
+
+2004-10-29  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_SUBDIRS): New.  Only build 'wsdl' in the
+       net_2_0 profile.
+
+2004-06-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (PROGRAM_INSTALL_DIR): New define.
+       (install-local, uninstall-local): Use it.
+
+2004-05-27  Duncan Mak  <duncan@ximian.com>
+
+       * Makefile (Module): Add mono-rpm-helpers
+
+2004-04-28  Jackson Harper  <jackson@ximian.com>
+
+       * Makefile: Add gacutil to the build
+       
+2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
+
+       * Makefile: Added al directory.
+
+2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile: added browsercaps-updater directory.
+
+2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Makefile: Added soapsuds to build.
+
+2003-10-21  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Makefile: Added disco directory.
+
+2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile: added SqlSharp to the build.
+
+2003-09-17  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Makefile: Added genxs directory.
+
+2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Makefile: Added wsdl directory.
+
+2003-07-16  Peter Williams  <peter@newton.cx>
+
+       * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's
+       very old and doesn't build on Windows.
+
+2003-05-01  Duncan Mak  <duncan@ximian.com>
+
+       * makefile:
+       * makefile.gnu: Add 'cilc' to the build.
+       
 2003-03-14  Daniel Morgan  <danmorg@sc.rr.com>
 
        * mono-win32-setup.nsi: added NSIS