* executable.make: Support HAS_NUNIT_TEST variable; if set, will build
[mono.git] / mcs / tools / ChangeLog
index 5aa9a2fc1f0d44488c004d59feedab7ae934f451..525dfc533f6de81fb3e9c9d77c7585c3755beb9e 100644 (file)
@@ -1,3 +1,154 @@
+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.