summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-4/+3
* cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-181-8/+20
* cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-7/+3
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-3/+7
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-27/+6
* cmQTWrapUICommand: Port away from cmCommandRegina Pfeifer2019-09-121-34/+29
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-12/+7
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+2
* 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-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+5
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* 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-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-57/+32
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-4/+4
* 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-8/+8
* 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
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-158/+114
* ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...Brad King2007-05-281-4/+4
* STYLE: fix line lengthKen Martin2006-05-121-5/+10
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-38/+38
* ENH: add working directory supportBill Hoffman2006-02-081-3/+7
* COMP: fix warningKen Martin2005-06-011-1/+0
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-47/+43
* ENH: remove QT_WRAP_UI flagBill Hoffman2004-06-291-15/+0
* ENH: Fix commentAndy Cedilnik2003-09-241-1/+1
* ENH: Use the new signatureAndy Cedilnik2003-08-071-10/+15
* ENH: Make out of source work on WindowsAndy Cedilnik2003-08-011-1/+1
* ENH: Allow qt ui files being it the binary dir. Bug #110 - QT_WRAP_UI problem...Andy Cedilnik2003-07-301-1/+16
* minor update for new custom commandsKen Martin2003-06-051-3/+3
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* corrected the generated lists .h in header list and .cxx in sources listFranck Bettinger2002-09-111-2/+9
* Define a single expected format for the values defined in every FindXXX.cmake...Ian Scott2002-09-021-2/+2
* modified how source files store propertiesKen Martin2002-08-161-1/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-49/+52
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-2/+2
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
* ENH:Updated copyrightWill Schroeder2002-01-211-32/+7