aboutsummaryrefslogtreecommitdiff
path: root/Bin
Commit message (Collapse)AuthorAge
* kranc: Propagate Kranc exit codeIan Hinder2013-07-17
|
* kranc: Don't rely on Mathematica exit code for detecting failureIan Hinder2013-04-14
| | | | | | When no licence is available, Mathematica still exits with a zero exit code. This causes dependency-based systems such as Make to assume that the thorn was created successfully, when it might not have been. To work around this, we perform a file operation (deleting a temporary directory) from within Mathematica, and check that this was successful after Mathematica finishes, and adjust the exit code of the script accordingly. Fixes Issue #39.
* kranc: Add some error-checking and information to the launch scriptIan Hinder2011-10-06
|
* Add krancvars.sh for setting up your shell to have the Kranc/Bin directory ↵Ian Hinder2010-12-09
| | | | on PATH and KRANCDIR set to the Kranc directory
* Add thorn-branch command for maintaining generated code branches in version ↵Ian Hinder2010-12-09
| | | | control systems
* kranc: Update the Kranc/Bin/kranc script and move some functionality into a ↵Ian Hinder2010-08-04
| | | | | new RunKranc.m file The kranc script now looks for a Kranc installation relative to the path of the kranc script. It also has a "-v" option now to increase verbosity. Exceptions should be printed nicely.
* A script for invoking Kranc on a .m file passed as an argument. Looks in ↵ianhin2006-06-19
the current directory for Kranc, which can be a symlink.