Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Autogen: Overhaul AUTOMOC target property documentation | Sebastian Holtermann | 2019-06-19 | 1 | -62/+212 |
| | | | | | | | - Rewrites and restructures the AUTOMOC target property documentation - Remove the reference to the deprecated CMAKE_AUTOMOC_RELAXED_MODE Fixes: #19167 | ||||
* | Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target properties | Tobias Hunger | 2019-01-10 | 1 | -0/+3 |
| | | | | | | | | | | Allow to force moc/rcc/uic compiler used for AUTO(MOC|RCC|UIC). Setting these properties is only necessary if you are going to do strange things like build these tools as part of your own build system. Setting these properties will also prevent cmake from testing the binary: It is user-provided and assumed to be valid. | ||||
* | Autogen: Add documentation for CMAKE_GLOBAL_AUTOGEN/RCC_TARGET | Sebastian Holtermann | 2018-11-11 | 1 | -0/+4 |
| | |||||
* | Autogen: Update <ORIGIN>_autogen target documentation | Sebastian Holtermann | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | Autogen: Add documentation for (CMAKE_)AUTOGEN_PARALLEL | Sebastian Holtermann | 2018-01-17 | 1 | -1/+5 |
| | |||||
* | Autogen: Doc: Add documentation for (CMAKE_)AUTOMOC_COMPILER_PREDEFINES | Sebastian Holtermann | 2017-09-29 | 1 | -0/+3 |
| | | | | | | Also adds the documentation for CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND. Closes #17275 | ||||
* | Autogen: Doc: Update documentation for (CMAKE_)AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-09-28 | 1 | -10/+10 |
| | |||||
* | Autogen: Docs: Add documentation internal links | Sebastian Holtermann | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Autogen: Add documentation for AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-08-18 | 1 | -5/+9 |
| | |||||
* | Autogen: Update documentation for per-config include dir | Sebastian Holtermann | 2017-08-05 | 1 | -0/+3 |
| | |||||
* | Autogen: Do not use per-config file suffixes with VS yet | Brad King | 2017-06-07 | 1 | -7/+0 |
| | | | | | | | | | The change in commit v3.9.0-rc1~42^2~1 (Autogen: Per-config file suffixes, 2017-05-15) broke Visual Studio builds because the generators do not yet fully support per-config sources. Disable the behavior on Visual Studio generators for now. Fixes: #16939 | ||||
* | Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property. | Sebastian Holtermann | 2017-05-26 | 1 | -11/+24 |
| | | | | | Closes #14760 Closes #14313 | ||||
* | Autogen: Add AUTOGEN_SOURCE_GROUP documentation | Sebastian Holtermann | 2017-03-16 | 1 | -0/+3 |
| | |||||
* | Autogen: Add AUTOMOC_DEPEND_FILTERS documentation | Sebastian Holtermann | 2017-02-23 | 1 | -0/+3 |
| | |||||
* | Autogen: Documentation update | Sebastian Holtermann | 2017-02-21 | 1 | -22/+32 |
| | | | | Closes #15254 | ||||
* | AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC | Sebastian Holtermann | 2017-01-11 | 1 | -0/+3 |
| | |||||
* | QtAutogen: AUTOMOC documentation update | Sebastian Holtermann | 2016-12-07 | 1 | -5/+6 |
| | |||||
* | QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cpp | Sebastian Holtermann | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | Autogen: Check added for name collisions of generated moc files | Sebastian Holtermann | 2016-04-22 | 1 | -1/+7 |
| | | | | | The test exits with an error if two or more source files would generate the same moc file. | ||||
* | Help: Improve AUTOMOC documentation layout | Brad King | 2016-04-22 | 1 | -16/+23 |
| | |||||
* | Help: Adjust the QtAutogen properties to the common style. | Stephen Kelly | 2014-02-06 | 1 | -5/+8 |
| | | | | Link to the cmake-qt manual. | ||||
* | Help: Be clearer about which header files are considered for AUTOMOC | Alex Merry | 2014-02-04 | 1 | -2/+5 |
| | | | | | | | | The old documentation stated that "all header files" were considered, which was not true for any sensible definition of "all header files". Only header files with certain names are considered. Document the filename patterns matched for parsing. | ||||
* | Help: Reformat Qt autogenerator documentation. | Stephen Kelly | 2014-01-04 | 1 | -16/+16 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+31 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |