Commit Graph

8 Commits

Author SHA1 Message Date
Stefano Raggi af844f3758 Add missing IKVM references in Launcher 2019-06-18 18:35:40 +02:00
LiXiang618 b017017ab1 Support R.Net and R-base in C#
Install R-base.
Write CallingRFromCSharp.cs file telling the usage of some APIs.
2017-07-26 15:08:17 -04:00
AlexCatarino 919e0225aa Removes Impromptu.ActLike call at the python wrapper
Calling Impromptu.ActLike<IAlgorithm> to make the python object acts like a IAlgorithm caused multiple AlgorithmPythonWrapper objects running in parallel to hold the same python object. That call was removed and instead we access the python object directly.

- Removes AlgorithmPythonUtil.py and add its code directly in AlgorithmPythonWrapper.cs

- Clean up: removes all references to IronPython and ImpromptuInterface
2017-06-02 17:54:54 +01:00
Andrew Hart 000881e9a0 Removed GeckoFX reference from QuantConnect.Laucher.
The launcher project no longer has a reference to GeckFX.  The launcher project also no longer prefers 32bit build.
2016-09-02 14:30:08 -04:00
jameschch@outlook.com b5ab4ad60f Change to Baseclass.Contrib.Nuget.Output 2.2.0-xbuild02 2016-07-17 09:23:13 +01:00
David Hsieh 991f27099c Upgrade Baseclass Contrib dependency for compatability with VS2015 2016-04-09 06:53:42 +10:00
David Hsieh 4404f454a1 Using GeckoFx instead of Cef as the embedded browser. Added STA to the launcher (to resolve later). Static url at moment for backtest charting, will resolve from packets received. 2016-03-04 21:38:29 +10:00
snugs 634070c41f Adds IronPython dependencies to Engine/Launcher
This seems to be needed in Mono as a result of MEF loading
2015-12-01 17:24:17 -05:00