| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'autogen_adaptive_warning' | Brad King | 2019-01-16 | 1 | -22/+21 |
|\ |
|
| * | Autogen: Adaptive missing Qt warning | Sebastian Holtermann | 2019-01-15 | 1 | -22/+21 |
|
|
* | | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+2 |
|
|
* | | clang-tidy: Simplify boolean expressions | Regina Pfeifer | 2019-01-15 | 1 | -5/+1 |
|/ |
|
* | Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target properties | Tobias Hunger | 2019-01-10 | 1 | -13/+48 |
|
|
* | Autogen: Prepare for Qt 6 | Tobias Hunger | 2019-01-07 | 1 | -7/+10 |
|
|
* | Merge topic 'autogen-cleanups' | Brad King | 2018-12-10 | 1 | -160/+72 |
|\ |
|
| * | cmQtAutoGenInitializer: Reduce code duplication | Tobias Hunger | 2018-12-07 | 1 | -160/+72 |
|
|
* | | Autogen: Revert passing compiler implicit includes to moc | Sebastian Holtermann | 2018-12-07 | 1 | -3/+6 |
|/ |
|
* | Merge topic 'autogen-qtversion-detection' | Brad King | 2018-12-06 | 1 | -38/+47 |
|\ |
|
| * | Autogen: Qt version detection cleanup | Tobias Hunger | 2018-12-03 | 1 | -38/+47 |
|
|
* | | Merge topic 'autogen_uic_empty_fix' | Brad King | 2018-12-06 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Autogen: Don't add a WIN32 moc definition if we have a moc_predefs.h file | Sebastian Holtermann | 2018-11-28 | 1 | -0/+6 |
|
|
* | | Merge topic 'readability-static-accessed-through-instance' | Brad King | 2018-11-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -1/+1 |
|
|
* | | Merge topic 'autogen_uic_empty_fix_3_13' | Brad King | 2018-11-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Autogen: Fix empty uic executable string | Sebastian Holtermann | 2018-11-27 | 1 | -1/+1 |
|
|
* | | Autogen: Add and use cmQtAutoGenInitializer::InfoWriter class | Sebastian Holtermann | 2018-11-14 | 1 | -139/+191 |
|
|
* | | Autogen: Add support for global ``autogen`` and ``autorcc`` targets | Sebastian Holtermann | 2018-11-11 | 1 | -7/+25 |
|
|
* | | Autogen: Add (CMAKE_)AUTOGEN_ORIGIN_DEPENDS support | Sebastian Holtermann | 2018-11-03 | 1 | -3/+8 |
|
|
* | | add_dependencies: Track backtraces internally | Brad King | 2018-10-18 | 1 | -2/+3 |
|
|
* | | cmLocalGenerator: Remove AddCompileDefinitions method | Brad King | 2018-10-10 | 1 | -1/+1 |
|/ |
|
* | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -1/+1 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -2/+1 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -2/+2 |
|
|
* | Autogen: Use integers to store the Qt version | Sebastian Holtermann | 2018-08-13 | 1 | -52/+57 |
|
|
* | Autogen: Initializer: Group variables in structs | Sebastian Holtermann | 2018-08-13 | 1 | -133/+147 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|
|
* | Autogen: For Qt5 pass all implicit include directories to moc | Sebastian Holtermann | 2018-07-30 | 1 | -3/+5 |
|
|
* | Autogen: Split initializer main method | Sebastian Holtermann | 2018-07-30 | 1 | -541/+557 |
|
|
* | Autogen: Compute variables in Init stage instead of Setup stage | Sebastian Holtermann | 2018-07-30 | 1 | -156/+171 |
|
|
* | Autogen: Move info file write code into methods | Sebastian Holtermann | 2018-07-30 | 1 | -174/+195 |
|
|
* | Autogen: Pass absolute include path in info file | Sebastian Holtermann | 2018-07-30 | 1 | -19/+20 |
|
|
* | Return std::string from cmGeneratorTarget::ImportedGetLocation | Sebastian Holtermann | 2018-07-11 | 1 | -8/+3 |
|
|
* | Autogen: Wrap moc/uic/rcc related variables in structs | Sebastian Holtermann | 2018-07-11 | 1 | -89/+91 |
|
|
* | Autogen: Improve error detection during configuration | Sebastian Holtermann | 2018-07-11 | 1 | -115/+225 |
|
|
* | Autogen: Use default and remove custom GetSafeProperty functions | Sebastian Holtermann | 2018-07-02 | 1 | -23/+11 |
|
|
* | Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support | Sebastian Holtermann | 2018-06-21 | 1 | -1/+15 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -19/+21 |
|
|
* | Autogen: Let AUTORCC generate output for all configurations | Sebastian Holtermann | 2018-05-30 | 1 | -2/+14 |
|
|
* | Autogen: Add lock file to AUTORCC commands | Sebastian Holtermann | 2018-05-30 | 1 | -0/+6 |
|
|
* | Autogen: Register generated dependency files | Sebastian Holtermann | 2018-05-14 | 1 | -0/+3 |
|
|
* | Autogen: Overwrite info files when changed only | Sebastian Holtermann | 2018-02-06 | 1 | -34/+12 |
|
|
* | Autogen: Improved multi-config include scheme | Sebastian Holtermann | 2018-02-02 | 1 | -296/+249 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -3/+3 |
|
|
* | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+3 |
|
|
* | Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer | Sebastian Holtermann | 2018-01-17 | 1 | -0/+1461 |
|
|