Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Consolidate 3.14 release notes | Brad King | 2019-02-06 | 1 | -6/+0 |
| | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`. | ||||
* | CTest: Add --show-only[=format] option to print test info | Justin Goshi | 2019-01-10 | 1 | -0/+6 |
format can be 'human' to print the current text format or 'json-v1' to print the test object model in json format and is useful for IDEs who want to gather information about the tests. Defaults to 'human' format. |