Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindMatlab: Drop incorrect usage option from test helper script | Raffi Enficiaud | 2015-06-01 | 1 | -1/+0 |
| | | | | There is no 'working_directory' option. | ||||
* | FindMatlab: Rewrite module and provide a usage API | Raffi Enficiaud | 2015-03-17 | 1 | -0/+92 |
Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything. |