Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report missing source files with context of target | Brad King | 2010-09-13 | 1 | -2/+2 |
| | | | | | Previously we reported only the CMakeLists.txt file in the directory that adds the target. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) ↵ | Brad King | 2008-04-29 | 1 | -0/+1 |
| | | | | to determine the language without requiring the source file to exist. | ||||
* | BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION ↵ | Brad King | 2008-01-30 | 1 | -0/+4 |
| | | | | property hack. This fixes the LOCATION property when retrieved via the get_property command. | ||||
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify ↵ | Brad King | 2008-01-17 | 1 | -0/+1 |
| | | | | implementation of SET_PROPERTY command by using them. | ||||
* | ENH: Added cmSourceFile::GetLocation method to get a read-only reference to ↵ | Brad King | 2007-12-17 | 1 | -1/+13 |
| | | | | the Location ivar. This partially addresses issue #6137. | ||||
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -58/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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: Removed unused methods that should never be used anyway. | Brad King | 2007-05-28 | 1 | -3/+0 |
| | |||||
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ↵ | Brad King | 2007-05-28 | 1 | -1/+1 |
| | | | | can be added only by an access method in cmSourceFile. | ||||
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -0/+9 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -5/+11 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
| | |||||
* | ENH: Added information about target needing a source file when one cannot be ↵ | Brad King | 2006-05-05 | 1 | -2/+3 |
| | | | | found. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -18/+18 |
| | |||||
* | ENH: Speedup by storing source name without last extension | Andy Cedilnik | 2005-04-13 | 1 | -0/+6 |
| | |||||
* | BUG: cmSourceFile instances should delete their own custom commands when a ↵ | Brad King | 2005-02-18 | 1 | -3/+2 |
| | | | | new one is set. | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -3/+17 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -30/+7 |
| | |||||
* | performance fix | Ken Martin | 2002-06-28 | 1 | -2/+2 |
| | |||||
* | minor cleanup | Ken Martin | 2002-06-28 | 1 | -2/+1 |
| | |||||
* | performance inprovements | Ken Martin | 2002-06-28 | 1 | -0/+1 |
| | |||||
* | ENH: add file specific compile flags | Bill Hoffman | 2002-03-04 | 1 | -0/+4 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 1 | -5/+7 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+117 |