| Commit message (Expand) | Author | Age | Files | Lines |
* | Autogen: Move additional source header search to configuration stage | Sebastian Holtermann | 2019-02-25 | 1 | -0/+61 |
|
|
* | Autogen: Refactor file lists computation | Sebastian Holtermann | 2019-02-25 | 1 | -162/+208 |
|
|
* | Autogen: Refactor cmQtAutoGenInitializer::AddGeneratedSource method | Sebastian Holtermann | 2019-02-21 | 1 | -65/+59 |
|
|
* | Autogen: Refactor Qt executable name computation | Sebastian Holtermann | 2019-02-21 | 1 | -124/+124 |
|
|
* | Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT | Sebastian Holtermann | 2019-02-21 | 1 | -7/+6 |
|
|
* | Autogen: Use output caching GetExecutableTestOutput | Sebastian Holtermann | 2019-02-19 | 1 | -39/+14 |
|
|
* | Autogen: Iterate over makefile sources only once | Sebastian Holtermann | 2019-02-02 | 1 | -78/+80 |
|
|
* | cmSystemTools: Let `GetFileFormat` accept a `std::stding const&` | Sebastian Holtermann | 2019-02-02 | 1 | -2/+2 |
|
|
* | Use cmSourceFile::GetIsGenerated | Sebastian Holtermann | 2019-02-01 | 1 | -2/+2 |
|
|
* | Autogen: Read the Qt version from directory properties as well | Sebastian Holtermann | 2019-01-30 | 1 | -18/+25 |
|
|
* | Autogen: Reenable passing compiler implicit include directories to moc | Sebastian Holtermann | 2019-01-28 | 1 | -6/+3 |
|
|
* | cmLocalGenerator: Simplify `GetIncludeDirectories` | Sebastian Holtermann | 2019-01-28 | 1 | -2/+2 |
|
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -2/+1 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+1 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -6/+6 |
|
|
* | | Merge topic 'autogen_mocs_compilation_first' | Brad King | 2019-01-21 | 1 | -3/+4 |
|\ \ |
|
| * | | Autogen: Prepend instead of append `mocs_compilation.cpp` to the sources list | Sebastian Holtermann | 2019-01-18 | 1 | -3/+4 |
| |/ |
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -3/+3 |
|/ |
|
* | 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 |
|
|