summaryrefslogtreecommitdiffstats
path: root/Help/command/execute_process.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve formatting of command documentationMichael Scott2015-06-081-7/+7
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* execute_process: Improve stdout/stderr mergingBrad King2015-05-071-1/+2
| | | | | | | Use the KWSys Process "MergeOutput" option to give the child process the same pipe (or file) for both stdout and stderr. This allows natural merging of stdout and stderr together instead of merging on arbitrary buffered read boundaries as before.
* Help: Clarify execute_process COMMAND argument behaviorBrad King2013-11-071-0/+14
| | | | | | | | State in the execute_process how COMMAND arguments are passed to the child. Add a note at the end about how the command differs from add_custom_*(). Suggested-by: Alan W. Irwin
* Help: Format execute_process command documentationBrad King2013-11-071-26/+39
| | | | | Use a code-block for the signature. Format the options as a definition list.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+48
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.