[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / xbuild / ChangeLog
index 963048dfbffd2d817b041559fe10a474e13e70a0..9560e566659c5242602c92556d6bdaa7667e34e4 100644 (file)
@@ -1,3 +1,160 @@
+2010-07-28  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets: Use '*mcs.bat' on windows.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets(GenerateMoonlightManifest):
+       Set Inputs/Outputs for the target.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets (CoreCompile): Add
+       $(MSBuildAllProjects) to inputs.
+       * xbuild/Microsoft.VisualBasic.targets (CoreCompile): Likewise.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * Parameters.cs (ProcessConsoleLoggerParameters): Correctly split arg.
+
+2010-07-22  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/*/Microsoft.Common.targets: Set MSBuildAllProjects property.
+       * xbuild/Microsoft.CSharp.targets: Likewise.
+
+2010-07-21  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets: Set AssemblySearchPaths
+       to the default value except PkgConfig and GAC. Suggested by Rolf.
+
+2010-07-16  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight.Common.targets: Set Inputs/Outputs
+       for GenerateXap target.
+
+2010-07-09  Ankit Jain  <jankit@novell.com>
+
+       * Main.cs: Use tools version specified on the command line, if
+       any.
+       * xbuild.exe.sources: Include UnknownToolsVersionException.cs from
+       MS.B.Engine
+
+2010-06-23  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.CSharp.targets (CoreCompile): Fix inputs.
+       * xbuild/Microsoft.VisualBasic.targets (CoreCompile): Fix inputs.
+
+2010-06-18  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #615420.
+       * xbuild/Microsoft.CSharp.targets: Choose the compiler
+       based on TargetFrameworkVersion instead of ToolsVersion.
+
+2010-06-16  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Use ProjectReference's
+       filename to locate if no guid is specified or project can't
+       be found by the guid.
+
+2010-06-15  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/*/Microsoft.Common.targets (AssemblySearchPaths): Add
+       $(ReferencePath) to the search paths. This can be used to add or
+       override assembly search paths.
+
+2010-05-28  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs (ParseSolution): Ignore GlobalSection
+       'MonoDevelopProperties'.
+
+2010-05-05  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #599454.
+       * xbuild/*/Microsoft.Common.targets (PrepareForBuild): Create the
+       dir for the documentation file.
+
+2010-04-25  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #599486.
+       * xbuild/Microsoft.CSharp.targets:
+       * xbuild/Microsoft.VisualBasic.targets: Add $(CoreCompileDependsOn)
+       for the CoreCompile target.
+
+2010-04-21  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Remove unnecessary "/" in the paths.
+       Fixes windows build (thanks to Atsushi Eno).
+
+2010-04-14  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Silverlight*.targets: New.
+       * Makefile: Update to install silverlight target files.
+       * xbuild_targets.make: Update to handle silverlight
+       target files.
+
+2010-04-12  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Update EXTRA_DIST with the new targets files.
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/*/Microsoft.Common.targets: Emit warning if
+       $(TargetFrameworkVersion) is not supported by the current
+       tool set.
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets: Move to 2.0, 3.5 and 4.0 .
+       The 4.0 copy gets the framework path for 4.0 .
+       * Makefile: Update for the above change.
+       * xbuild_targets.make: Likewise.
+
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets (DeployOutputFiles): Copy only
+       if the source file exists.
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/3.5/Microsoft.Common.tasks:
+       * xbuild/4.0/Microsoft.Common.tasks: Remove spurious
+       Moonlight task declarations.
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.Common.targets (BuildingResources): Refactor to
+       (PrepareResources): .. this.
+       (PrepareResourcesDependsOn): New.
+       (GetFrameworkPaths): Extract from PrepareForBuild target.
+
+2010-04-08  Ankit Jain  <jankit@novell.com>
+
+       * xbuild/Microsoft.VisualBasic.targets: Fix OutputAssembly
+       property for the Vbc task.
+
+2010-04-08  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #594531.
+       * xbuild/Microsoft.VisualBasic.targets: Set RootNamespace
+       property of Vbc task.
+
+2010-04-08  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #594526.
+       * xbuild/Microsoft.VisualBasic.targets(CoreCompile): Fix Outputs
+       to use @(IntermediateAssembly) instead of $(IntermediateAssembly).
+       Patch suggested by Eli Bishop (eli@wavemarket.com).
+
+2010-04-06  Ankit Jain  <jankit@novell.com>
+
+       * SolutionParser.cs: Identify and emit warning for a
+       common problem on some installations of windows.
+
+2010-04-06  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Add xbuild_targets.make .
+
 2010-04-03  Ankit Jain  <jankit@novell.com>
 
        * Main.cs (Execute): If toolsversion is specified on the command line,