Brad King
|
70b4e1051e
|
BUG: Fixed support for external object files built by custom commands. Also added a test to keep it working.
|
2005-11-17 13:49:10 -05:00 |
Ken Martin
|
ea38258eb3
|
BUG: mor emissing convert to unix slashes
|
2005-07-07 13:55:45 -04:00 |
Brad King
|
0ef2334a5f
|
BUG: Do not leave ../ in the full path to a source file. Using CollapseFullPath simplifies the code anyway.
|
2005-04-27 11:33:22 -04:00 |
Andy Cedilnik
|
826405a1b6
|
ENH: Speedup by storing source name without last extension
|
2005-04-13 16:35:26 -04:00 |
Brad King
|
ffb2c0c0e5
|
BUG: cmSourceFile instances should delete their own custom commands when a new one is set.
|
2005-02-18 16:19:09 -05:00 |
Andy Cedilnik
|
482eef7112
|
BUG: Fix aus source dir and add better testing of it
|
2004-04-27 09:22:57 -04:00 |
Andy Cedilnik
|
d6090a2395
|
ENH: When source file is in subdirectory put object file in subdirectory. Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories
|
2004-04-26 17:32:56 -04:00 |
Andy Cedilnik
|
af61b68583
|
ENH: Add support for adding object files and sources. This way you can use external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file
|
2004-04-18 13:16:34 -04:00 |
Ken Martin
|
cc8aa74ec4
|
removed duplicate includes
|
2003-08-10 16:02:25 -04:00 |
Bill Hoffman
|
f58d7df66a
|
ENH: add checking for NOTFOUND
|
2003-01-31 13:50:42 -05: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
|
5897d078c6
|
Fix bug in trying to set stding with null
|
2002-08-27 14:45:25 -04:00 |
Ken Martin
|
7b5a8762c6
|
modified how source files store properties
|
2002-08-16 11:20:18 -04:00 |
Ken Martin
|
089bea359e
|
modified create test source to create a vector
|
2002-06-19 13:28:39 -04:00 |
Ken Martin
|
38145ad5a4
|
modified create test source to create a vector
|
2002-06-19 12:52:16 -04: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 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
252f9fc1b1
|
BUG: fix generated files with no extension bug
|
2002-01-21 10:11:47 -05:00 |
Amitha Perera
|
4ec2836634
|
ENH: Classify a file as source or header even when the extension is given
explicitly.
|
2001-12-28 15:54:05 -05:00 |
Bill Hoffman
|
7d907c8d59
|
ENH: clean up error report for source files not found
|
2001-10-15 18:36:46 -04:00 |
Amitha Perera
|
e169953e92
|
ENH: Source and header file extensions are in variables in cmMakefile.
AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
|
2001-07-16 18:40:42 -04:00 |
Bill Hoffman
|
556d27c9eb
|
ENH: add support for mac osx
|
2001-07-16 10:14:41 -04:00 |
Bill Hoffman
|
a7d114cfd6
|
BUG: fix bootstrap build on unix
|
2001-06-21 13:48:08 -04:00 |
Bill Hoffman
|
adbae91cb5
|
ENH: fix cmake so it can boot strap itself better
|
2001-06-20 13:56:38 -04:00 |
John Biddiscombe
|
8b5d6918ab
|
ERR: allow *.cpp as well as *.cxx etc etc
|
2001-06-14 17:06:10 -04:00 |
Ken Martin
|
cb6bc6f0aa
|
added load cache command and fixed source file
|
2001-05-09 08:51:54 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Ken Martin
|
73f04d1409
|
many fixes and cleanup and features
|
2001-04-24 16:49:12 -04:00 |