Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autogen: Generators: Remove space | Sebastian Holtermann | 2017-01-12 | 1 | -1/+0 |
| | |||||
* | Autogen: Generators: Rename requiresMocing method | Sebastian Holtermann | 2017-01-12 | 1 | -4/+4 |
| | |||||
* | Autogen: Generators: Fix clang-tidy readability-else-after-return | Sebastian Holtermann | 2017-01-12 | 1 | -5/+5 |
| | |||||
* | Autogen: Generators: Save the UIC/RCC settings that were actually used | Sebastian Holtermann | 2017-01-12 | 1 | -27/+110 |
| | |||||
* | Autogen: Generators: Dedicated generateAll variables for MOC/UIC/RCC | Sebastian Holtermann | 2017-01-12 | 1 | -6/+8 |
| | |||||
* | Autogen: Generators: Save the MOC settings that were actually used | Sebastian Holtermann | 2017-01-12 | 1 | -45/+54 |
| | |||||
* | Autogen: Generators: Add function to read makefile definitions config aware | Sebastian Holtermann | 2017-01-12 | 1 | -57/+47 |
| | |||||
* | Autogen: Generators: Move moc/uic/rcc executable test to generate method | Sebastian Holtermann | 2017-01-12 | 1 | -12/+18 |
| | |||||
* | Autogen: Generators: Rename GenerateFoo methods to FooGenerate | Sebastian Holtermann | 2017-01-12 | 1 | -19/+19 |
| | |||||
* | Autogen: Generators: Use FileAbsentOrOlder for UIC tests | Sebastian Holtermann | 2017-01-12 | 1 | -4/+6 |
| | |||||
* | Autogen: Generators: Use FileAbsentOrOlder for MOC tests | Sebastian Holtermann | 2017-01-12 | 1 | -4/+7 |
| | |||||
* | Autogen: Generators: Introduce FileAbsentOrOlder function | Sebastian Holtermann | 2017-01-12 | 1 | -24/+30 |
| | |||||
* | Autogen: Generators: Simplify (and fix) JoinExts function | Sebastian Holtermann | 2017-01-12 | 1 | -11/+9 |
| | |||||
* | Autogen: Generators: Make class static method a source static function | Sebastian Holtermann | 2017-01-12 | 1 | -20/+20 |
| | |||||
* | Autogen: Generators: Make class static method a source static function | Sebastian Holtermann | 2017-01-12 | 1 | -36/+35 |
| | |||||
* | Autogen: Generators: Static function upper case rename | Sebastian Holtermann | 2017-01-12 | 1 | -3/+3 |
| | |||||
* | Autogen: Generators: Static function upper case rename | Sebastian Holtermann | 2017-01-12 | 1 | -3/+3 |
| | |||||
* | Autogen: Generators: Sort methods by task | Sebastian Holtermann | 2017-01-12 | 1 | -114/+122 |
| | |||||
* | AUTOGEN: Generators: Do moc/uic skip test during file list generation | Sebastian Holtermann | 2017-01-10 | 1 | -15/+16 |
| | |||||
* | AUTOGEN: Generators: Message upper/lower case unification | Sebastian Holtermann | 2017-01-10 | 1 | -23/+23 |
| | |||||
* | AUTOGEN: Generators: Use single moc/uic skip test method only | Sebastian Holtermann | 2017-01-10 | 1 | -50/+42 |
| | |||||
* | AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messages | Sebastian Holtermann | 2017-01-10 | 1 | -8/+8 |
| | |||||
* | AUTOGEN: Generators: Moc/UicSkipTest methods | Sebastian Holtermann | 2017-01-10 | 1 | -28/+35 |
| | |||||
* | AUTOGEN: Generators: Use separate header lists for MOC and UIC | Sebastian Holtermann | 2017-01-10 | 1 | -13/+45 |
| | | | | This is necessary for the skipMoc and skipUic lists to work properly. | ||||
* | AUTOGEN: Generators: Be verbose about skipping files | Sebastian Holtermann | 2017-01-10 | 1 | -18/+43 |
| | |||||
* | AUTOGEN: Generators: Remove unused variable | Sebastian Holtermann | 2017-01-10 | 1 | -3/+2 |
| | |||||
* | AUTOGEN: Make skipMoc and skipUic blacklists behave the same way | Sebastian Holtermann | 2017-01-10 | 1 | -62/+51 |
| | | | | | | | Before skipMoc was a list of files that were not included in the sources. Now the skipMoc files are added to the sources as well in case they are needed for uic processing. skipMoc becomes a blacklist just like skipUic. | ||||
* | AUTOGEN: Generators: Add dedicated method for moc content parsing | Sebastian Holtermann | 2017-01-10 | 1 | -62/+74 |
| | |||||
* | AUTOGEN: Generators: Split config SKIP_MOC and SKIP_UIC into vectors | Sebastian Holtermann | 2017-01-10 | 1 | -20/+16 |
| | |||||
* | AUTOGEN: Generators: Split config headers/sources into vector | Sebastian Holtermann | 2017-01-10 | 1 | -13/+10 |
| | |||||
* | AUTOGEN: Generators: Rename ParseForUic method | Sebastian Holtermann | 2017-01-10 | 1 | -4/+4 |
| | |||||
* | AUTOGEN: Generators: Group static function definitions | Sebastian Holtermann | 2017-01-10 | 1 | -9/+9 |
| | |||||
* | AUTOGEN: Generators: Use precompiled regular expressions | Sebastian Holtermann | 2017-01-10 | 1 | -38/+36 |
| | |||||
* | AUTOGEN: Generators: Use unified ParseSourceFile and drop old methods | Sebastian Holtermann | 2017-01-10 | 1 | -315/+5 |
| | |||||
* | AUTOGEN: Generators: Introduce unified ParseSourceFile | Sebastian Holtermann | 2017-01-10 | 1 | -0/+208 |
| | | | | | | | The new cmQtAutoGenerators::ParseSourceFile method combines the functionality of ParseCppFile and StrictParseCppFile in a single method to avoid code duplication. Relaxed or strict mode is selected by an additional bool argument. | ||||
* | AUTOGEN: Generators: Comments | Sebastian Holtermann | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | AUTOGEN: Generators: Variable rename | Sebastian Holtermann | 2017-01-10 | 1 | -2/+2 |
| | |||||
* | AUTOGEN: Generators: Cleanup and optimize ParseForUic method | Sebastian Holtermann | 2017-01-10 | 1 | -13/+7 |
| | |||||
* | AUTOGEN: Generators: Cleanup variable initialization | Sebastian Holtermann | 2017-01-10 | 1 | -4/+1 |
| | |||||
* | AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectory | Sebastian Holtermann | 2017-01-10 | 1 | -5/+5 |
| | |||||
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | QtAutogen: Don't use std::i/ofstream::is_open() | Sebastian Holtermann | 2016-12-07 | 1 | -3/+4 |
| | |||||
* | QtAutogen: Rename and sort variables | Sebastian Holtermann | 2016-12-07 | 1 | -28/+46 |
| | |||||
* | QtAutogen: Generate included ui_ and moc_ files in _automoc/includes | Sebastian Holtermann | 2016-12-07 | 1 | -44/+46 |
| | | | | | | | | | | ui_ and moc_ files that are include in source files get generated in $CURRENT_BUILD_DIR/$TARGETNAME_automoc/include. The directory is added to the INCLUDE_DIRECTORIES of the origin target in the generation stage. From now on all autogen files get generated below $CURRENT_BUILD_DIR/$TARGETNAME_automoc. | ||||
* | QtAutogen: Use checksum based subdirectories to avoid name collisions | Sebastian Holtermann | 2016-12-07 | 1 | -26/+21 |
| | |||||
* | QtAutogen: Remove .dir suffix from automoc build directory | Sebastian Holtermann | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cpp | Sebastian Holtermann | 2016-12-07 | 1 | -12/+16 |
| | |||||
* | QtAutogen: Use upper case for MOC, UIC and RCC in messages | Sebastian Holtermann | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | QtAutogen: New common bold logging method | Sebastian Holtermann | 2016-12-07 | 1 | -16/+15 |
| | |||||
* | QtAutogen: Make sure parent directory exists before writing files | Sebastian Holtermann | 2016-12-07 | 1 | -37/+83 |
| |