[Pkg-cli-apps-commits] [SCM] fsharp branch, master, created. 4ea45bbc75eda522d43ed50ece1f9b8103697116

funnelweb funnelweb007 at gmail.com
Wed Feb 27 23:53:37 UTC 2013


The branch, master has been created
        at  4ea45bbc75eda522d43ed50ece1f9b8103697116 (commit)

- Shortlog ------------------------------------------------------------
commit 4ea45bbc75eda522d43ed50ece1f9b8103697116
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Sat Nov 24 01:52:28 2012 +0100

    Fix build break on windows (part 2)
    
    build break detected by teamcity continuous build

commit a39c0c85a13e8ea93ffce0af11719039d794df93
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Sat Nov 24 01:34:20 2012 +0100

    Fix build break on windows

commit 9b0d8af00ddb57b3193f32d6da47d49d0be62ccf
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Sat Nov 24 01:32:08 2012 +0100

    fix build break for sl5-compiler

commit c5ccd3d9583ffd2a411a52e224d0c181162e8db0
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Sat Nov 24 01:26:17 2012 +0100

    Add build of fsiAnyCpu.exe to Makefile

commit 0719bf61ad09e69d2942bebc66d1f3c79f594466
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Sat Nov 24 00:42:52 2012 +0100

    Make .NET 4.0 compiler align with Silverlight capabilitiies
    
    The Microsoft.FSharp.Compiler.Silverlight DLL has a class that lets you
    create a hosted F# Interactive session. This adds that capability to the
    .NET 4.0 build.

commit 046dd7cbe007d55b74ad5a635824a46238c6b33d
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 23:50:03 2012 +0100

    Add fsiAnyCpu.exe to the xbuild/msbuild
    
    This is in Visual F# 3.0 and is for use on 64-bit systems.
    
    We still need to add Makefile, install etc. scripts for this

commit 7445bcf6c2d131597d4b08e8c3a4877f563d4d06
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 23:47:41 2012 +0100

    Undo line ending changes in FSharpSource.targets

commit 058a2982566968bc05adfe50113893abd624a267
Merge: 4f7bedc e33e4fc
Author: Ben Winkel <funnelweb007 at gmail.com>
Date:   Fri Nov 23 11:53:19 2012 -0800

    Merge pull request #67 from deneuxj/e33e4fc6af3772a044737d9ee1b882b30a25e739
    
    Disabling LF normalization

commit e33e4fc6af3772a044737d9ee1b882b30a25e739
Author: Johann Deneux <johann.deneux at gmail.com>
Date:   Fri Nov 23 11:56:53 2012 +0100

    Disabled LF normalization

commit 4f7bedcc609476a782468e42cbdd06adfe16fb5c
Merge: 542c826 2d12e47
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 10:32:11 2012 +0100

    Merge branch 'master' of https://github.com/fsharp/fsharp

