| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'doc-add_custom_command' | Brad King | 2014-08-06 | 1 | -121/+124 |
|\ |
|
| * | Help: Document add_custom_command PRE_BUILD/PRE_LINK for exe/lib only (#15059) | Brad King | 2014-08-05 | 1 | -0/+2 |
|
|
| * | Help: Revise and format 'add_custom_command' docs | Brad King | 2014-08-05 | 1 | -97/+122 |
|
|
| * | Help: Remove stray content from 'add_custom_command' docs | Brad King | 2014-08-05 | 1 | -24/+0 |
|
|
* | | file: Add ENCODING option to file(STRINGS) command (#10519) | Clinton Stimpson | 2014-08-06 | 1 | -0/+3 |
|/ |
|
* | Help: Clarify target_link_libraries treatment of flags (#15034) | Brad King | 2014-07-28 | 1 | -1/+4 |
|
|
* | add_library: Allow arbitrary non-linked sources in OBJECT libraries | Brad King | 2014-07-09 | 1 | -1/+2 |
|
|
* | install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) | Brad King | 2014-06-24 | 1 | -1/+3 |
|
|
* | install: Add CMAKE_INSTALL_MESSAGE variable (#13761) | Brad King | 2014-06-24 | 2 | -1/+6 |
|
|
* | Help: Add install() command document section headers | Brad King | 2014-06-24 | 1 | -5/+17 |
|
|
* | Help: Link to Object Library docs from add_library | Brad King | 2014-06-12 | 1 | -2/+2 |
|
|
* | Help: Organize add_library command documentation | Brad King | 2014-06-12 | 1 | -4/+15 |
|
|
* | Help: Mention INTERFACE_SOURCES as settable for INTERFACE libs | Brad King | 2014-06-12 | 1 | -2/+3 |
|
|
* | Help: Add comma to assist parsing of ctest_build command docs. | Stephen Kelly | 2014-06-05 | 1 | -1/+1 |
|
|
* | Help: Document that file(GENERATE) re-writes only when needed. | Stephen Kelly | 2014-06-05 | 1 | -0/+2 |
|
|
* | Help: Convert CTest Script variable references to cross-references | Brad King | 2014-06-03 | 1 | -3/+5 |
|
|
* | Merge topic 'doc-include-dir-props' | Brad King | 2014-06-03 | 1 | -0/+14 |
|\ |
|
| * | Help: Explain build/install-tree include dirs in more places (#14946) | Brad King | 2014-06-02 | 1 | -0/+14 |
|
|
| * | Merge branch 'doc-find_package-build-paths' into release | Brad King | 2014-03-03 | 1 | -0/+1 |
| |\ |
|
| * \ | Merge branch 'add_definitions-no-genex' into release | Brad King | 2014-03-03 | 1 | -4/+2 |
| |\ \ |
|
| * \ \ | Merge branch 'install-FILES-genex' into release | Brad King | 2014-02-24 | 1 | -161/+168 |
| |\ \ \ |
|
* | | | | | Help: Use "^^^^" for subsubsection headers | Brad King | 2014-06-02 | 1 | -4/+4 |
|
|
* | | | | | Merge topic 'feature-extensions-by-default' | Brad King | 2014-06-02 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Features: Enable compiler extensions by default. | Stephen Kelly | 2014-05-31 | 1 | -1/+1 |
|
|
* | | | | | | Merge topic 'doc-ctest-settings' | Brad King | 2014-06-02 | 1 | -0/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: Document ctest_start initial checkout command variables | Brad King | 2014-05-30 | 1 | -0/+6 |
| |/ / / / / |
|
* | | | | | | Help: Reference cmake_minimum_required from cmake_policy docs | Brad King | 2014-05-30 | 1 | -0/+6 |
|
|
* | | | | | | Help: Format cmake_policy command documentation | Brad King | 2014-05-30 | 1 | -35/+45 |
|/ / / / / |
|
* | | | | | Merge topic 'doc-file-command' | Brad King | 2014-05-27 | 1 | -178/+266 |
|\ \ \ \ \ |
|
| * | | | | | Help: Format and revise file() command documentation | Brad King | 2014-05-23 | 1 | -178/+266 |
|
|
* | | | | | | Merge topic 'doc-CTEST_BUILD_FLAGS' | Brad King | 2014-05-27 | 1 | -0/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Help: describe CTEST_BUILD_FLAGS | Rolf Eike Beer | 2014-05-23 | 1 | -0/+5 |
| |/ / / / / |
|
* | | | | | | Help: Add a manual for compiler feature control. | Stephen Kelly | 2014-05-27 | 1 | -1/+2 |
|/ / / / / |
|
* | | | | | Help: Fix whitespace in doc link. | Stephen Kelly | 2014-05-20 | 1 | -1/+1 |
|
|
* | | | | | Features: Extend concept to C language. | Stephen Kelly | 2014-05-14 | 1 | -1/+2 |
|
|
* | | | | | Allow the Package Registry to be disabled (#14849) | Daniele E. Domenichelli | 2014-05-12 | 2 | -3/+10 |
|
|
* | | | | | Add target_compile_features command. | Stephen Kelly | 2014-04-07 | 1 | -0/+30 |
|
|
* | | | | | target_sources: New command to add sources to target. | Stephen Kelly | 2014-04-02 | 1 | -0/+28 |
|
|
* | | | | | cmTarget: Allow any generator expression in SOURCES property. | Stephen Kelly | 2014-04-02 | 2 | -4/+9 |
|
|
* | | | | | cmStringCommand: Add GENEX_STRIP subcommand. | Stephen Kelly | 2014-03-31 | 1 | -0/+5 |
|
|
* | | | | | add_custom_command: Evaluate generator expressions in DEPENDS | Stephen Kelly | 2014-03-20 | 1 | -0/+4 |
|
|
* | | | | | Merge topic 'doc-find_package-build-paths' | Brad King | 2014-03-05 | 1 | -0/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Help: Mention in find_package that cmake-gui step is Windows-only (#14781) | Brad King | 2014-03-03 | 1 | -0/+1 |
|
|
* | | | | | Merge topic 'add_definitions-no-genex' | Brad King | 2014-03-03 | 1 | -4/+2 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | add_definitions: Don't document genex support. | Stephen Kelly | 2014-03-03 | 1 | -4/+2 |
| |/ / / |
|
* | | | | Merge topic 'install-FILES-genex' | Brad King | 2014-02-24 | 1 | -161/+168 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | install: Support generator expressions in FILES and PROGRAMS mode | Brad King | 2014-02-21 | 1 | -0/+6 |
|
|
| * | | Help: Format install() command documentation | Brad King | 2014-02-21 | 1 | -161/+162 |
| |/ |
|
* | | Help: Revise and format add_test() command documentation | Brad King | 2014-02-20 | 1 | -48/+38 |
|/ |
|
* | Help: Format find_package() command documentation | Brad King | 2014-02-17 | 1 | -189/+171 |
|
|