index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmQtAutoGenerators.cxx
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
Autogen: Inline settings string generation methods
Sebastian Holtermann
2017-02-19
1
-38/+20
|
|
|
*
Autogen: Rename settings string variables
Sebastian Holtermann
2017-02-19
1
-9/+9
|
|
|
*
Autogen: Make methods const
Sebastian Holtermann
2017-02-19
1
-5/+5
|
|
|
*
Autogen: Add method for checksum based path generation
Sebastian Holtermann
2017-02-19
1
-7/+20
|
|
|
*
Autogen: Use nested loops instead of code duplication
Sebastian Holtermann
2017-02-19
1
-35/+28
|
|
|
*
Autogen: Use cmSystemTools::Stdout/err instead of std::cout/err
Sebastian Holtermann
2017-02-19
1
-8/+7
|
|
|
*
Autogen: LogWarning method fix
Sebastian Holtermann
2017-02-19
1
-2/+2
|
|
|
*
Autogen: Single point of return in RccGenerateFile
Sebastian Holtermann
2017-02-19
1
-71/+78
|
|
|
*
Autogen: Single point of return in UicGenerateFile
Sebastian Holtermann
2017-02-19
1
-39/+50
|
|
|
*
Autogen: Single point of return in MocGenerateFile
Sebastian Holtermann
2017-02-19
1
-36/+45
|
|
|
*
Autogen: Use FooEnabled() utility methods
Sebastian Holtermann
2017-02-19
1
-8/+8
|
|
|
*
Autogen: Generate empty settings string for disabled feature
Sebastian Holtermann
2017-02-19
1
-25/+32
|
|
|
*
Autogen: Simplify settings write method
Sebastian Holtermann
2017-02-19
1
-9/+10
|
|
|
*
Autogen: Simplify settings read method
Sebastian Holtermann
2017-02-19
1
-19/+17
|
|
|
*
Autogen: Rename settings key variables
Sebastian Holtermann
2017-02-19
1
-9/+9
|
|
|
*
Autogen: Rename settings string generation methods
Sebastian Holtermann
2017-02-19
1
-6/+6
|
|
|
*
Autogen: Rename settings file read/write methods
Sebastian Holtermann
2017-02-19
1
-6/+5
|
|
|
*
Autogen: Remove unnecessary test
Sebastian Holtermann
2017-02-19
1
-36/+33
|
|
|
*
Autogen: Add GenerateAllAny flag test method
Sebastian Holtermann
2017-02-19
1
-3/+2
|
|
|
*
Autogen: Rename GenerateFooAll variables to GenerateAllFoo
Sebastian Holtermann
2017-02-19
1
-15/+15
|
|
*
|
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-0/+1
|
/
*
Autogen: Fix headers not skipped
Sebastian Holtermann
2017-02-15
1
-2/+2
|
*
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
|
[prev]
[next]