Brad King
|
39af9ee1e4
|
ENH: Updated implementation of custom commands. Multiple command lines are 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.
|
2005-02-22 10:32:44 -05:00 |
Bill Hoffman
|
6ccbfe9795
|
clean up commands so they don't need extra variable
|
2004-06-16 09:44:03 -04:00 |
Andy Cedilnik
|
15cdf406d6
|
BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
|
2004-01-05 11:13:50 -05:00 |
Andy Cedilnik
|
271f4be42a
|
BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour
|
2003-11-03 15:53:54 -05:00 |
Andy Cedilnik
|
c968abd2c1
|
BUG: Fix Bug #186 - QT_WRAP_UI uses the path twice
|
2003-09-24 17:50:39 -04:00 |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Ian Scott
|
63d64d5780
|
Define a single expected format for the values defined in every FindXXX.cmake file.
Upgrade all the QT functionality to use the new FindXXX.cmake format
Add a module for AVIFile.
|
2002-09-02 07:03:43 -04:00 |
Ken Martin
|
7b5a8762c6
|
modified how source files store properties
|
2002-08-16 11:20:18 -04:00 |
Ken Martin
|
0b88e57e54
|
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
2002-06-29 20:04:28 -04:00 |
Ken Martin
|
44a7cd55ff
|
removed all source lists from the system and made them vectors. Also 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
|
2002-06-27 15:57:09 -04:00 |
Bill Hoffman
|
7d76de4403
|
make sure ; expansion is done in all commands
|
2002-03-29 14:20:32 -05:00 |
Bill Hoffman
|
8b3b49a010
|
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
2002-03-29 10:06:30 -05:00 |
Bill Hoffman
|
809b32fe59
|
ENH: remove several compiler warnings
|
2002-03-13 10:25:11 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Franck Bettinger
|
53d0de2a9f
|
cleanups
|
2001-11-09 12:07:37 -05:00 |
Franck Bettinger
|
4153857a1e
|
add cleaning of QT generated files when make clean is used
|
2001-11-06 15:29:03 -05:00 |
Bill Hoffman
|
319a5e0077
|
BUG: CustomCommand has to use full path to Source file now
|
2001-11-06 09:35:48 -05:00 |
Ian Scott
|
8fefb3dd22
|
Detect error and output useful message
Previously it would have got confused about the destinationSourceGroup
|
2001-10-18 13:51:09 -04:00 |
Ian Scott
|
3a316a6e0a
|
added a QT_WRAP_CPP command
|
2001-10-15 14:19:53 -04:00 |