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
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-3/+10
*
QtAutogen: Allow multiple qrc files with the same name
Sebastian Holtermann
2016-08-10
1
-14/+48
*
QtAutogen: Allow multiple moc files with the same name
Sebastian Holtermann
2016-08-10
1
-10/+12
*
QtAutogen: Use std:: instead of ::std::
Sebastian Holtermann
2016-08-10
1
-2/+2
*
Merge topic 'revert-autogen-subdirs'
Brad King
2016-07-22
1
-64/+15
|
\
|
*
Autogen: Revert changes to generate moc/rcc in subdirectories
Brad King
2016-07-21
1
-64/+15
*
|
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-1/+1
*
|
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-1/+1
*
|
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-6/+6
*
|
Prefer istringstream and ostringstream over stringstream.
Daniel Pfeifer
2016-06-14
1
-29/+29
*
|
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-6/+5
|
/
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-833/+631
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-5/+5
*
Source: Stabilize include order
Brad King
2016-04-29
1
-2/+2
*
Autogen: Message tweaks: Compiler type (moc/qrc/ui) added to progress messages
Sebastian Holtermann
2016-04-25
1
-4/+4
*
Autogen: Message cleanups: Compose messages in std::stringstream
Sebastian Holtermann
2016-04-25
1
-104/+158
*
Autogen: Generate qrc_NAME.cpp files in subdirectories
Sebastian Holtermann
2016-04-22
1
-5/+10
*
Autogen: Generate not included moc files in subdirectories (#12873)
Sebastian Holtermann
2016-04-22
1
-10/+59
*
Autogen: Check added for name collisions of generated qrc_NAME.cpp files
Sebastian Holtermann
2016-04-22
1
-0/+14
*
Autogen: Check added for name collisions of generated ui_NAME.h files
Sebastian Holtermann
2016-04-22
1
-0/+16
*
Autogen: Check added for name collisions of generated moc files
Sebastian Holtermann
2016-04-22
1
-0/+69
*
Autogen: Qrc processing: Generate single map with final input / output names
Sebastian Holtermann
2016-04-19
1
-46/+74
*
Autogen: Ui processing: Generate single map with final input / output names
Sebastian Holtermann
2016-04-19
1
-17/+39
*
Autogen: Split out UI file generation code to dedicated method
Sebastian Holtermann
2016-04-19
1
-12/+26
*
Autogen: Split out moc file generation code to dedicated method
Sebastian Holtermann
2016-04-19
1
-54/+103
*
Autogen: Rename method GenerateQrc{ => Files}
Sebastian Holtermann
2016-04-19
1
-2/+2
*
Autogen: New logCommand method. It prints commands using std::cout.
Sebastian Holtermann
2016-04-19
1
-21/+24
*
Autogen: Rename header extension Join method to JoinExts
Sebastian Holtermann
2016-04-19
1
-5/+9
*
Autogen: Use SystemTools string functions instead of rolling out own
Sebastian Holtermann
2016-04-19
1
-20/+2
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
1
-3/+3
*
Revert "Automoc: Fix support of files with the same name (#12873)"
Brad King
2016-02-19
1
-32/+3
*
Automoc: Fix support of files with the same name (#12873)
Mariusz Pluciński
2016-02-16
1
-3/+32
*
cmake: Store hardcoded lists of sources and headers
Stephen Kelly
2015-10-27
1
-1/+1
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
Set the current dirs on the snapshot before creating the cmMakefile.
Stephen Kelly
2015-10-07
1
-2/+3
*
QtAutogen: Port away from cmLocalGenerator.
Stephen Kelly
2015-09-29
1
-8/+7
*
QtAutogen: Split initializer class into separate file.
Stephen Kelly
2015-09-29
1
-1049/+8
*
QtAutogen: Split initializer methods into separate class.
Stephen Kelly
2015-09-26
1
-22/+31
*
QtAutogen: Add _automoc.cpp sources before initializing.
Stephen Kelly
2015-09-26
1
-2/+15
*
QtAutogen: Move initialization condition to caller.
Stephen Kelly
2015-09-26
1
-13/+1
*
QtAutogen: Make some methods static.
Stephen Kelly
2015-09-26
1
-12/+15
*
QtAutogen: Don't use members to initialize automoc targets.
Stephen Kelly
2015-09-26
1
-19/+17
*
QtAutogen: Rename variable.
Stephen Kelly
2015-09-26
1
-2/+3
*
QtAutogen: Don't use a member to store skipped uic files.
Stephen Kelly
2015-09-26
1
-11/+9
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-1/+2
*
QtAutogen: Use a smart pointer.
Stephen Kelly
2015-08-28
1
-2/+1
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.
Stephen Kelly
2015-08-26
1
-3/+11
[next]