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
*
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
*
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
*
QtAutogen: Improved error handling
Sebastian Holtermann
2016-12-07
1
-16/+30
*
QtAutogen: Error and warning log method tweaks
Sebastian Holtermann
2016-12-07
1
-13/+23
*
QtAutogen: Improved error recognition
Sebastian Holtermann
2016-12-07
1
-42/+48
*
QtAutogen: Improved error recognition on config load
Sebastian Holtermann
2016-12-07
1
-22/+38
*
QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODE
Sebastian Holtermann
2016-12-06
1
-2/+2
*
Merge topic 'autorcc-only-no-rebuild'
Brad King
2016-11-10
1
-2/+2
|
\
|
*
QtAutogen: Do not re-generate AUTORCC outputs on every build
Brad King
2016-11-09
1
-2/+2
*
|
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-12/+11
*
|
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+2
*
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
|
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-1/+1
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-13/+2
*
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
[next]