build.run: implement SSH remote builds using Paramiko.
[nmigen.git] / nmigen / build / run.py
2020-08-26 William D. Jonesbuild.run: implement SSH remote builds using Paramiko.
2020-04-13 whitequarkClarify a few comments. NFC.
2020-04-12 whitequarkbuild.run: fix BuildProducts.extract to work with subdi...
2020-01-07 Alain Péteutbuild.run: fix indentation.
2019-08-23 whitequarkbuild.run: add BuildPlan.digest(), useful for caching.
2019-08-03 whitequarkbuild.run: use keyword-only arguments where appropriate.
2019-07-14 William D. Jonesbuild.run: Ensure batch script returns proper error...
2019-07-07 whitequarkbuild.run: only use os.path on the target OS.
2019-07-07 whitequarkbuild.run: make BuildProducts abstract, add LocalBuildP...
2019-07-06 whitequarkbuild.run: make sure BuildProducts._root is not easily...
2019-06-04 whitequarkbuild.run: fix product extraction to work on Windows.
2019-06-04 whitequarkbuild.run: simplify using build products locally, e...
2019-06-04 whitequarkbuild.run: extract from build.plat.