1. 17 1月, 2015 1 次提交
  2. 16 1月, 2015 1 次提交
  3. 15 1月, 2015 1 次提交
    • D
      Move content from wiki to CONTRIBUTING.md · a56c84bc
      dungpa 提交于
      commit 0b4678fb204e571f48b14d0afe72cf323b8eebec
      Author: dungpa <phananhdung309@yahoo.com>
      Date:   Wed Jan 14 00:02:49 2015 +0100
      
          Correct links in README
      
      commit 57bfb3c9b9d9e755126739c1401cb291c8930e32
      Author: dungpa <phananhdung309@yahoo.com>
      Date:   Wed Jan 14 00:01:11 2015 +0100
      
          Copy the contributing guideline from wiki
      a56c84bc
  4. 13 1月, 2015 2 次提交
  5. 08 1月, 2015 1 次提交
    • K
      Fix for codeplex issue 201: · 1f8612b2
      KevinRansom 提交于
      Enabling warnings as errors for all projects causes ProjectSystem.Base to fail to build. In both master and fsharp 4.
      
       "C:\visualfsharp\vsintegration\fsharp-vsintegration-build.proj" (default target) (1) ->
       "C:\visualfsharp\vsintegration\src\Deployment.sln" (Build target) (2) ->
       "C:\visualfsharp\vsintegration\src\deployment\EnableOpenSource\EnableOpenSource.csproj" (default target) (3) ->
       "C:\visualfsharp\vsintegration\src\vs\FsPkgs\FSharp.Project\Common.Source.CSharp\Project\ProjectSystem.Base.csproj" (default
       target) (12) ->
       (CoreCompile target) ->
       DataObject.cs(431,37): error CS8073: The result of the expression is always 'true' since a value of type 'IntPtr' is never
       equal to 'null' of type 'IntPtr?' [C:\visualfsharp\vsintegration\src\vs\FsPkgs\FSharp.Project\Common.Source.CSharp\Project\
       ProjectSystem.Base.csproj]
      
      Use IntPtr.Zero instead of null
      
       (changeset 1391801)
      1f8612b2
  6. 16 12月, 2014 1 次提交
    • E
      Fix all warnings, enable warning as error on all projects, other cleanup · 5c51d494
      enricosada 提交于
      commit 19c332f8666f38fc5de384e2d3dccd0781cf8090
      Author: latkin <latkin@microsoft.com>
      Date:   Mon Dec 15 12:39:07 2014 -0800
      
          Small fix to project file
      
      commit bba830243fc9301438bde290982a6cec7bb74059
      Author: latkin <latkin@microsoft.com>
      Date:   Mon Dec 15 11:12:20 2014 -0800
      
          Add comment on new 'ignore' lines
      
      commit 696539894a4b42bba77daf2adce82c9d001cab96
      Merge: bf32157b cb61ba1
      Author: latkin <latkin@microsoft.com>
      Date:   Mon Dec 15 10:38:47 2014 -0800
      
          Merge branch 'no_warnings' of https://git01.codeplex.com/forks/esada/fsharp into warn
      
      commit cb61ba1a48f6c68c449465356b6d02bdb11559d7
      Author: enricosada <enrico@sada.io>
      Date:   Thu Nov 27 17:54:42 2014 +0100
      
          ignore *.csproj.user
      
      commit 4445d253be31ba617a5dd043f9da7bbe7a409044
      Author: enricosada <enrico@sada.io>
      Date:   Thu Nov 27 09:43:03 2014 +0100
      
          Deployment.sln set EnableOpenSource as default startup project ( without .suo file )
      
      commit 92752982632ece70756f2e9cd62cf5d2e3ae0230
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 26 17:16:09 2014 +0100
      
          add vs tests inside solution
      
      commit eca91d6b9e2a7df546982e355f61ebf66a73704b
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 26 14:23:14 2014 +0100
      
          add solution folder for templates
      
      commit 6cd6aac5eaec0f9619552e50adb7de8728622d00
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 26 17:15:30 2014 +0100
      
          reenable obsolete warning and fix warnings
      
      commit 3f068f5e68fe44a33a960600cc50eea68550a5a8
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 26 14:12:52 2014 +0100
      
          reenabled warnings for xml doc and fix warnings
      
      commit 323ade800d535180bb4420ff2b3849d14c4235de
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 26 13:05:32 2014 +0100
      
          suppress warning CS2008 ( no .cs file in project ) for template projects
      
      commit a434bfa39fd7d58909c0ae78d750e1f5034cc2d3
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 19:26:27 2014 +0100
      
          vs tests, unit tests platfom = x86
      
      commit 0a3f382c7c0d94ee36a7fa6d00d33e82a2408f82
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 18:04:17 2014 +0100
      
          fix exec BuildTestTools.cmd from any working directory
      
      commit a04a4674135fbefec8ac6ce63ff24ef6b67b4996
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 17:48:49 2014 +0100
      
          add fail fast on BuildTestTools.cmd
      
      commit 4d12a981c4c34a3b1332ee536c6cf1cf9b642e10
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 17:14:48 2014 +0100
      
          removed unused reference to Microsoft.VisualStudio.CommonIDE, Version=9.0.0.0
      
      commit 218910678d09f4338d7a53e6b022d66de959b809
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 17:06:15 2014 +0100
      
          fix use fsc NoWarn and OtherFlags only with fsharp projects
      
      commit 1d95c427f62b530b24232d8af9f20af1e90816a9
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 12:33:57 2014 +0100
      
          some fix
      
      commit 2a0927f731e7ae3460bc6776737b1d45d4f22819
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 12:33:23 2014 +0100
      
          dont lose call stack on rethrow
      
      commit b0a7dd6697c5bb3af9d1cee62ca729d9796b70d6
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 12:32:55 2014 +0100
      
          fix pure function called without assignment
      
          fix save with blank in path
      
      commit 0c039657a7bd252ab7f30494364e2e4b6d3ef7bd
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 12:32:09 2014 +0100
      
          fix wrong param name for ArgumentException
      
      commit 06f73b3ac13a863e567d46f86f0ff9627188b7b3
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 12:01:52 2014 +0100
      
          fix possible null ref
      
      commit 4c530286bdea65d98e6fd0f4a08d93783657d26b
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 12:01:27 2014 +0100
      
          empty statements
      
      commit 29cb31e174f54b0ce6f6b925585c902dc85df6e5
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 11:38:40 2014 +0100
      
          fix warnings
      
      commit 926c9da8d46c0850ee0f3d67ced6ee31dc862042
      Author: enricosada <enrico@sada.io>
      Date:   Tue Nov 25 11:13:06 2014 +0100
      
          add visual studio sdk prereq
      
      commit c97e00ebe43a08851aaa048981398273412b5c9a
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 19 16:17:19 2014 +0100
      
          fix 'value is unused' warnings
      
      commit c602d91b7256f7311c8a795dd89cb1402a86c338
      Author: enricosada <enrico@sada.io>
      Date:   Wed Nov 19 17:15:49 2014 +0100
      
          enable treat warnings as errors on all projects
      5c51d494
  7. 13 12月, 2014 2 次提交
  8. 12 12月, 2014 1 次提交
  9. 06 12月, 2014 2 次提交
  10. 22 11月, 2014 1 次提交
  11. 21 11月, 2014 2 次提交
  12. 01 11月, 2014 4 次提交
  13. 24 10月, 2014 3 次提交
    • L
      4f6c0d81
    • P
      0f18d675
    • D
      Fix cross module inlining · 3a38b7ae
      desco 提交于
      commit 8f1dcd1c760ce7ab2ae9de706bf12763038f2257
      Author: latkin <latkin@microsoft.com>
      Date:   Thu Oct 23 14:43:21 2014 -0700
      
          Updating tests to use proper env variables, adding .gitignore, renaming .cmd to .bat
      
      commit 6097fc2b506c7b61130cf87643ba09f3740e05d5
      Merge: 94c895db 0fc7b47
      Author: latkin <latkin@microsoft.com>
      Date:   Thu Oct 23 14:09:37 2014 -0700
      
          Merge branch 'pcl_inlining' of https://git01.codeplex.com/forks/vladima/primary into crossmodule
      
      commit 0fc7b4707146d0cf198af1863dcc307d017ede45
      Author: desco <desco.by@gmail.com>
      Date:   Wed Oct 8 10:30:58 2014 -0700
      
          remove PrimaryAssembly.NamedMscorlib
      
      commit b84ff88dce143bfd746e214acd806a839aa2903a
      Author: desco <desco.by@gmail.com>
      Date:   Sat Oct 4 14:13:44 2014 -0700
      
          added test to list
      
      commit ee32d77d825cf57202135eb40eff9269aaa20c31
      Author: desco <desco.by@gmail.com>
      Date:   Fri Oct 3 23:24:30 2014 -0700
      
          Added tests
      
      commit 7f0a59be92f544e4d04c5e41db1679490c419b3a
      Author: desco <desco.by@gmail.com>
      Date:   Fri Oct 3 16:27:13 2014 -0700
      
          consider both mscorlib and System.Runtime as candidate names of primary assembly
      3a38b7ae
  14. 23 10月, 2014 1 次提交
  15. 22 10月, 2014 2 次提交
    • R
      Perf optimization - Seq.toArray · 69808954
      ReedCopsey 提交于
      commit 51c9c233f825b56b6752cb0048f4af62625c76c1
      Merge: e6300567 7fc4873
      Author: latkin <latkin@microsoft.com>
      Date:   Tue Oct 21 13:48:17 2014 -0700
      
          Merge branch 'master' of https://git01.codeplex.com/forks/reedcopsey/fsharpseqperf into PR
      
      commit 7fc487317e19b31f6e8b6be54676695fa233599e
      Author: ReedCopsey <reed@reedcopsey.com>
      Date:   Tue Aug 26 11:32:55 2014 -0700
      
          Switched array construction to use Array.zeroCreateUnchecked
      
      commit 89fd97d30111d3c1e730bb4fa602d9ea60b944e3
      Author: ReedCopsey <reed@reedcopsey.com>
      Date:   Fri Aug 22 17:34:47 2014 -0700
      
          Removed duplicate test assertion
      
      commit 505dd63f2122a71b0ca5c470ecaab4281cde71fd
      Author: ReedCopsey <reed@reedcopsey.com>
      Date:   Fri Aug 22 17:32:16 2014 -0700
      
          Added test for empty input to Seq.toArray
      
      commit 59db07b5a2af3dd838cbcf9d5ea252a5346159ce
      Author: ReedCopsey <reed@reedcopsey.com>
      Date:   Fri Aug 22 17:25:10 2014 -0700
      
          Optimized ICollection<T> and wildcard path in Seq.toArray.  Added tests to handle ICollection/Array/List input.
      
          Provides 4x or more speedups when using large ResizeArray or other ICollection<T> as input.
      69808954
    • L
  16. 21 10月, 2014 2 次提交
  17. 18 10月, 2014 2 次提交
  18. 16 10月, 2014 3 次提交
  19. 09 10月, 2014 1 次提交
  20. 08 10月, 2014 2 次提交
  21. 04 10月, 2014 3 次提交
  22. 02 10月, 2014 1 次提交
  23. 01 10月, 2014 1 次提交