Bernhard M. Wiedemann 243aed525a cmTimestamp: Support SOURCE_DATE_EPOCH to override current time il y a 9 ans
..
FIND_XXX.txt 7ab0806fef Help: Document find_* command versioned/unversioned name ordering il y a 10 ans
FIND_XXX_ORDER.txt 898216137a Help: Factor out find_* command duplication il y a 12 ans
FIND_XXX_ROOT.txt 3de3544fcd Help: Improve documentation formatting of find_* commands il y a 10 ans
add_compile_options.rst a9f8c50aa2 Help: Clarify add_compile_options documentation (#15225) il y a 11 ans
add_custom_command.rst 7c8ab7ddc8 add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option il y a 9 ans
add_custom_target.rst 7c8ab7ddc8 add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option il y a 9 ans
add_definitions.rst 352cbb6e36 Help: Reference add_compile_options from add_definitions (#15225) il y a 11 ans
add_dependencies.rst 9504d7a99b Help: Explicitly mention lack of 'install' support in add_dependencies il y a 10 ans
add_executable.rst 49e82c15d5 Fix spelling typos in comments and documentation (#16037) il y a 9 ans
add_library.rst 49e82c15d5 Fix spelling typos in comments and documentation (#16037) il y a 9 ans
add_subdirectory.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
add_test.rst f19d6a2c95 Help: Document add_test expectations of test command (#15798) il y a 10 ans
aux_source_directory.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
break.rst 0de867dde2 continue: Add a new CMake language command for loop continuation (#14013) il y a 11 ans
build_command.rst b42866a34a Drop Visual Studio 6 generator il y a 9 ans
build_name.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
cmake_host_system_information.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
cmake_minimum_required.rst 1dc8486b40 Help: Organize and clarify `cmake_minimum_required` documentation il y a 9 ans
cmake_parse_arguments.rst cb299acc27 cmake_parse_arguments: Add option to read arguments from ARGC/ARGV# il y a 9 ans
cmake_policy.rst 482a3bf3f0 Help: Document explicitly that policy OLD behavior is deprecated il y a 10 ans
configure_file.rst 029d38fa61 Help: Revise configure_file documentation (#15403) il y a 11 ans
continue.rst 0de867dde2 continue: Add a new CMake language command for loop continuation (#14013) il y a 11 ans
create_test_sourcelist.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
ctest_build.rst 78b00f1d10 Help: Clarify `ctest_*` APPEND option behavior il y a 9 ans
ctest_configure.rst 78b00f1d10 Help: Clarify `ctest_*` APPEND option behavior il y a 9 ans
ctest_coverage.rst 78b00f1d10 Help: Clarify `ctest_*` APPEND option behavior il y a 9 ans
ctest_empty_binary_directory.rst f051814ed0 Convert builtin help to reStructuredText source files il y a 12 ans
ctest_memcheck.rst 3a523eec78 ctest_memcheck: Add DEFECT_COUNT option to capture defect count il y a 9 ans
ctest_read_custom_files.rst 70c0cc72f0 ctest_read_custom_files: mention that ctest does this automatically il y a 10 ans
ctest_run_script.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
ctest_sleep.rst f051814ed0 Convert builtin help to reStructuredText source files il y a 12 ans
ctest_start.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
ctest_submit.rst 05ed82b1d2 ctest_submit: Update documentation for CDash upload retries il y a 9 ans
ctest_test.rst 78b00f1d10 Help: Clarify `ctest_*` APPEND option behavior il y a 9 ans
ctest_update.rst 558e4d1ed6 Help: Document ctest_update branch following behavior il y a 9 ans
ctest_upload.rst d328dc6853 CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands il y a 9 ans
define_property.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
else.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
elseif.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
enable_language.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
enable_testing.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
endforeach.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
endfunction.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
endif.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
endmacro.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
endwhile.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
exec_program.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
execute_process.rst 2ed473b3b8 execute_process: Add ENCODING option for Windows child process output il y a 9 ans
export.rst 42ce9f1e71 Add support for creating prebuilt Android.mk files il y a 9 ans
export_library_dependencies.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
file.rst 979e8ba6c6 Help: De-duplicate and spell out supported hash algorithms il y a 9 ans
find_file.rst b30b32a493 Drop find_(library|file|path) prefixes from PATH on non-Windows il y a 9 ans
find_library.rst 896ad251de Teach find_library and find_package to search lib32 paths (#11260) il y a 9 ans
find_package.rst 31be918b0b find_package: Optionally sort globbed directories in a meaningful order il y a 9 ans
find_path.rst b30b32a493 Drop find_(library|file|path) prefixes from PATH on non-Windows il y a 9 ans
find_program.rst 8ea7611bc3 find_program: Optionally consider all names in each directory il y a 10 ans
fltk_wrap_ui.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
foreach.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
function.rst 4efef3f775 Help: Clarify that ARGV# beyond ARGC will have an undefined behavior (#15380) il y a 11 ans
get_cmake_property.rst 15cc50fbb5 Help: Clarify get_cmake_property command documentation il y a 9 ans
get_directory_property.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
get_filename_component.rst 8bfa34b78e Help: Fix typo in get_filename_component docs il y a 10 ans
get_property.rst 07254a8166 Help: Document installed file property API il y a 11 ans
get_source_file_property.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
get_target_property.rst 88968265e2 Help: Improve markup in `get_target_property` documentation il y a 10 ans
get_test_property.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
if.rst 02d177c9cc Add additional <= and >= comparison operators il y a 9 ans
include.rst c3507b5496 Help: Clarify wording of include() for builtin module directories il y a 9 ans
include_directories.rst ba4c2fa8fd Help: Mark up the buildsystem commands documentation il y a 12 ans
include_external_msproject.rst b42866a34a Drop Visual Studio 6 generator il y a 9 ans
include_regular_expression.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
install.rst 42ce9f1e71 Add support for creating prebuilt Android.mk files il y a 9 ans
install_files.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
install_programs.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
install_targets.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
link_directories.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
link_libraries.rst c7310917e6 Help: Clarify status of link_libraries command il y a 11 ans
list.rst 0205f882ae list: Add FILTER subcommand (#3986) il y a 10 ans
load_cache.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
load_command.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
macro.rst 4efef3f775 Help: Clarify that ARGV# beyond ARGC will have an undefined behavior (#15380) il y a 11 ans
make_directory.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
mark_as_advanced.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
math.rst c05d9b0569 Help: Fix math(EXPR) documentation formatting il y a 9 ans
message.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
option.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
output_required_files.rst 6865c8fe05 Add policy CMP0032 to disallow output_required_files il y a 12 ans
project.rst 6ac3712da0 Help: Document that cmake_minimum_required should be called first il y a 10 ans
qt_wrap_cpp.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
qt_wrap_ui.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
remove.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
remove_definitions.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
return.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
separate_arguments.rst 4f349a8656 Help: Fix formatting in separate_arguments documentation il y a 9 ans
set.rst 42fe7d2150 Help: clarify PARENT_SCOPE behavior il y a 9 ans
set_directory_properties.rst 66f5af29f3 Help: Link to properties in set_directory_properties docs. il y a 10 ans
set_property.rst fe3c678778 Help: Link to cmake-properties.7 manual from set_property docs il y a 10 ans
set_source_files_properties.rst f7dd3f7cf0 Help: Add link in set_source_files_properties command docs. il y a 10 ans
set_target_properties.rst 6b9a7938be Help: Link to cmake-properties.7 manual from set_target_properties docs il y a 10 ans
set_tests_properties.rst 6f82b5e81c Help: Link to properties in set_tests_properties. il y a 10 ans
site_name.rst f051814ed0 Convert builtin help to reStructuredText source files il y a 12 ans
source_group.rst b42330be21 source_group: Add options create groups matching directory tree il y a 9 ans
string.rst 243aed525a cmTimestamp: Support SOURCE_DATE_EPOCH to override current time il y a 9 ans
subdir_depends.rst 9f64fbf5b5 Add policy CMP0029 to disallow subdir_depends il y a 12 ans
subdirs.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
target_compile_definitions.rst 1ee4721f7c Help: Fix formatting of command parameter. il y a 11 ans
target_compile_features.rst 322cdc4825 Help: Document supported compilers in cmake-compile-features.7 il y a 10 ans
target_compile_options.rst d51c1f090a Help: Fix xref typos in target_compile_options docs il y a 10 ans
target_include_directories.rst 031d894fb8 Help: Place relocatable package notes in their own subsections il y a 10 ans
target_link_libraries.rst 883bd34a1f VS: Treat libraries ending in `.targets` as msbuild imports il y a 9 ans
target_sources.rst 6da65b3907 Allow export of targets with INTERFACE_SOURCES. il y a 11 ans
try_compile.rst 1371eec4c3 try_compile: extend CMP0067 to honor language standards for CUDA. il y a 9 ans
try_run.rst e942526b3d try_run: Use CMAKE_CROSSCOMPILING_EMULATOR. il y a 10 ans
unset.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
use_mangled_mesa.rst 97268cf5b7 Add policy CMP0030 to disallow use_mangled_mesa il y a 12 ans
utility_source.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
variable_requires.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
variable_watch.rst f051814ed0 Convert builtin help to reStructuredText source files il y a 12 ans
while.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans
write_file.rst c3f40f4fd9 Help: Improve formatting of command documentation il y a 10 ans