commit 2d12e475b28c44aaecd941e7e810b3e43978c4e9
Author: Miguel de Icaza <miguel at gnome.org>
Date:   Thu Nov 22 23:18:34 2012 -0500

    [fsharpi]: add kill-to-end-of-line (control-k), fix control-p and control-n (F# uses decimals, not octals), and make control-d delete char when not at the end

commit 542c826f173b6943e02c1fa6ab3017eba8b46d35
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 02:12:29 2012 +0100

    Fix build on windows to put binaries in same places as build on unix
    
    Binaries built by msbuildd and xbuild now go in
    lib/release/4.0/...
    
    etc. as described in the README

commit 569e109336977f44791140c6e67d461ea18cfe35
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 02:11:08 2012 +0100

    Fix READMEs to document build on windows

commit afbe0a8a3f778c4a0b863b07fc39ca151f7341b8
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 01:06:07 2012 +0100

    Update Microsoft.FSharp.targets in bootstrap to handle resources correctly

commit 1bfa559582c9d3d7fd15a5923e94cab56842baf6
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Fri Nov 23 00:57:51 2012 +0100

    Fix unnecessary rebuild of DLLs when using msbuild

commit ff0148556e3fce62cf59f295dabc0cd67b1436d3
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Wed Nov 21 16:30:19 2012 +0100

    Fix mistake in suppressing generation of DebuggerBrowsable

commit 1a535360a3d8047706ae18831fa6b1e9a6b6604f
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Wed Nov 21 13:37:52 2012 +0100

    Suppress generation of DebuggerBrowsable if not in mscorlib
    
    Mono 2.1 profile does not have DebuggerBrowsable attribute. This means
    wwe currently give an invalid FSHarp.Core.dll for Mono 2.1 profile.
    
    Suppress the generation of DebuggerBrowsablee if the attribute does not
    occur in mscorlib.dll

commit e578b4b78b9a9a4ec1c508be8b765eda0f0655a6
Merge: debb8de cce5e65
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Wed Nov 21 11:42:53 2012 +0100

    Merge branch 'master' of https://github.com/fsharp/fsharp

commit debb8de1c6bda3dd8d266a79f61e7960aec57039
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Wed Nov 21 11:42:06 2012 +0100

    Allow build using xbuild and Mono
    
    xbuild requires absolute paths for tools

commit cce5e65553509134f20f5dbd20f777704f2e2df3
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 19 10:14:15 2012 +0100

    Adjust configuration message to give better guidance
    
    On mac this now reports the following more helpful message:
    
    configure: WARNING: /usr/local/bin/mono not found. Prefix should
    normally be set to the mono installation path. Please re-run with
       ./autogen.sh
    --prefix=/Library/Frameworks/Mono.framework/Versions/3.0.1

commit 6e31622f4658a7e74b57fcdcc8a254d186acf155
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 19 08:20:25 2012 +0100

    Adjust fix to targets to treat resources correctly for both msbuild and xbuild

commit c329c6ba413d189221e8af77d0a0a32c53dd57b4
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 19 06:10:30 2012 +0000

    Fix resource file processing in bootstrap when using MSBuild
    
    The FSStrings.resources was being dropped. This is because of
    differences in resource file processing for MSBuild and XBuild. This
    detects which is being used and adjusts resource file processing
    accordingly.

commit d8cdb8ed0dd9863ab16798ee655393b04c410ebd
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 19 06:08:00 2012 +0000

    Fix token used for XML documentation GAC entries
    
    FSharp.Core is delay-signed and uses token b03f5f7f11d50a3a
    
    All other DLLs use token f536804aa0eb945b

commit e8428a2ec77a6605aa545ade2b2ca93c5f64ae51
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 12 05:35:45 2012 +0100

    Add notes to README.md about what's produced by build

commit db2a9fe34956bbeff006f8ad78fe99023873f631
Merge: 8a6c512 b612af3
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 12 05:15:58 2012 +0100

    Merge branch 'master' of https://github.com/fsharp/fsharp

commit 8a6c512cda47e2939b83610471c123b291684567
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 12 05:14:55 2012 +0100

    Build and install FSharp.Core 2.1 profile by default
    
    This includes adding dependencies for the Mono profile 2.1 binaries we
    need to reference

commit 3387f94440e4ef51fbb95fb322f19902578da962
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Mon Nov 12 04:15:41 2012 +0100

    Install docs for FSharp.Core 2.0

commit b612af3d17db5b1b80c05cdd73ff7c2e438bea51
Merge: 7fe2afe a7e4ebe
Author: knocte <knocte at gmail.com>
Date:   Sun Nov 11 12:46:32 2012 -0800

    Merge pull request #58 from vishnumenon/master
    
    Fixed a typo in the README

commit a7e4ebe13f88308128ab19a55ea92a46862f773c
Author: vishnumenon <prof.vishnu at gmail.com>
Date:   Sun Nov 11 15:35:02 2012 -0500

    Fixed a typo

commit 7fe2afe41c6898b5d1be956a4ecf31fec31e836e
Author: funnelweb <funnelweb007 at gmail.com>
Date:   Sat Nov 10 18:10:36 2012 +0100

    copy and install xml files
    
    This gives documentation for FSharp.Core.dll in MonoDevelop

commit 70b59f3963983480d591d30910031a74fd715dbf
Author: Ben Winkel <funnelweb007 at gmail.com>
Date:   Sat Nov 10 07:32:49 2012 +0100

    fix build break

commit 368d1c3edb06a97590c47d53289f5e04357b32e1
Author: Ben Winkel <funnelweb007 at gmail.com>
Date:   Fri Nov 9 14:53:47 2012 +0100

    reduce noise during build

-----------------------------------------------------------------------

-- 
fsharp



More information about the Pkg-cli-apps-commits mailing list