summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'use-generator-target'Brad King2015-06-231-3/+3
|\
| * Get the local generator from the GeneratorTarget.Stephen Kelly2015-06-221-3/+3
* | Merge topic 'qt-autogen-always-run'Brad King2015-06-231-21/+4
|\ \ | |/ |/|
| * QtAutogen: Add comment explaining why rcc cannot use PRE_BUILDBrad King2015-06-231-0/+3
| * QtAutogen: Always run autogen step even when rcc is enabled (#15608)Brad King2015-06-191-21/+1
* | QtAutogen: Get the global generator from the Makefile.Stephen Kelly2015-06-211-2/+1
|/
* Fix preprocessor checks WIN32 => _WIN32Brad King2015-06-151-1/+1
* Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-20/+20
* cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.Stephen Kelly2015-06-041-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Merge topic 'clean-up-CMAKE_COMMAND'Brad King2015-05-211-1/+1
|\
| * Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-1/+1
* | QtAutogen: Create global generator on the stack.Stephen Kelly2015-05-191-6/+4
* | QtAutogen: Use a more-obvious delete-target.Stephen Kelly2015-05-191-1/+1
* | QtAutogen: Remove the need for a local makefile variable.Stephen Kelly2015-05-191-6/+3
* | QtAutogen: Inline static factory method.Stephen Kelly2015-05-191-14/+7
* | QtAutogen: Remove repeated setters.Stephen Kelly2015-05-191-3/+0
|/
* Merge topic 'clean-up-vs-generators'Brad King2015-05-191-4/+4
|\
| * VS: Move version information to global generator.Stephen Kelly2015-05-191-4/+4
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-4/+3
* cmMakefile: Delegate storage of Home dirs to the cmake class.Stephen Kelly2015-04-281-2/+5
* Merge topic 'autogen-no-rcc-stderr'Brad King2015-04-221-24/+37
|\
| * QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523)Brad King2015-04-211-18/+26
| * cmQtAutoGenerators: Split CR stripping out to helper functionBrad King2015-04-211-7/+12
* | Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-5/+5
|\ \ | |/ |/|
| * cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-3/+3
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-4/+7
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-2/+2
* Merge topic 'ninja-autogen'Brad King2015-04-171-0/+7
|\
| * QtAutogen: Workaround rcc CRCRLF newlines on Windows (#15459)Brad King2015-04-161-0/+7
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-4/+5
|/
* QtAutogen: Fix rcc rebuild with Ninja generator (#15459)Brad King2015-03-271-3/+6
* QtAutogen: Ensure write access to AutogenInfo.cmake (#15416)Justin Borodinsky2015-03-201-0/+14
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* QtAutogen: Issue error message with origin file (#15342).Stephen Kelly2015-02-031-1/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-39/+5
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-39/+5
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-12/+2
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-24/+7
|/
* Remove some temporary vectors for ExpandListArgument.Stephen Kelly2014-12-181-8/+1
* Merge topic 'remove-c_str'Brad King2014-11-251-5/+5
|\
| * Remove some unneeded c_str calls.Stephen Kelly2014-11-231-5/+5
* | Merge topic 'clean-autogen'Brad King2014-11-251-4/+4
|\ \
| * | QtAutogen: Use cmHasLiteral{Prefix,Suffix} where possible.Stephen Kelly2014-11-181-3/+3
| * | QtAutogen: Don't take a reference to temporary.Stephen Kelly2014-11-181-1/+1
| |/
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-2/+5
|/
* QtAutogen: Regenerate qrc files if their input changes (#15074)Stephen Kelly2014-10-241-8/+267