summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapCPPCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-2/+1
* cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-181-4/+11
* cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-4/+3
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-2/+1
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-3/+4
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-2/+1
* Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-1/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-1/+2
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-10/+2
* cmQTWrapCPPCommand: Port away from cmCommandRegina Pfeifer2019-09-121-21/+20
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+3
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-7/+8
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-1/+1
* cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-43/+25
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* Remove use of ExpandSourceListArguments.Stephen Kelly2015-02-051-7/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: QT is quicktime, Qt is Qt, as pointed out by David FaureAlexander Neundorf2007-11-231-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-84/+60
* ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...Brad King2007-05-281-1/+1
* STYLE: fix line lengthKen Martin2006-05-121-5/+10
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-19/+19
* ENH: add working directory supportBill Hoffman2006-02-081-1/+3
* BUG: Patch from Filipe Sousa. QT_WRAP_CPP should generate the file moc_dlgma...Brad King2005-08-011-1/+1
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-28/+15
* clean up commands so they don't need extra variableBill Hoffman2004-06-161-15/+0
* BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPPAndy Cedilnik2004-01-051-1/+4
* BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviourAndy Cedilnik2003-11-031-4/+8
* BUG: Fix Bug #186 - QT_WRAP_UI uses the path twiceAndy Cedilnik2003-09-241-1/+16
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Define a single expected format for the values defined in every FindXXX.cmake...Ian Scott2002-09-021-1/+1
* modified how source files store propertiesKen Martin2002-08-161-2/+2
* fixed commands that were setting definitions in final pass to set definitions...Ken Martin2002-06-291-14/+15
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-29/+32