| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Clarify COMPILE_DEFINITIONS separator in docs | Brad King | 2009-06-24 | 1 | -1/+2 |
|
|
* | ENH: Support preprocessor def values in VS6 | Brad King | 2009-03-23 | 1 | -1/+1 |
|
|
* | BUG: Do not automatically set HEADER_FILE_ONLY | Brad King | 2009-03-16 | 1 | -19/+0 |
|
|
* | ENH: Define target and source property LABELS | Brad King | 2009-02-10 | 1 | -0/+7 |
|
|
* | ENH: Improve docs of OBJECT_DEPENDS property | Brad King | 2008-09-22 | 1 | -4/+16 |
|
|
* | ENH: Catch missing source files specified by full path earlier. | Brad King | 2008-05-27 | 1 | -11/+7 |
|
|
* | ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) t... | Brad King | 2008-04-29 | 1 | -4/+33 |
|
|
* | ENH: Add context information when a source file cannot be found. | Brad King | 2008-04-29 | 1 | -2/+2 |
|
|
* | BUG: Trust user-provided source file full paths. | Brad King | 2008-04-25 | 1 | -0/+10 |
|
|
* | ENH: support unset of properties | Ken Martin | 2008-04-01 | 1 | -4/+0 |
|
|
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 1 | -7/+12 |
|
|
* | ENH: Cleanup building of OS X bundle content | Brad King | 2008-02-15 | 1 | -18/+9 |
|
|
* | BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property... | Brad King | 2008-01-30 | 1 | -0/+27 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+10 |
|
|
* | ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for... | Brad King | 2008-01-16 | 1 | -5/+5 |
|
|
* | ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COM... | Brad King | 2008-01-15 | 1 | -0/+9 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 1 | -1/+27 |
|
|
* | STYLE: Spelling fixes on documentation | Amitha Perera | 2008-01-10 | 1 | -4/+4 |
|
|
* | ENH: Added cmSourceFile::GetLocation method to get a read-only reference to t... | Brad King | 2007-12-17 | 1 | -0/+6 |
|
|
* | BUG: Do not force HEADER_FILE_ONLY off if the user has already set it on. | Brad King | 2007-11-19 | 1 | -1/+7 |
|
|
* | ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader te... | Brad King | 2007-09-13 | 1 | -0/+8 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -141/+209 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 CollapseFullP... | Brad King | 2005-04-27 | 1 | -27/+8 |
|
|
* | 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 ne... | Brad King | 2005-02-18 | 1 | -0/+9 |
|
|
* | 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. Fix... | Andy Cedilnik | 2004-04-26 | 1 | -8/+14 |
|
|
* | ENH: Add support for adding object files and sources. This way you can use ex... | Andy Cedilnik | 2004-04-18 | 1 | -0/+5 |
|
|
* | 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 copyrigh... | Brad King | 2002-10-23 | 1 | -12/+12 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | ENH: clean up error report for source files not found | Bill Hoffman | 2001-10-15 | 1 | -5/+3 |
|
|