summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapCPPCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* cleanupsFranck Bettinger2001-11-091-2/+7
* add cleaning of QT generated files when make clean is usedFranck Bettinger2001-11-061-4/+12
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-061-1/+3
* Detect error and output useful messageIan Scott2001-10-181-4/+11
* added a QT_WRAP_CPP commandIan Scott2001-10-151-0/+139