summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceGroup.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-25/+51
|
* warning fixesKen Martin2003-06-031-1/+1
|
* yikes added new custom command supportKen Martin2003-06-031-96/+2
|
* Add comment support, so that you can see in build process what the custom ↵Andy Cedilnik2002-12-101-0/+2
| | | | command does
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-5/+5
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+4
|
* ENH: add file specific compile flagsBill Hoffman2002-03-041-6/+9
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH: separate command from its arguments in the custom command. This allows ↵Bill Hoffman2001-09-041-10/+20
| | | | the generator on windows to change the slashes for just the command
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+19
|
* better custom rulesKen Martin2001-05-041-0/+16
|
* BUG: Removed output of dual rules for source files that are processed by ↵Brad King2001-04-271-6/+20
| | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* cleaned up the coding style made ivars private etcKen Martin2001-04-191-10/+10
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-14/+11
|
* ENH: Added SOURCE_GROUP command and corresponding support code. This ↵Brad King2001-03-201-0/+87
command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.