summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'java-updates'Brad King2015-08-271-0/+3
|\ | | | | | | | | 4476feac UseJava: Add support for javah tool
| * UseJava: Add support for javah toolMarc Chevrier2015-08-211-0/+3
| | | | | | | | Add a `create_javah` API.
* | Help: Fix classification of load_command in command TOC.James Johnston2015-08-251-1/+1
| | | | | | | | | | | | In CMake 3.0, the load_command command was deprecated. However, the position of load_command in the help TOC was not fixed at that time: it was still listed as a "Normal Command".
* | Merge topic 'improve-variable-help-formatting'Brad King2015-08-21194-508/+537
|\ \ | | | | | | | | | | | | 3bb707f0 Help: Improve formatting of variable documentation
| * | Help: Improve formatting of variable documentationJames Johnston2015-08-21194-508/+537
| | | | | | | | | | | | | | | | | | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* | | Merge topic 'modules-no-soname'Brad King2015-08-212-3/+10
|\ \ \ | |_|/ |/| | | | | | | | | | | f799ffb5 Do not set SONAME for MODULE library targets (#15705) 899458ab Tests: Cover NO_SONAME property for SHARED libraries
| * | Do not set SONAME for MODULE library targets (#15705)Felix Geyer2015-08-202-3/+10
| |/ | | | | | | | | The SONAME field is only useful for shared libraries that application link against.
* | get_filename_component: Teach new BASE_DIR parameter.James Johnston2015-08-182-5/+38
|/ | | | | | In the get_filename_component command, add a new BASE_DIR parameter to use with the ABSOLUTE and REALPATH options. This will be used when finding an absolute path from a relative path.
* Merge topic 'propagate-link-search-to-try_compile'Brad King2015-08-174-8/+22
|\ | | | | | | | | | | 7f0b83e0 try_compile: Update documentation for other propagated variables fb77c2c5 try_compile: Propogate the CMAKE_LINK_SEARCH_ variables
| * try_compile: Update documentation for other propagated variablesChuck Atkins2015-08-142-4/+9
| |
| * try_compile: Propogate the CMAKE_LINK_SEARCH_ variablesChuck Atkins2015-08-143-4/+13
| |
* | Merge topic 'FindXercesC-updates'Brad King2015-08-171-0/+5
|\ \ | | | | | | | | | | | | | | | db292564 FindXercesC: Add support for 3D_1 variant of the library 021bf871 FindXercesC: Find debug and release libraries separately
| * | FindXercesC: Find debug and release libraries separatelyRoger Leigh2015-08-141-0/+5
| |/
* | FindTIFF: Find debug and release libraries separatelyRoger Leigh2015-08-141-0/+5
|/
* Merge topic 'add-link-search-static-properties-defaults'Brad King2015-08-131-0/+9
|\ | | | | | | | | 970a741f Help: Add notes for topic 'add-link-search-static-properties-defaults'
| * Help: Add notes for topic 'add-link-search-static-properties-defaults'Brad King2015-08-131-0/+9
| |
* | Merge topic 'OUTPUT_DIRECTORY-genex'Brad King2015-08-135-2/+21
|\ \ | |/ |/| | | | | | | d25819bc Add generator expression support to OUTPUT_DIRECTORY target properties e36a05fd cmTarget: Detect and diagnose recursion in GetOutputInfo
| * Add generator expression support to OUTPUT_DIRECTORY target propertiesRobert Goulet2015-08-125-2/+21
| | | | | | | | | | | | | | If {ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY is set with a genex then do not add the per-config subdirectory on multi-config generators. This will allow projects to use $<CONFIG> to place the per-config part of the directory path somewhere other than the end.
* | Allow LINK_SEARCH_{START,END}_STATIC props to have default values.Chuck Atkins2015-08-135-3/+51
|/ | | | | | Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC variables to initialize the LINK_SEARCH_START_STATIC and LINK_SEARCH_END_STATIC target properties respectively.
* Merge topic 'java-updates'Brad King2015-08-051-0/+13
|\ | | | | | | | | | | | | cc23f0e9 UseJava: Teach install_jar new DESTINATION and COMPONENT options 3d287de4 UseJava: Teach add_jar to support file syntax for sources e72806fb FindJava: Add support for idlj and jarsigner tools
| * UseJava: Teach install_jar new DESTINATION and COMPONENT optionsMarc Chevrier2015-08-041-0/+4
| |
| * UseJava: Teach add_jar to support file syntax for sourcesMarc Chevrier2015-08-041-0/+4
| |
| * FindJava: Add support for idlj and jarsigner toolsMarc Chevrier2015-08-041-0/+5
| |
* | Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docsBrad King2015-08-033-12/+18
|/ | | | | Link to the generators that implement these properties. Explain in more detail why other generators ignore them.
* Merge topic 'if-test'Brad King2015-08-034-0/+27
|\ | | | | | | | | | | 14e49ed1 if: Add "TEST <test>" condition 623dcc85 ExternalProject: Avoid if() auto-dereference of a "TEST" variable
| * if: Add "TEST <test>" conditionMatt McCormick2015-08-034-0/+27
| | | | | | | | | | | | | | | | if(TEST TestNameThatExists) will return true if a test with the name TestNameThatExists has been added with add_test. The syntax is similar to if(TARGET TargetName). Since use of "TEST" as an argument to if() could previously be interpreted as a non-keyword argument, add policy CMP0064 to treat it as a keyword as NEW behavior.
* | Merge topic 'doc-string-FIND-failure-case'Brad King2015-07-311-1/+1
|\ \ | | | | | | | | | | | | fe2e503e Help: Document string(FIND) return value when no match is found
| * | Help: Document string(FIND) return value when no match is foundJames Johnston2015-07-301-1/+1
| |/
* | cmake: Add -W options to control deprecation warnings and errorsMichael Scott2015-07-294-2/+62
|/ | | | | | | | | | | Refactor the -Wdev and -Wno-dev to use a generic -W parser that follows the GCC pattern. Include support for setting CMAKE_ERROR_DEPRECATED and CMAKE_WARN_DEPRECATED via the deprecated warning. Add -Werror=dev and -Wno-error=dev options so that dev warning options are in line with deprecated warning options. Use a new CMAKE_SUPPRESS_DEVELOPER_ERRORS internal cache entry to store the above new dev options persistently. Add tests for new options and updated cmake documentation and release notes to list new options.
* Merge topic 'trace-expand'Brad King2015-07-273-5/+14
|\ | | | | | | | | 594bafe5 cmake: add --trace-expand option
| * cmake: add --trace-expand optionBen Boeckel2015-07-233-5/+14
| | | | | | | | | | | | | | | | The --trace option is helpful, but sometimes, what you're looking for is deep under many layers of function calls and figuring out what instance of the function call you're looking at is tedious to determine (usually involving patching and message()). Instead, add a --trace-expand option to trace while expanding commands into what CMake actually sees.
* | Add SOURCE_DIR and BINARY_DIR target propertiesClifford Yapp2015-07-214-0/+19
|/ | | | | This will allow project code to recover the directory information about where a target was created.
* Merge topic 'doc-CMakeExpandImportedTargets-deprecated'Brad King2015-07-211-0/+5
|\ | | | | | | | | dec8d1cc Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated'
| * Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated'Brad King2015-07-211-0/+5
| |
* | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.Stephen Kelly2015-07-181-2/+3
|/ | | | | | It costs an extra cmMakefile member and extra code to maintain in directory property handling. Remove documentation note that it is read-only and specify high-level command to populate it.
* Merge topic 'ctest-change-id'Brad King2015-07-172-0/+10
|\ | | | | | | | | 601ff0ec CTest: Optionally add a ChangeId attribute on XML Site tags
| * CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-172-0/+10
| | | | | | | | | | | | | | Add variable CTEST_CHANGE_ID to configure the setting. This allows CTest clients to give CDash information about what change is being tested so that CDash can take actions to report the results (e.g. to a pull request page).
* | Merge topic 'makefile-target-messages'Brad King2015-07-153-0/+27
|\ \ | | | | | | | | | | | | | | | | | | f0cad193 Tests: Add test for TARGET_MESSAGES global property 1d398478 Makefile: Optionally disable target completion messages in build output d560b46f CMakeGenericSystem: Recognize Watcom WMake generator as Makefile generator
| * | Makefile: Optionally disable target completion messages in build outputMichael Ensslin2015-07-143-0/+27
| |/ | | | | | | | | | | Add a TARGET_MESSAGES property to control whether Makefile targets print the "Built target " completion messages. Default to ON to preserve existing behavior.
* | Merge topic 'vs-nsight-tegra-attributes'Brad King2015-07-1532-3/+286
|\ \ | | | | | | | | | | | | 8c0afaf4 VS: Add more Nsight Tegra generator Android property settings
| * | VS: Add more Nsight Tegra generator Android property settingsMikhail Filimonov2015-07-1432-3/+286
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the Nsight Tegra project generator to add bunch of properties with the backing variables to fine-tune the generated projects. Add target properties that map to all "Configuration" PropertyGroups for each configuration: * ANDROID_ARCH * ANDROID_STL_TYPE Add target properties that map to the AntBuild section of vcxproj files: * ANDROID_ANT_ADDITIONAL_OPTIONS * ANDROID_ASSETS_DIRECTORIES * ANDROID_JAR_DEPENDENCIES * ANDROID_JAR_DIRECTORIES * ANDROID_JAVA_SOURCE_DIR * ANDROID_NATIVE_LIB_DEPENDENCIES * ANDROID_NATIVE_LIB_DIRECTORIES * ANDROID_PROCESS_MAX * ANDROID_PROGUARD * ANDROID_PROGUARD_CONFIG_PATH * ANDROID_SECURE_PROPS_PATH * ANDROID_SKIP_ANT_STEP Reviewed-by: Dmitry Polyanitsa <dpolyanitsa@nvidia.com>
* | Merge topic 'doc-apple-framework-creation'Brad King2015-07-155-1/+27
|\ \ | | | | | | | | | | | | eb8eaaec Help: Document Apple Framework creation with an example (#15651)
| * | Help: Document Apple Framework creation with an example (#15651)Brad King2015-07-145-1/+27
| |/
* | Help: Link to cmake-properties.7 manual from set_target_properties docsBrad King2015-07-141-94/+3
| | | | | | | | | | | | Drop the partial documentation of properties from the command documentation and reference the main properties manual instead. Otherwise readers may not realize there are many more properties.
* | Help: Link to cmake-properties.7 manual from set_property docsBrad King2015-07-141-0/+3
|/
* Merge topic 'OUTPUT_NAME-genex'Brad King2015-07-104-3/+23
|\ | | | | | | | | | | 809159c9 Add generator expression support to OUTPUT_NAME target property 9a1ef0dc Help: Improve OUTPUT_NAME documentation formatting
| * Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-092-0/+8
| |
| * Help: Improve OUTPUT_NAME documentation formattingBrad King2015-07-093-3/+15
| | | | | | | | Also link to its variants.
* | Help: Add notes for topic 'FindIce-imported-targets'Brad King2015-07-091-0/+4
|/
* Merge topic 'string-append'Brad King2015-07-082-0/+7
|\ | | | | | | | | 2b18cdca string: add APPEND subcommand