Ken Martin
|
10efe3b079
ENH: added some new functionality
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
Brad King
|
70b4e1051e
BUG: Fixed support for external object files built by custom commands. Also added a test to keep it working.
|
20 years ago |
Ken Martin
|
ea38258eb3
BUG: mor emissing convert to unix slashes
|
20 years ago |
Brad King
|
0ef2334a5f
BUG: Do not leave ../ in the full path to a source file. Using CollapseFullPath simplifies the code anyway.
|
20 years ago |
Andy Cedilnik
|
826405a1b6
ENH: Speedup by storing source name without last extension
|
20 years ago |
Brad King
|
ffb2c0c0e5
BUG: cmSourceFile instances should delete their own custom commands when a new one is set.
|
21 years ago |
Andy Cedilnik
|
482eef7112
BUG: Fix aus source dir and add better testing of it
|
21 years ago |
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
|
21 years ago |
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
|
21 years ago |
Ken Martin
|
cc8aa74ec4
removed duplicate includes
|
22 years ago |
Bill Hoffman
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 years ago |
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.
|
23 years ago |
Andy Cedilnik
|
5897d078c6
Fix bug in trying to set stding with null
|
23 years ago |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
Ken Martin
|
089bea359e
modified create test source to create a vector
|
23 years ago |
Ken Martin
|
38145ad5a4
modified create test source to create a vector
|
23 years ago |
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.
|
24 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Bill Hoffman
|
252f9fc1b1
BUG: fix generated files with no extension bug
|
24 years ago |
Amitha Perera
|
4ec2836634
ENH: Classify a file as source or header even when the extension is given
|
24 years ago |
Bill Hoffman
|
7d907c8d59
ENH: clean up error report for source files not found
|
24 years ago |
Amitha Perera
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 years ago |
Bill Hoffman
|
556d27c9eb
ENH: add support for mac osx
|
24 years ago |
Bill Hoffman
|
a7d114cfd6
BUG: fix bootstrap build on unix
|
24 years ago |
Bill Hoffman
|
adbae91cb5
ENH: fix cmake so it can boot strap itself better
|
24 years ago |
John Biddiscombe
|
8b5d6918ab
ERR: allow *.cpp as well as *.cxx etc etc
|
24 years ago |
Ken Martin
|
cb6bc6f0aa
added load cache command and fixed source file
|
24 years ago |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
24 years ago |