Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -141/+209 |
| | | | | | | | | | | | | | | | | | | | | | | | | CMake-SourceFile2-bp and CMake-SourceFile2-b-mp1 to trunk. This commit is surrounded by tags CMake-SourceFile2-b-mp1-pre and CMake-SourceFile2-b-mp1-post on the trunk. The changes re-implement cmSourceFile and the use of it to allow instances to be created much earlier. The use of cmSourceFileLocation allows locating a source file referenced by a user to be much simpler and more robust. The two SetName methods are no longer needed so some duplicate code has been removed. The strange "SourceName" stuff is gone. Code that created cmSourceFile instances on the stack and then sent them to cmMakefile::AddSource has been simplified and converted to getting cmSourceFile instances from cmMakefile. The CPluginAPI has preserved the old API through a compatibility interface. Source lists are gone. Targets now get real instances of cmSourceFile right away instead of storing a list of strings until the final pass. TraceVSDependencies has been re-written to avoid the use of SourceName. It is now called TraceDependencies since it is not just for VS. It is now implemented with a helper object which makes the code simpler. | ||||
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -2/+20 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -16/+119 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+2 |
| | |||||
* | ENH: Added information about target needing a source file when one cannot be ↵ | Brad King | 2006-05-05 | 1 | -12/+17 |
| | | | | found. | ||||
* | ENH: added some new functionality | Ken Martin | 2006-03-22 | 1 | -0/+7 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -39/+39 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | BUG: Fixed support for external object files built by custom commands. Also ↵ | Brad King | 2005-11-17 | 1 | -0/+13 |
| | | | | added a test to keep it working. | ||||
* | BUG: mor emissing convert to unix slashes | Ken Martin | 2005-07-07 | 1 | -0/+1 |
| | |||||
* | BUG: Do not leave ../ in the full path to a source file. Using ↵ | Brad King | 2005-04-27 | 1 | -27/+8 |
| | | | | CollapseFullPath simplifies the code anyway. | ||||
* | ENH: Speedup by storing source name without last extension | Andy Cedilnik | 2005-04-13 | 1 | -0/+11 |
| | |||||
* | BUG: cmSourceFile instances should delete their own custom commands when a ↵ | Brad King | 2005-02-18 | 1 | -0/+9 |
| | | | | new one is set. | ||||
* | BUG: Fix aus source dir and add better testing of it | Andy Cedilnik | 2004-04-27 | 1 | -7/+9 |
| | |||||
* | ENH: When source file is in subdirectory put object file in subdirectory. ↵ | Andy Cedilnik | 2004-04-26 | 1 | -8/+14 |
| | | | | Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories | ||||
* | ENH: Add support for adding object files and sources. This way you can use ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+5 |
| | | | | external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file | ||||
* | removed duplicate includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -2/+2 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -12/+12 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Fix bug in trying to set stding with null | Andy Cedilnik | 2002-08-27 | 1 | -0/+4 |
| | |||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -21/+36 |
| | |||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -1/+0 |
| | |||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -0/+1 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -5/+8 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | BUG: fix generated files with no extension bug | Bill Hoffman | 2002-01-21 | 1 | -1/+6 |
| | |||||
* | ENH: Classify a file as source or header even when the extension is given | Amitha Perera | 2001-12-28 | 1 | -2/+6 |
| | | | | explicitly. | ||||
* | ENH: clean up error report for source files not found | Bill Hoffman | 2001-10-15 | 1 | -5/+3 |
| | |||||
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 1 | -62/+42 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | ENH: add support for mac osx | Bill Hoffman | 2001-07-16 | 1 | -1/+21 |
| | |||||
* | BUG: fix bootstrap build on unix | Bill Hoffman | 2001-06-21 | 1 | -1/+9 |
| | |||||
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 1 | -0/+7 |
| | |||||
* | ERR: allow *.cpp as well as *.cxx etc etc | John Biddiscombe | 2001-06-14 | 1 | -0/+11 |
| | |||||
* | added load cache command and fixed source file | Ken Martin | 2001-05-09 | 1 | -1/+11 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+125 |