Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -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 Scott | 2002-09-02 | 1 | -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 properties | Ken Martin | 2002-08-16 | 1 | -2/+2 |
| | |||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 1 | -14/+15 |
| | | | | definitions in initial pass | ||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -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 commands | Bill Hoffman | 2002-03-29 | 1 | -2/+4 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -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 warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+2 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -32/+7 |
| | |||||
* | cleanups | Franck Bettinger | 2001-11-09 | 1 | -2/+7 |
| | |||||
* | add cleaning of QT generated files when make clean is used | Franck Bettinger | 2001-11-06 | 1 | -4/+12 |
| | |||||
* | BUG: CustomCommand has to use full path to Source file now | Bill Hoffman | 2001-11-06 | 1 | -1/+3 |
| | |||||
* | Detect error and output useful message | Ian Scott | 2001-10-18 | 1 | -4/+11 |
| | | | | Previously it would have got confused about the destinationSourceGroup | ||||
* | added a QT_WRAP_CPP command | Ian Scott | 2001-10-15 | 1 | -0/+139 |