summaryrefslogtreecommitdiffstats
path: root/Tests/FindMatlab
Commit message (Collapse)AuthorAgeFilesLines
* FindMatlab: adding handling of component "MAT"Raffi Enficiaud2016-08-301-0/+23
| | | | | | - documentation - test - cosmetic changes
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+8
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Tests: Increasing the stability of the FindMatlab.basic_checks testRaffi Enficiaud2015-04-131-1/+1
| | | | Increase the timeout to tolerate longer network delays.
* FindMatlab: Rewrite module and provide a usage APIRaffi Enficiaud2015-03-178-0/+197
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.