CMake/Help/command
Brad King f65bb82f36 execute_process: Improve stdout/stderr merging
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.
2015-05-07 14:40:38 -04:00
..
FIND_XXX.txt Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
FIND_XXX_MAC.txt Help: Factor out find_* command duplication 2013-10-16 09:22:38 -04:00
FIND_XXX_ORDER.txt Help: Factor out find_* command duplication 2013-10-16 09:22:38 -04:00
FIND_XXX_ROOT.txt Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
add_compile_options.rst Help: Clarify add_compile_options documentation (#15225) 2014-10-29 09:18:56 -04:00
add_custom_command.rst Help: Add some cross-linking. 2015-02-04 21:52:00 +01:00
add_custom_target.rst Help: Add some cross-linking. 2015-02-04 21:52:00 +01:00
add_definitions.rst Help: Reference add_compile_options from add_definitions (#15225) 2014-10-29 15:23:31 -04:00
add_dependencies.rst Allow add_dependencies() on INTERFACE libraries (#15414) 2015-03-27 16:25:09 -04:00
add_executable.rst cmTarget: Allow any generator expression in SOURCES property. 2014-04-02 23:12:56 +02:00
add_library.rst Merge branch 'release-doc-formatting' into release 2014-11-07 10:20:58 -05:00
add_subdirectory.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
add_test.rst Help: Revise and format add_test() command documentation 2014-02-20 08:58:13 -05:00
aux_source_directory.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
break.rst continue: Add a new CMake language command for loop continuation (#14013) 2014-12-01 09:50:49 -05:00
build_command.rst build_command: Return a "cmake --build" command-line 2013-11-15 14:38:18 -05:00
build_name.rst Add policy CMP0036 to disallow build_name 2013-10-22 09:09:53 -04:00
cmake_host_system_information.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
cmake_minimum_required.rst Help: Document that cmake_minimum_required should be called first 2015-04-29 08:49:59 -04:00
cmake_policy.rst Help: Use "^^^^" for subsubsection headers 2014-06-02 14:00:33 -04:00
configure_file.rst Help: Revise configure_file documentation (#15403) 2015-02-12 16:20:32 -05:00
continue.rst continue: Add a new CMake language command for loop continuation (#14013) 2014-12-01 09:50:49 -05:00
create_test_sourcelist.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_build.rst ctest_build: mention CTEST_BUILD_COMMAND in the docs 2015-05-07 13:05:54 -04:00
ctest_configure.rst ctest_configure: Add QUIET option 2015-02-23 10:01:59 -05:00
ctest_coverage.rst ctest_coverage: Add QUIET option 2015-02-23 10:02:00 -05:00
ctest_empty_binary_directory.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_memcheck.rst ctest_memcheck: Add QUIET option 2015-02-23 10:02:00 -05:00
ctest_read_custom_files.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_run_script.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_sleep.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_start.rst ctest_start: Add QUIET option 2015-02-23 10:01:59 -05:00
ctest_submit.rst ctest_submit: Add QUIET option 2015-02-23 10:01:58 -05:00
ctest_test.rst ctest_test: Add QUIET option 2015-02-23 10:01:59 -05:00
ctest_update.rst ctest_update: Add QUIET option 2015-02-23 10:01:59 -05:00
ctest_upload.rst ctest_upload: Add QUIET option 2015-02-23 10:02:00 -05:00
define_property.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
else.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
elseif.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
enable_language.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
enable_testing.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
endforeach.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
endfunction.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
endif.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
endmacro.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
endwhile.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
exec_program.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
execute_process.rst execute_process: Improve stdout/stderr merging 2015-05-07 14:40:38 -04:00
export.rst Allow the Package Registry to be disabled (#14849) 2014-05-12 09:50:01 -04:00
export_library_dependencies.rst Add policy CMP0033 to disallow export_library_dependencies 2013-10-22 09:09:52 -04:00
file.rst file: Teach GLOB to list directories optionally 2015-03-20 09:45:25 -04:00
find_file.rst Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
find_library.rst Help: Document in find_library how to search for static libraries 2015-04-22 09:29:55 -04:00
find_package.rst find_package: Document CMAKE_FIND_PACKAGE_NAME variable 2015-01-11 15:16:48 -05:00
find_path.rst Teach find_(library|file|path) to get prefixes from PATH (#15370) 2015-02-19 10:03:17 -05:00
find_program.rst Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
fltk_wrap_ui.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
foreach.rst Help: Document macro argument caveats in more detail 2013-11-19 09:01:54 -05:00
function.rst Help: Clarify that ARGV# beyond ARGC will have an undefined behavior (#15380) 2015-02-26 17:42:30 +01:00
get_cmake_property.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
get_directory_property.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
get_filename_component.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
get_property.rst Help: Document installed file property API 2014-12-01 08:48:19 -05:00
get_source_file_property.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
get_target_property.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
get_test_property.rst get_test_property: clarify the documentation 2015-01-11 11:45:43 -05:00
if.rst if: Implement new IN_LIST operator 2015-04-30 10:21:19 -04:00
include.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
include_directories.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
include_external_msproject.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
include_regular_expression.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
install.rst install: Allow generator expressions in TARGETS DESTINATION (#14317) 2015-02-11 15:15:33 -05:00
install_files.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
install_programs.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
install_targets.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
link_directories.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
link_libraries.rst Help: Clarify status of link_libraries command 2015-01-26 09:15:00 -05:00
list.rst Help: Document macro argument caveats in more detail 2013-11-19 09:01:54 -05:00
load_cache.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
load_command.rst Add policy CMP0031 to disallow load_command 2013-10-22 09:09:52 -04:00
macro.rst Help: Clarify that ARGV# beyond ARGC will have an undefined behavior (#15380) 2015-02-26 17:42:30 +01:00
make_directory.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
mark_as_advanced.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
math.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
message.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
option.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
output_required_files.rst Add policy CMP0032 to disallow output_required_files 2013-10-22 09:09:52 -04:00
project.rst Help: Document that cmake_minimum_required should be called first 2015-04-29 08:49:59 -04:00
qt_wrap_cpp.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
qt_wrap_ui.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
remove.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
remove_definitions.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
return.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
separate_arguments.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
set.rst Help: Document conversion of PATH/FILEPATH cache values to absolute paths 2015-04-01 16:29:52 -04:00
set_directory_properties.rst Help: Link to properties in set_directory_properties docs. 2015-04-04 18:58:55 +02:00
set_property.rst Help: Document installed file property API 2014-12-01 08:48:19 -05:00
set_source_files_properties.rst Help: Add link in set_source_files_properties command docs. 2015-04-04 18:56:14 +02:00
set_target_properties.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
set_tests_properties.rst Help: Link to properties in set_tests_properties. 2015-04-04 19:14:56 +02:00
site_name.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
source_group.rst Help: Format and clarify source_group() documentation (#14631) 2013-12-05 13:22:57 -05:00
string.rst string: Tolerate SUBSTRING length exceeding end index 2014-11-13 11:04:52 -05:00
subdir_depends.rst Add policy CMP0029 to disallow subdir_depends 2013-10-22 09:09:51 -04:00
subdirs.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
target_compile_definitions.rst Help: Fix formatting of command parameter. 2015-02-17 19:18:11 +01:00
target_compile_features.rst Help: Document supported compilers in cmake-compile-features.7 2015-04-07 15:01:18 -04:00
target_compile_options.rst Help: Fix xref typos in target_compile_options docs 2015-03-31 08:51:05 -04:00
target_include_directories.rst Help: Place relocatable package notes in their own subsections 2015-04-03 10:52:22 -04:00
target_link_libraries.rst Link libraries by full path even in implicit directories 2015-04-09 11:29:18 -04:00
target_sources.rst Allow export of targets with INTERFACE_SOURCES. 2015-02-11 00:51:34 +01:00
try_compile.rst Help: Revise try_compile and try_run documentation (#15358) 2015-02-04 16:06:13 -05:00
try_run.rst try_run: Use CMAKE_CROSSCOMPILING_EMULATOR. 2015-04-08 09:06:22 -04:00
unset.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
use_mangled_mesa.rst Add policy CMP0030 to disallow use_mangled_mesa 2013-10-22 09:09:51 -04:00
utility_source.rst Add policy CMP0034 to disallow utility_source 2013-10-22 09:09:52 -04:00
variable_requires.rst Add policy CMP0035 to disallow variable_requires 2013-10-22 09:09:52 -04:00
variable_watch.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
while.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
write_file.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00