Skip to content

Tags: mcandre/fsharp

Tags

3.0.13

Toggle 3.0.13's commit message
protect against a null condition if no DefineConstants is present

3.0.12

Toggle 3.0.12's commit message
fix banner string

3.0.11

Toggle 3.0.11's commit message
Always use mono-sgen for /resident background process

This ensures mono-sgen is used even if fsc.exe is invoked by xbuild.

Aso add tracing diagnostics to /resident startup

3.0.10

Toggle 3.0.10's commit message
 Inputs="$(MSBuildAllProjects);@(Compile);@(ManifestResourceWithNoCul…

…ture);@(ManifestNonResxWithNoCultureOnDisk);@(CompiledLicenseFile);@(DocFileItem);

			$(KeyOriginatorFile);@(ReferencePath);$(Win32Icon);$(Win32Resource)"

Fix "xbuild doesn't detect changes to resource files"

Missing dependency in Microsoft.FSharp.targets

3.0.9

Toggle 3.0.9's commit message
Fixes to allow optional bootstrap using xbuild and loading compiler .…

…fsproj into MonoDevelop

We can now bootstrap the compiler with xbuild, though it is not the
default

The compiler projec files can also be loaded into MonoDevelop though it
is slow and blocks the UI often (too much garbage being produced? is
MonoDevelop using SGEN?). Added an all-vs2010.sln which can be loaded
into MD

This removes .NET 2.0 as a target for the compiler binaries whcih makes
everything simpler (the library binaries for .NET 2.0 are still
compiled)

3.0.8

Toggle 3.0.8's commit message
Addition to previous change

3.0.7

Toggle 3.0.7's commit message
Fold in fix for Mono that got lost in 2.0 --> 3.0 transition

This fixes the fsharpi issue reported yesterday. The fix was in the 2.0
codebase but seems to have got lost along the way

    fsharp#39

3.0.6

Toggle 3.0.6's commit message
Merge branch 'master' of https://github.com/fsharp/fsharp

3.0.5

Toggle 3.0.5's commit message
Enable xbuild support by intalling fsc.exe in mono/lib/4.5

3.0.4

Toggle 3.0.4's commit message
Fix and simplify makefiles