summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapCPPCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2005-08-011-1/+1
| | | | moc_dlgmain.ui.cxx instead of moc_dlgmain.cxx.
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-28/+15
| | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
* 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 ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Define a single expected format for the values defined in every ↵Ian Scott2002-09-021-1/+1
| | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile.
* modified how source files store propertiesKen Martin2002-08-161-2/+2
|
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-14/+15
| | | | definitions in initial pass
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-29/+32
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* 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
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* 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
| | | | Previously it would have got confused about the destinationSourceGroup
* added a QT_WRAP_CPP commandIan Scott2001-10-151-0/+139