Marc Chevrier 35350c419d Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable пре 1 година
..
DEPRECATED_POLICY_VERSIONS.txt 84db8506ff Deprecate compatibility with CMake versions older than 3.10 пре 1 година
DEVICE_LINK_OPTIONS.txt c86ec79d07 Help: Use direct refs to genexes instead of ``$<GENEX-NAME>`` пре 3 година
FIND_XXX.txt 0a81110b84 find_(library|file|path): Drop PATH-derived search prefixes пре 2 година
FIND_XXX_ORDER.txt 898216137a Help: Factor out find_* command duplication пре 12 година
FIND_XXX_REGISTRY_VIEW.txt 7dca3807f8 Help: Fix typos, grammar and formatting in CMP0134 policy docs пре 3 година
FIND_XXX_ROOT.txt 3de3544fcd Help: Improve documentation formatting of find_* commands пре 10 година
GENEX_NOTE.txt d4d1f85297 Help: Move a note about arguments and genexes into include file пре 3 година
LINK_LIBRARIES_LINKER.txt aba1c9d172 target_link_libraries: Add support for the LINKER: prefix пре 1 година
LINK_OPTIONS_LINKER.txt 2eba7d7524 Help: Add SHELL, LINKER and host/device discussions to property docs пре 4 година
OPTIONS_SHELL.txt 2eba7d7524 Help: Add SHELL, LINKER and host/device discussions to property docs пре 4 година
SUPPORTED_LANGUAGES.txt b787be2714 Help: Update supported languages in project and enable_language пре 2 година
UNSET_NOTE.txt 512f64289a Help: Clarify that set(VAR) unsets VAR пре 2 година
add_compile_definitions.rst 7480fa0a5f COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases пре 3 година
add_compile_options.rst 561ae21f40 Help: Clarify that {add,target}_compile_options are not used for linking пре 2 година
add_custom_command.rst ec519f3e97 add_custom_command: Validate arguments more rigorously пре 1 година
add_custom_target.rst 50eadd794e Help: Clarify cross-references to target-dependent generator expressions пре 1 година
add_definitions.rst 65457e4fae Help: Add _See Also_ sections to related CMake commands пре 3 година
add_dependencies.rst e722f73e40 Help: Document MANUALLY_ADDED_DEPENDENCIES in add_dependencies пре 1 година
add_executable.rst e1519edd91 Help: Use signature directive for the 'add_library' command пре 2 година
add_library.rst a61c9afdf8 add_library: Reject shared libraries on platforms that do not support them пре 1 година
add_link_options.rst 561ae21f40 Help: Clarify that {add,target}_compile_options are not used for linking пре 2 година
add_subdirectory.rst 2449c04d8d Help: improve docs for the EXCLUDE_FROM_ALL directory property пре 1 година
add_test.rst 9510820d58 Help: Document CTest module BUILD_TESTING variable пре 1 година
aux_source_directory.rst 07f3082d3b Help: Improve documentation links and formatting пре 6 година
block.rst bbf3ed5422 Help: Explain block() policy-scope rules more clearly пре 2 година
break.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
build_command.rst 3043c17039 Help: Add more CLI `:option:` references to various pages пре 3 година
build_name.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
cmake_file_api.rst 99b2ccf80d cmake_file_api: New project command пре 2 година
cmake_host_system_information.rst 54e06c601d Help: Replace link with its http redirect пре 2 година
cmake_language.rst 4cb5bb014d try_compile: Propagating top level includes into whole-project calls пре 1 година
cmake_minimum_required.rst 741755f637 Help: Document cmake_minimum_required deprecation of old versions пре 2 година
cmake_parse_arguments.rst 2000abe74f Help: Recommend good prefixes for cmake_parse_arguments, expand example пре 1 година
cmake_path.rst 769866163a Help: Fix cmake_path example пре 1 година
cmake_pkg_config.rst aa6bbc3135 Help: Update Sphinx versionadded directives for 3.31 release пре 1 година
cmake_policy.rst bbf3ed5422 Help: Explain block() policy-scope rules more clearly пре 2 година
configure_file.rst 682a513bbb Help: Organize configure_file documentation into sections пре 1 година
continue.rst 1046a61cfd Help: clean up and clarify block() and return() пре 3 година
create_test_sourcelist.rst 2c646641ec Help: Document create_test_sourcelist source path convention пре 1 година
ctest_build.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_configure.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_coverage.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_empty_binary_directory.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_memcheck.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_read_custom_files.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_run_script.rst 267b42bccc CTest: Remove declarative scripting mode пре 1 година
ctest_sleep.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_start.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_submit.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_test.rst 5de1e21659 ctest: Allow passing -j without value to choose a contextual default пре 1 година
ctest_update.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
ctest_upload.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
define_property.rst 6c3311d53b Help: Document property redefinition semantics пре 1 година
else.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
elseif.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
enable_language.rst 97464aa970 enable_language(): Fail if called before project() пре 1 година
enable_testing.rst 9510820d58 Help: Document CTest module BUILD_TESTING variable пре 1 година
endblock.rst 44a2f3f332 Add new flow-control commands for variables and policies scopes management пре 3 година
endforeach.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
endfunction.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
endif.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
endmacro.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
endwhile.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
exec_program.rst ff12a57d5e exec_program(): Remove by policy CMP0153 пре 2 година
execute_process.rst e782811cfe execute_process: Change default ENCODING to UTF-8 пре 1 година
export.rst 3a739d4dcb EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gate пре 1 година
export_library_dependencies.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
file.rst 5e1a59dc2b file(DOWNLOAD/UPLOAD): Require minimum TLS 1.2 by default пре 1 година
find_file.rst 0a81110b84 find_(library|file|path): Drop PATH-derived search prefixes пре 2 година
find_library.rst 0a81110b84 find_(library|file|path): Drop PATH-derived search prefixes пре 2 година
find_package.rst 6f3dc1161a find_package: Also sort Framework matches пре 1 година
find_path.rst 0a81110b84 find_(library|file|path): Drop PATH-derived search prefixes пре 2 година
find_program.rst 7a88ca2e56 Help: Document find_program filename suffix behavior пре 1 година
fltk_wrap_ui.rst adbaadf0ee Help: Apply syntax highlighting to project commands пре 7 година
foreach.rst cc8837606c Help: Unindent _See Also_ related commands list пре 3 година
function.rst 65457e4fae Help: Add _See Also_ sections to related CMake commands пре 3 година
get_cmake_property.rst 34379f005b Help: Use <variable> consistently in property getter commands пре 1 година
get_directory_property.rst 65457e4fae Help: Add _See Also_ sections to related CMake commands пре 3 година
get_filename_component.rst 68fb1572a8 Help: Convert signatures of file command пре 2 година
get_property.rst a1fdcb9d47 Help: get_property() result var is unset if property is not set пре 1 година
get_source_file_property.rst 8086badba4 Help: Fix wrong return values for unset inherited properties пре 1 година
get_target_property.rst 8086badba4 Help: Fix wrong return values for unset inherited properties пре 1 година
get_test_property.rst 8086badba4 Help: Fix wrong return values for unset inherited properties пре 1 година
if.rst 2c0d16df7b Help/command/if: fix formatting in precedence order overview пре 1 година
include.rst c2efb3efcd Help: Revise docs on Scripting Commands пре 7 година
include_directories.rst 04b0d5c862 codespell: Fix typos пре 2 година
include_external_msproject.rst 6b7e634b7c Help: Explicitly state include_external_msproject is only for VS generators пре 1 година
include_guard.rst c36910476a Help: remove links from pages to themselves пре 3 година
include_regular_expression.rst adbaadf0ee Help: Apply syntax highlighting to project commands пре 7 година
install.rst fdceee50e6 Merge topic 'normalize-install-destination-paths' пре 1 година
install_files.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
install_programs.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
install_targets.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
link_directories.rst 65457e4fae Help: Add _See Also_ sections to related CMake commands пре 3 година
link_libraries.rst adbaadf0ee Help: Apply syntax highlighting to project commands пре 7 година
list.rst 60b393096f Help: Link to cmake-language(7) list docs from list() command docs пре 2 година
load_cache.rst 657fb0aa6f Help: Clarify load_cache documentation of first parameter пре 6 година
load_command.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
macro.rst 67171a99be Help: Fix inaccurate use of "function" in macro docs пре 1 година
make_directory.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
mark_as_advanced.rst a19058d7d8 Help: Replace some `versionadded` directives with `versionchanged` пре 5 година
math.rst 68a46505a3 Help: math: note that floating point inputs are invalid пре 2 година
message.rst a78cba5197 message: Add CONFIGURE_LOG mode to record a message in the configure log пре 2 година
option.rst ee6b429498 Help: Clarify that option() is a boolean пре 3 година
output_required_files.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
project.rst e5a9ccbcc8 project: Always set <PROJECT-NAME>_* as normal variables пре 1 година
qt_wrap_cpp.rst ccaf529c4e Autogen: Update Documentation пре 1 година
qt_wrap_ui.rst 74dc68b406 qt_wrap_*: Add deprecation notes to command docs пре 6 година
remove.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
remove_definitions.rst adbaadf0ee Help: Apply syntax highlighting to project commands пре 7 година
return.rst c6f56153bb Help: Fix example for return command пре 1 година
separate_arguments.rst 3c5b34af9d Help: Replace links with their permanent redirects пре 2 година
set.rst 2f319c6484 Help: Remove "this command" ambiguity in set() docs пре 2 година
set_directory_properties.rst 29ccc9a4cd Help: Use <xxx> for non-keyword arguments in property command signatures пре 1 година
set_property.rst 753999d4db set_property(TEST): Add DIRECTORY option пре 2 година
set_source_files_properties.rst 65457e4fae Help: Add _See Also_ sections to related CMake commands пре 3 година
set_target_properties.rst 29ccc9a4cd Help: Use <xxx> for non-keyword arguments in property command signatures пре 1 година
set_tests_properties.rst 1ca5ec67b0 Help: Add missing DIRECTORY keyword to set_tests_properties() signature пре 1 година
site_name.rst 94c6295db1 Help: Document site_name command use of HOSTNAME variable пре 5 година
source_group.rst 0106842af4 Help: Clarify condition of tree command from source_group. пре 4 година
string.rst dc7a810a75 Help: Clarify documentation on regex character classes пре 1 година
subdir_depends.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
subdirs.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
target_compile_definitions.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
target_compile_features.rst d4d1f85297 Help: Move a note about arguments and genexes into include file пре 3 година
target_compile_options.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
target_include_directories.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
target_link_directories.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
target_link_libraries.rst aba1c9d172 target_link_libraries: Add support for the LINKER: prefix пре 1 година
target_link_options.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
target_precompile_headers.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
target_sources.rst 835f34949e Help: Update cmake-buildsystem(7) build and usage requirements пре 1 година
try_compile.rst 35350c419d Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable пре 1 година
try_run.rst 0f37000304 try_{compile,run}: add LINKER_LANGUAGE option пре 2 година
unset.rst 512f64289a Help: Clarify that set(VAR) unsets VAR пре 2 година
use_mangled_mesa.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
utility_source.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
variable_requires.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година
variable_watch.rst bb15663858 Help: Expand documentation of variable_watch() пре 5 година
while.rst cc8837606c Help: Unindent _See Also_ related commands list пре 3 година
write_file.rst 8c6274326d Help: Use CMake highlighting for command synopsis пре 3 година