Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Message cleanups: Compose messages in std::stringstream | Sebastian Holtermann | 2016-04-25 | 1 | -4/+8 |
| | | | | | To avoid Race conditions with other processes writing to stdout/stderr compose the whole message in a std::stringstream then submit the single complete message. | ||||
* | Autogen: Generate qrc_NAME.cpp files in subdirectories | Sebastian Holtermann | 2016-04-22 | 1 | -31/+99 |
| | | | | | | | A qrc_NAME.cpp file generated from NAME.qrc in the directory CMAKE_CURRENT_SOURCE_DIR/SUBDIR will be generated in the directory CMAKE_CURRENT_BINARY_DIR/TARGETNAME_automoc.dir/SUBDIR | ||||
* | Avoid depending on CMAKE_ROOT cache entry internally (#16015) | Brad King | 2016-03-16 | 1 | -2/+1 |
| | | | | | | Use cmSystemTools::GetCMakeRoot() which always knows the location of our resources. Do not depend on CMAKE_ROOT because the user could unset it from the cache. | ||||
* | Merge topic 'autorcc-qt-5.1-compat' | Brad King | 2015-10-29 | 1 | -1/+20 |
|\ | | | | | | | | | e78fcc63 QtAutogen: Fix rcc invocation for Qt 5.0 and 5.1 (#15644) | ||||
| * | QtAutogen: Fix rcc invocation for Qt 5.0 and 5.1 (#15644) | Brad King | 2015-10-28 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | In commit v3.2.0-rc1~480^2 (QtAutogen: Regenerate qrc files if their input changes, 2014-09-17) we added use of the rcc `--list` option. Prior to Qt 5.2 this option was called just `-list`. Run `rcc --help` to check for support for `--list` before using it and otherwise fall back to the `-list` option for compatibility with older versions. | ||||
* | | Merge topic 'revert-autorcc-qt-5.1' | Brad King | 2015-10-29 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | 5ba32092 Merge branch 'backport-revert-autorcc-qt-5.1' into revert-autorcc-qt-5.1 10e8ccf6 Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" b935db3a Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" | ||||
| * | Revert "cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)" | Brad King | 2015-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This reverts commit 9a271e13236d81b79e3e367a6898e09d3dcf28d0. The `-list` option is not documented and may be removed in future Qt versions. Fixing this correctly will require detecting the availability of `--list` or `-list` based on the `rcc` version found. For now we choose to support the documented option that will be supported in future Qt versions. | ||||
* | | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|/ | | | | | | | The configure-time and generate-time types should be completely independent. Add ownership of cmGeneratorTarget instances to the cmLocalGenerator. | ||||
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -1/+1 |
| | | | | Not a map from cmTarget to cmGeneratorTarget. | ||||
* | cmLocalGenerator: Simplify semantic of adding generator targets. | Stephen Kelly | 2015-10-20 | 1 | -0/+1 |
| | | | | Don't store on the global generator as a side effect. Update clients to adapt. | ||||
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -1/+1 |
| | |||||
* | cmGeneratorTarget: Move ImportedGetLocation from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -6/+15 |
| | |||||
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
| | | | | Relieve cmMakefile of this responsibility. | ||||
* | cmGeneratorTarget: Move GetSupportDirectory from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | cmTarget: Remove Compute method. | Stephen Kelly | 2015-10-07 | 1 | -2/+0 |
| | |||||
* | cmTarget: Add Compute API for sources. | Stephen Kelly | 2015-10-07 | 1 | -0/+2 |
| | | | | | This method is a refactoring artifact. It will be removed in a follow-up. | ||||
* | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | QtAutogen: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-06 | 1 | -61/+45 |
| | |||||
* | QtAutogen: Make some private statics file static. | Stephen Kelly | 2015-10-05 | 1 | -40/+27 |
| | |||||
* | QtAutogen: Move SetupAutoRccTarget method. | Stephen Kelly | 2015-10-05 | 1 | -117/+116 |
| | |||||
* | QtAutogen: Move MergeRccOptions method. | Stephen Kelly | 2015-10-05 | 1 | -44/+44 |
| | |||||
* | QtAutogen: Move GetRccExecutable method. | Stephen Kelly | 2015-10-05 | 1 | -51/+51 |
| | |||||
* | QtAutogen: Move SetupAutoUicTarget method. | Stephen Kelly | 2015-10-05 | 1 | -107/+107 |
| | |||||
* | QtAutogen: Move GetUicOpts method. | Stephen Kelly | 2015-10-05 | 1 | -11/+11 |
| | |||||
* | QtAutogen: Move SetupAutoMocTarget method. | Stephen Kelly | 2015-10-05 | 1 | -92/+92 |
| | |||||
* | QtAutogen: Move GetCompileDefinitionsAndDirectories method. | Stephen Kelly | 2015-10-05 | 1 | -22/+22 |
| | |||||
* | QtAutogen: Move SetupSourceFiles method. | Stephen Kelly | 2015-10-05 | 1 | -83/+83 |
| | |||||
* | QtAutogen: Split initializer class into separate file. | Stephen Kelly | 2015-09-29 | 1 | -0/+1074 |