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
/
cmQtAutoGenInitializer.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make vector operations more efficient
Rose
2022-12-10
1
-2/+1
*
cmGeneratorExpression: Require cmake instance
Kyle Edwards
2022-11-11
1
-1/+1
*
AUTOMOC: Skip PCH when all sources files skip the PCH file too
Cristian Adam
2022-10-06
1
-2/+20
*
cmQtAutoGenInitializer: Drop unnecessary argument in AppendProperty call
Brad King
2022-08-22
1
-2/+1
*
AUTOUIC: Revert "Fix internal paths of generated ui_foo.h files"
Brad King
2022-07-22
1
-16/+12
*
Merge topic 'fix-23523' into release-3.24
Brad King
2022-06-29
1
-12/+16
|
\
|
*
AUTOUIC: Fix internal paths of generated ui_foo.h files
Josiah Bills
2022-06-28
1
-12/+16
*
|
AutoMoc: Take AUTOMOC_BUILD_DIR into account in depfile
Joerg Bornemann
2022-05-25
1
-1/+4
|
/
*
LINK_LIBRARIES: Evaluate separately for linking and usage requirements
Brad King
2022-03-22
1
-2/+4
*
cmCustomCommand: Track main dependency explicitly
NAKAMURA Takumi
2021-12-14
1
-9/+3
*
AutoMoc: Only add the WIN32 define if the target system is Windows
Joerg Bornemann
2021-11-19
1
-3/+3
*
cmLocalGenerator: Simplify Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-36/+57
*
cmCustomCommand: Move constructor arguments to individual setters
NAKAMURA Takumi
2021-11-18
1
-5/+7
*
Merge topic 'autogen-dep-on-imported-implib-only-target'
Brad King
2021-09-27
1
-1/+10
|
\
|
*
cmQtAutoGenInitializer: support IMPLIB-only imported targets
Ben Boeckel
2021-09-24
1
-1/+10
*
|
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-6/+6
*
|
Merge topic 'mocmacrosonce'
Brad King
2021-09-09
1
-0/+3
|
\
\
|
|
/
|
/
|
|
*
AutoMoc: Do not list moc macros multiple times
David Redondo
2021-09-03
1
-0/+3
|
*
Merge topic 'autouic-header-depends'
Brad King
2021-07-26
1
-26/+27
|
|
\
|
*
|
AutoGen: Fix needless compilation of mocs_compilation.cpp
Joerg Bornemann
2021-07-01
1
-5/+23
*
|
|
AUTOUIC: Revert "Fix generating of dependency rules for UI header files"
Brad King
2021-08-19
1
-27/+26
*
|
|
Merge topic 'autouic-header-depends' into release-3.21
Brad King
2021-07-26
1
-26/+27
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
AUTOUIC: Fix generating of dependency rules for UI header files
Alexey Edelev
2021-07-23
1
-26/+27
|
|
/
*
|
AutoGen: Fix needless compilation of mocs_compilation.cpp
Joerg Bornemann
2021-07-23
1
-5/+23
|
/
*
Source: Remove unnecessary comparisons to nullptr
Vitaly Stakhovsky
2021-05-10
1
-17/+17
*
AutoGen: Retrieve Qt version from moc as fallback
Joerg Bornemann
2021-04-23
1
-2/+72
*
Autogen: Add detection of UI file changes to the pre-build VS case
Duncan Barber
2021-04-10
1
-1/+39
*
Autogen: Move duplicated filename generation code into a function
Duncan Barber
2021-04-10
1
-26/+21
*
Autogen: Move duplicated executable dependency code into a function
Duncan Barber
2021-04-10
1
-10/+13
*
Autogen: Rename the variable for UI files with UIC options
Duncan Barber
2021-04-10
1
-2/+3
*
Autogen: Fix a bug in setting the UIC source group
Duncan Barber
2021-04-04
1
-1/+7
*
Merge topic 'ninja-automoc-cycle'
Brad King
2021-03-30
1
-3/+3
|
\
|
*
autogen: Don't include SKIP_AUTOMOC files in depfile
Kyle Edwards
2021-03-29
1
-3/+3
|
*
Merge topic 'autogen-cmp0116-fix' into release-3.20
Brad King
2021-02-24
1
-28/+11
|
|
\
*
|
\
Merge topic 'autouic-headers-ninja'
Brad King
2021-02-24
1
-0/+31
|
\
\
\
|
*
|
|
AUTOUIC: Collect ui header files for Ninja generator
Alexey Edelev
2021-02-23
1
-0/+31
*
|
|
|
Merge topic 'autogen-cmp0116-fix'
Brad King
2021-02-24
1
-28/+11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-28/+11
|
|
/
*
|
Autogen: Don't change the order of HEADERS array in AutogenInfo.json
Craig Scott
2021-02-22
1
-2/+2
|
/
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-33/+38
*
Autogen: Add support for per-config sources
Brad King
2020-12-16
1
-39/+88
*
AutoGen: Account for CMP0116 in the depfile
Kyle Edwards
2020-12-08
1
-5/+18
*
GENERATED prop: Add implementation for policy CMP0118 being set to NEW
Deniz Bahadir
2020-11-24
1
-1/+1
*
cmSourceFile::GetPropertyForUser: return cmProp
Vitaly Stakhovsky
2020-11-04
1
-1/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+2
*
Merge topic 'automoc-depend-project-file'
Brad King
2020-09-01
1
-0/+1
|
\
|
*
Merge branch 'backport-3.17-automoc-depend-project-file'
Brad King
2020-08-31
1
-0/+1
|
|
\
|
|
*
AutoMoc: Restore support for re-running after project file changes
Joerg Bornemann
2020-08-31
1
-0/+1
*
|
|
Merge topic 'automoc_timestamp_nmc_fix'
Brad King
2020-08-25
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
AutoGen: Fix moc and uic dependencies when building Qt itself
Alexandru Croitor
2020-08-25
1
-0/+4
[next]