Ken Martin
|
0e69d38004
|
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
2008-01-23 10:28:26 -05:00 |
Alexander Neundorf
|
f55dd81190
|
COMP: parent is not used anymore with this patch, since now the name is
given as a vector of components
Alex
|
2007-08-26 03:17:11 -04:00 |
Alexander Neundorf
|
9220e97401
|
BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now
Alex
|
2007-08-24 14:21:49 -04:00 |
Alexander Neundorf
|
6d508a3094
|
BUG: handle source_group names which consist only of the delimiter the same was as empty source group names
Alex
|
2007-08-24 10:58:53 -04:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Bill Hoffman
|
bebb6b1767
|
ENH: fix problem if there are .. in the path to the source file specified in a source group
|
2006-02-27 23:06:44 -05:00 |
Bill Hoffman
|
7db7b981af
|
ENH: fix warning and remove unused variable
|
2006-02-24 12:50:08 -05:00 |
Bill Hoffman
|
3d617b48aa
|
ENH: fix for bug 2908 crash for empty source group name
|
2006-02-23 11:36:36 -05:00 |
Bill Hoffman
|
aa47caab2d
|
FIX: apply patch from bug# 1965
|
2005-07-13 11:21:30 -04:00 |
Bill Hoffman
|
3d27a6a391
|
ENH: put back old style call to SOURCE_GROUP, no need to break things for this
|
2003-07-28 14:43:04 -04:00 |
Brad King
|
6f1a044018
|
ENH: Added backwards compatability.
|
2003-07-23 15:45:53 -04:00 |
Brad King
|
48aedb2ba3
|
ENH: Fully implemented SOURCE_GROUP command.
|
2003-07-23 15:32:54 -04:00 |
Brad King
|
296ded5e4d
|
BUG: Fixed off-by-one error in file list loop. Fix submitted by David A. Karr.
|
2003-07-23 10:39:41 -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 |
Andy Cedilnik
|
a518fed4e3
|
Try to improve source group interface
|
2002-10-04 18:16:13 -04:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
baa28efd10
|
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
2001-09-20 15:08:30 -04:00 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Brad King
|
8c087d0e7a
|
ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
|
2001-03-20 13:20:59 -05:00 |