зеркало из
1
0
Форкнуть 0
Граф коммитов

1146 Коммитов

Автор SHA1 Сообщение Дата
Andreia Gaita 45c1910f8a Merge pull request #10 from killerswan/master
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler
2011-09-19 03:41:12 -07:00
Andreia Gaita dda3ad250a Merge pull request #10 from killerswan/master
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler
2011-09-19 03:41:12 -07:00
Kevin Cantu 2da8078d44 renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler, fsc 2011-09-15 21:52:48 -07:00
Kevin Cantu ac7d60de9e renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler, fsc 2011-09-15 21:52:48 -07:00
Miguel de Icaza 6d954030ba Add some Emacs-like keybindings to make FSI usable on Unix 2011-04-12 19:28:06 -04:00
Miguel de Icaza cc126f261f Add some Emacs-like keybindings to make FSI usable on Unix 2011-04-12 19:28:06 -04:00
Miguel de Icaza 540d4ececb We are fine using the MacOSX autoconf 2011-04-12 19:27:22 -04:00
Miguel de Icaza ff375899db We are fine using the MacOSX autoconf 2011-04-12 19:27:22 -04:00
Andreia Gaita fa8182031c Fix symbolic link creation to make OSX happy 2011-04-10 22:16:15 +01:00
Andreia Gaita 10065ee6eb Fix symbolic link creation to make OSX happy 2011-04-10 22:16:15 +01:00
Andreia Gaita 6a017f2495 info about powerpack sources 2011-03-28 21:06:13 +01:00
Andreia Gaita 13e4dac63a info about powerpack sources 2011-03-28 21:06:13 +01:00
Andreia Gaita 1281659c90 Disable winforms event loop on fsi 2011-03-28 21:05:41 +01:00
Andreia Gaita e818a326ee Disable winforms event loop on fsi 2011-03-28 21:05:41 +01:00
Brian McKenna 9a2fd92716 Compile and install F# Interactive (fsi.exe)
Along with additional fsi.exe references:
* FSharp.Compiler.Interactive.Settings.dll
* FSharp.Compiler.Server.Shared.dll

Change fsi.fs to workaround a Mono bug when compiling with runtime v4.0:

https://bugzilla.novell.com/show_bug.cgi?id=665710
2011-01-20 10:58:33 +10:00
Brian McKenna 1b4340d28d Compile and install F# Interactive (fsi.exe)
Along with additional fsi.exe references:
* FSharp.Compiler.Interactive.Settings.dll
* FSharp.Compiler.Server.Shared.dll

Change fsi.fs to workaround a Mono bug when compiling with runtime v4.0:

https://bugzilla.novell.com/show_bug.cgi?id=665710
2011-01-20 10:58:33 +10:00
Andreia Gaita b9073e972a use relative paths when symlinking 2011-01-04 18:51:38 +00:00
Andreia Gaita 670221c3a7 use relative paths when symlinking 2011-01-04 18:51:38 +00:00
Andreia Gaita 2c62f35f9b Change the tar creation to include a top level directory
Author: Andrew Jorgensen <ajorgensen@novell.com>
2011-01-04 18:37:33 +00:00
Andreia Gaita 376ab18469 Change the tar creation to include a top level directory
Author: Andrew Jorgensen <ajorgensen@novell.com>
2011-01-04 18:37:33 +00:00
Andreia Gaita 95c011173f Install the libraries on mono/X.0 instead of mono/fsharp-X.0 to make it easier
to integrate with xbuild. Also, install the .targets file and adjust the paths
2011-01-04 18:35:23 +00:00
Andreia Gaita 2fe7068a04 Install the libraries on mono/X.0 instead of mono/fsharp-X.0 to make it easier
to integrate with xbuild. Also, install the .targets file and adjust the paths
2011-01-04 18:35:23 +00:00
Andreia Gaita 65e8185a0d install .optdata and .sigdata files 2011-01-04 17:21:36 +00:00
Andreia Gaita 0984e93fbf install .optdata and .sigdata files 2011-01-04 17:21:36 +00:00
Andreia Gaita 81a7b54539 fix launcher paths 2011-01-04 17:20:23 +00:00
Andreia Gaita 99579d17ba fix launcher paths 2011-01-04 17:20:23 +00:00
Andreia Gaita 0ed1710195 Include FSharp.Build in the installation 2010-12-15 03:32:45 +00:00
Andreia Gaita 82bbfedd33 Include FSharp.Build in the installation 2010-12-15 03:32:45 +00:00
Andreia Gaita a15167b22a Fix paths 2010-12-14 01:51:23 +00:00
Andreia Gaita 68c30e6dd9 Fix paths 2010-12-14 01:51:23 +00:00
Andreia Gaita 9b5c3a410f Add DESTDIR support. Install assemblies on mono/fsharp-VERSION. 2010-12-14 01:38:22 +00:00
Andreia Gaita bc92c4f5bb Add DESTDIR support. Install assemblies on mono/fsharp-VERSION. 2010-12-14 01:38:22 +00:00
Andreia Gaita a2285e4266 Fix mono path detection and add --with-gacdir flag for manually setting it 2010-12-13 23:56:04 +00:00
Andreia Gaita 5fcaef5548 Fix mono path detection and add --with-gacdir flag for manually setting it 2010-12-13 23:56:04 +00:00
Andreia Gaita c8282e5627 Bump the mono requiremente on the README - needs mono a57254256 or later
Fix mono paths detection.
Fix clean and partial makes
2010-12-13 20:29:16 +00:00
Andreia Gaita 602770ad3c Bump the mono requiremente on the README - needs mono a57254256 or later
Fix mono paths detection.
Fix clean and partial makes
2010-12-13 20:29:16 +00:00
Andreia Gaita a18f5310cb Fix BigInteger call 2010-12-12 22:35:18 +00:00
Andreia Gaita 792f8eac7b Fix BigInteger call 2010-12-12 22:35:18 +00:00
Andreia Gaita d105d61555 Implement signing using Mono.Security 2010-12-12 22:35:18 +00:00
Andreia Gaita 0ff081e0fe Implement signing using Mono.Security 2010-12-12 22:35:18 +00:00
Andreia Gaita fe736d1211 Makefiles and public keys 2010-12-12 22:35:18 +00:00
Andreia Gaita 568f3267ef Makefiles and public keys 2010-12-12 22:35:18 +00:00
Andreia Gaita ba101872e7 bootstrap libraries 2010-12-12 22:29:47 +00:00
Andreia Gaita 61446f530c bootstrap libraries 2010-12-12 22:29:47 +00:00
Andreia Gaita 49330d707a Clean source of the F# compiler r54075, based on the contents of the
compiler/2.0/Nov2010 folder on http://fsharppowerpack.codeplex.com
2010-12-09 19:32:10 +00:00
Andreia Gaita 01edf31cfa Clean source of the F# compiler r54075, based on the contents of the
compiler/2.0/Nov2010 folder on http://fsharppowerpack.codeplex.com
2010-12-09 19:32:10 +00:00