summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Help: Remove duplicate '#' in CMP0053 valid character listChristoph GrĂ¼ninger2014-12-011-1/+1
|
* Merge branch 'doc-target_include_directories-fixup' into releaseBrad King2014-11-171-2/+2
|\
| * Help: target_include_directories does not allow target namesBrad King2014-11-171-2/+2
| | | | | | | | | | | | | | | | Since commit v2.8.11~227^2~1 (Don't allow targets args in the new target commands, 2013-01-29) the target_include_directories command does not support target names on the right hand side, but that commit forgot to remove it from the docs. It was never released with such support. Update the command documentation now.
* | Merge branch 'vs14-is-2015' into releaseBrad King2014-11-173-7/+7
|\ \
| * | VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-143-7/+7
| | | | | | | | | | | | | | | | | | Now that we know the year component of this VS version we can add it to the generator name. For convenience, map the name without the year to the name with the year.
* | | Merge branch 'doc-install-SCRIPT-CODE-COMPONENT' into releaseBrad King2014-11-131-1/+2
|\ \ \ | |/ / |/| |
| * | Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956)Brad King2014-11-131-1/+2
| |/
* | Merge branch 'emacs-mode-underscore-in-symbol' into releaseBrad King2014-11-121-0/+4
|\ \
| * | Help: Add 3.1 release note Emacs mode updateBrad King2014-11-121-0/+4
| | |
* | | Merge branch 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into releaseBrad King2014-11-121-0/+5
|\ \ \
| * | | Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)Brad King2014-11-121-0/+5
| | |/ | |/| | | | | | | | | | Add a note to the CMAKE_INSTALL_PREFIX documentation that refers readers to the GNUInstallDirs module to make the latter easier to discover.
* | | Merge branch 'doc-cleanup-xrefs' into releaseBrad King2014-11-073-4/+4
|\ \ \
| * | | Help: Fix broken cross-references reported by 'nitpicky' optionBrad King2014-11-073-4/+4
| | | | | | | | | | | | | | | | | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
* | | | Merge branch 'doc-formatting' into releaseBrad King2014-11-071-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Help: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-071-1/+2
| | | | | | | | | | | | | | | | Help format the blocks better for display without a wide screen.
* | | | Merge branch 'doc-FindITK-FindVTK-relnotes' into releaseBrad King2014-11-071-4/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Help: Update 3.1 release notes for dropping of FindITK and FindVTKBrad King2014-11-071-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes made by commit v3.1.0-rc1~46^2~1 (FindITK: Drop this ancient compatibility module, 2014-10-02) and commit v3.1.0-rc1~46^2 (FindVTK: Drop this ancient compatibility module, 2014-10-02) need to come with release notes explaining that the modules were dropped. Also remove a release not related to an update made to FindVTK that was never released.
* | | | Merge branch 'release-doc-formatting' into releaseBrad King2014-11-0715-23/+98
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Tell latex to use a small font for cmake-language.7 productionsBrad King2014-11-061-0/+72
| | | |
| * | | Help: Fix example in cmake-packages to avoid long lineBrad King2014-11-061-1/+1
| | | |
| * | | Help: Format add_library documented list of INTERFACE commandsBrad King2014-11-061-8/+11
| | | | | | | | | | | | | | | | Use a bullet list to make it easier to read.
| * | | Help: Drop TOC from latex manualsBrad King2014-11-0614-14/+14
| | | | | | | | | | | | | | | | A latex document can have its own TOC.
* | | | Merge branch 'fix-configure_file-COPYONLY' into releaseBrad King2014-11-031-1/+1
|\ \ \ \
| * | | | Help: Fix configure_file call to use COPYONLY, not COPY_ONLYIosif Neitzke2014-10-311-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | The configure_file signature has option 'COPYONLY' (no underscore). Fix the example in 'cmake-packages.7.rst'.
* | | | Merge branch 'doc-add_library-typo' into releaseBrad King2014-10-311-1/+1
|\ \ \ \
| * | | | Documentation: Fix minor typo thecommand -> the commandNils Gladitz2014-10-311-1/+1
| |/ / /
* | | | Merge branch 'doc-add_compile_options' into releaseBrad King2014-10-293-14/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Help: Reference add_compile_options from add_definitions (#15225)Brad King2014-10-291-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we explain in add_definitions documentation that it is intended only for preprocessor definitions, link to add_compile_options for adding other flags. Also explicitly mention that the order of add_definitions calls with respect to target creation does not matter. This differs from the behavior now explicitly stated in the documentation of add_compile_options.
| * | | Help: Clarify add_compile_options documentation (#15225)Brad King2014-10-292-10/+11
| |/ / | | | | | | | | | | | | | | | | | | Explain that it affects only targets added after the call. Fix the link to the COMPILE_OPTIONS directory propert documentation. Update the latter to explain that it is used to initialize the corresponding target property when a target is created.
* | | Merge branch 'doc-line-lengths' into releaseBrad King2014-10-226-9/+29
|\ \ \ | | |/ | |/|
| * | Help/manual: Avoid long lines in code blocksBrad King2014-10-224-6/+21
| | | | | | | | | | | | | | | | | | Update the wording of some examples to avoid long lines in code blocks. Otherwise the formatted documentation can exceed certain column width limitations.
| * | Help: Clarify formatting of CPACK_WIX_ACL documentationBrad King2014-10-221-2/+3
| | |
| * | Help: Wrap long ctest_submit signature lineBrad King2014-10-221-1/+5
| |/
* | Merge branch 'doc-CMAKE_XCODE_ATTRIBUTE' into releaseBrad King2014-10-223-0/+14
|\ \
| * | Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)Brad King2014-10-223-0/+14
| |/
* | Help: Drop development topic notes to prepare releaseBrad King2014-10-142-9/+0
|/ | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Help: Organize 3.1 release notesBrad King2014-10-101-181/+231
| | | | | | | Add section headers similar to the 3.0 release notes and move each individual bullet into an appropriate section. Highlight the new VS generator capabilities for Windows Phone, Windows Store, and NVIDIA Nsight Tegra with dedicated subsections.
* Help: Consolidate 3.1 release notesBrad King2014-10-1068-455/+332
| | | | | | | | | | | | | | Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.1.0.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
* Merge topic 'note-link-libraries-genex'Brad King2014-10-101-0/+22
|\ | | | | | | | | 8bd81981 Help: Add note about restoring pre-3.0 link libraries genex behavior
| * Help: Add note about restoring pre-3.0 link libraries genex behaviorBrad King2014-10-101-0/+22
| |
* | Merge topic 'fix-OSX-bundle-rpaths-and-Qt5'Brad King2014-10-101-0/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 631fadea Help: Add notes for topic 'fix-OSX-bundle-rpaths-and-Qt5' 50e261dd OSX: Warn when attempting to change runtime paths on OS X 10.5 9b98fd52 cmake-gui: Make sure we bundle Qt5 Cocoa platform plugin 83a06bb4 BundleUtilities: Framework codesign Resources/Info.plist & Current f7df82ac BundleUtilities: Resolve & replace @rpath placeholders 14bc686f GetPrerequisites: Make sure dyld placeholders are prefixes 6c313797 BundleUtilities: Use find on UNIX for fast executable lookup
| * Help: Add notes for topic 'fix-OSX-bundle-rpaths-and-Qt5'Brad King2014-10-101-0/+6
| |
* | Merge topic 'doc-drop-dart'Brad King2014-10-091-8/+5
|\ \ | | | | | | | | | | | | b8aa0cdf Help: Replace 'Dart' with 'CDash' in ctest.1 manual
| * | Help: Replace 'Dart' with 'CDash' in ctest.1 manualBrad King2014-10-081-8/+5
| | | | | | | | | | | | | | | | | | The modern dashboard server is CDash, not Dart, so update the manual to talk about CTest as a CDash client. Also drop documentation for a Dart2-specific option.
* | | Merge topic 'ctest-memcheck-sanitizers'Brad King2014-10-083-6/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e0e75a72 Help: Add notes for topic 'ctest-memcheck-sanitizers' 7345a1f7 tests: Add a test for ctest_memcheck MemorySanitizer 0c6330da ctest_memcheck: Add support for MemorySanitizer msan 9ba8bf12 tests: add a test for ctest_memcheck UndefinedBehaviorSanitizer 816c100a ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan b67ef537 ctest_memcheck: Order sanitizer type code consistently f48a2968 Tests: Organize CTestTestMemcheck inner test code
| * | | Help: Add notes for topic 'ctest-memcheck-sanitizers'Brad King2014-10-072-5/+8
| | | | | | | | | | | | | | | | Consolidate earlier sanitizer notes.
| * | | ctest_memcheck: Add support for MemorySanitizer msanBill Hoffman2014-10-071-1/+1
| | | |
| * | | ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanBen Boeckel2014-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | UBSan instruments a build and logs messages on any undefined behavior instances.
* | | | Merge topic 'ctest-memcheck-sanitizers'Brad King2014-10-074-2/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | f25e431d tests: set sanitizer options properly f0661bf3 tests: fix copy/paste from tsan -> asan comments ca9cc25c ctest: add support for additional sanitizer options 0b9ffffc ctest: update documentation for CTEST_MEMORYCHECK_TYPE
| * | | ctest: add support for additional sanitizer optionsBen Boeckel2014-10-033-0/+12
| | | | | | | | | | | | | | | | | | | | Sanitizers receive options through their environment variable; support user-specified options here.