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 (
Expand
)
Author
Age
Files
Lines
*
cmTarget: Use string API to add sources to cmTarget objects.
Stephen Kelly
2014-03-31
1
-10/+7
*
Merge topic 'fix-Qt-Autogen'
Brad King
2014-03-26
1
-4/+9
|
\
|
*
QtAutogen: Fix use of multiple ui files in a single target.
Stephen Kelly
2014-03-25
1
-4/+7
|
*
QtAutogen: Use the basename for resource files.
Stephen Kelly
2014-03-25
1
-0/+2
*
|
Merge topic 'remove-c_str-calls'
Brad King
2014-03-12
1
-31/+31
|
\
\
|
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-31/+31
*
|
|
Merge topic 'fix-AUTOGEN-custom-command-depends'
Brad King
2014-03-11
1
-0/+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
QtAutogen: Fix AUTOGEN depends on custom command output with VS.
Stephen Kelly
2014-03-10
1
-0/+12
*
|
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-1/+1
*
|
stringapi: Use strings for directories
Ben Boeckel
2014-03-08
1
-8/+12
*
|
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-10/+11
*
|
cmTarget: Refactor GetLocation API
Brad King
2014-03-08
1
-6/+6
*
|
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-7/+7
*
|
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-7/+7
*
|
stringapi: Accept strings in cmStrCmp
Ben Boeckel
2014-03-08
1
-2/+2
*
|
stringapi: Use strings for property names
Ben Boeckel
2014-03-08
1
-1/+1
|
/
*
Small typo fix
Kevin Funk
2014-02-17
1
-1/+1
*
QtAutogen: Only add source files to the target if AUTORCC is ON.
Stephen Kelly
2014-02-05
1
-12/+16
*
QtAutogen: Make uic work even when the source is in a subdir.
Stephen Kelly
2014-02-04
1
-14/+20
*
QtAutogen: Short-circut some logic when moc is not available.
Stephen Kelly
2014-01-28
1
-3/+14
*
QtAutogen: Separate source file processing from AUTOMOC.
Stephen Kelly
2014-01-28
1
-93/+71
*
QtAutogen: Make some methods appropriately file-static.
Stephen Kelly
2014-01-28
1
-34/+31
*
QtAutogen: Fix autouic target options in the presence of a config.
Stephen Kelly
2014-01-28
1
-1/+5
*
QtAutogen: Remove unused variables.
Stephen Kelly
2014-01-28
1
-2/+0
*
QtAutogen: Remove read of SKIP_AUTOUIC target property.
Stephen Kelly
2014-01-28
1
-7/+1
*
QtAutogen: Use Qt 4 IMPORTED targets to find executable locations.
Stephen Kelly
2014-01-28
1
-22/+36
*
cmTarget: Make GetSourceFiles populate an out-vector parameter.
Stephen Kelly
2014-01-09
1
-4/+8
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-2/+3
*
QtAutogen: Don't modify target source files while iterating them.
Stephen Kelly
2013-12-20
1
-1/+10
*
Automoc: Fix style
Stephen Kelly
2013-12-19
1
-3/+3
*
Constify autogen handling.
Stephen Kelly
2013-12-11
1
-10/+12
*
Autogen: Split AutoRcc handling into two methods
Stephen Kelly
2013-12-11
1
-20/+36
*
QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
Stephen Kelly
2013-11-27
1
-8/+69
*
QtAutoUic: Handle new -include command line parameter.
Stephen Kelly
2013-11-27
1
-0/+1
*
QtAutogen: Use config without prefix in map key.
Stephen Kelly
2013-11-27
1
-2/+2
*
cmQtAutogen: Allow specifying depends for autogen targets.
Stephen Kelly
2013-11-25
1
-0/+5
*
cmTarget: Make custom command accessors API const.
Stephen Kelly
2013-11-19
1
-1/+1
*
cmAutogen: Rename method to InitializeAutogenTarget
Stephen Kelly
2013-11-05
1
-1/+1
*
cmAutogen: Move autogen target creation to InitializeMocSourceFile.
Stephen Kelly
2013-11-05
1
-67/+72
*
cmAutogen: Extract some helper methods for autogen targets.
Stephen Kelly
2013-11-05
1
-9/+21
*
Add automatic rcc invocation for Qt.
Stephen Kelly
2013-10-24
1
-0/+283
*
Add automatic uic invocation for Qt.
Stephen Kelly
2013-10-24
1
-10/+381
*
Record which files are skipped by automoc.
Stephen Kelly
2013-10-24
1
-12/+26
*
Add extra checks for the AUTOMOC target property.
Stephen Kelly
2013-10-24
1
-14/+21
*
Update output messages for generic use.
Stephen Kelly
2013-10-24
1
-14/+14
*
Rename RunAutomoc to RunAutogen.
Stephen Kelly
2013-10-24
1
-2/+2
*
Extract an SetupAutoMocTarget method.
Stephen Kelly
2013-10-24
1
-48/+56
*
Rename the AutomocInfo.cmake file to be more generic.
Stephen Kelly
2013-10-24
1
-3/+3
*
Move some makefile definitions up away from moc-specific code.
Stephen Kelly
2013-10-24
1
-22/+21
*
Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.
Stephen Kelly
2013-10-24
1
-3/+8
[next]