summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-15/+15
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+9
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-2/+4
* Merge topic 'fix-11295-support-plugin-bundles-on-mac'Brad King2011-02-221-1/+5
|\
| * Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-1/+5
* | Merge topic 'missing-file-dir-issue-11677'Brad King2011-01-191-2/+7
|\ \
| * | Report directory with missing source file (#11677)Brad King2011-01-151-2/+7
| |/
* | Combine duplicate COMPILE_DEFINITIONS disclaimerBrad King2011-01-171-9/+2
|/
* Add more documentation for LANGUAGE property.Bill Hoffman2010-12-201-1/+3
* Report missing source files with context of targetBrad King2010-09-131-4/+11
* -fix typos in docs, patch from Michael WildAlex Neundorf2010-04-091-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Clarify COMPILE_DEFINITIONS separator in docsBrad King2009-06-241-1/+2
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-1/+1
* BUG: Do not automatically set HEADER_FILE_ONLYBrad King2009-03-161-19/+0
* ENH: Define target and source property LABELSBrad King2009-02-101-0/+7
* ENH: Improve docs of OBJECT_DEPENDS propertyBrad King2008-09-221-4/+16
* ENH: Catch missing source files specified by full path earlier.Brad King2008-05-271-11/+7
* ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) t...Brad King2008-04-291-4/+33
* ENH: Add context information when a source file cannot be found.Brad King2008-04-291-2/+2
* BUG: Trust user-provided source file full paths.Brad King2008-04-251-0/+10
* ENH: support unset of propertiesKen Martin2008-04-011-4/+0
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-7/+12
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-18/+9
* BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property...Brad King2008-01-301-0/+27
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+10
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-5/+5
* ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COM...Brad King2008-01-151-0/+9
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-1/+27
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-101-4/+4
* ENH: Added cmSourceFile::GetLocation method to get a read-only reference to t...Brad King2007-12-171-0/+6
* BUG: Do not force HEADER_FILE_ONLY off if the user has already set it on.Brad King2007-11-191-1/+7
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader te...Brad King2007-09-131-0/+8
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-141/+209
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-2/+20
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-16/+119
* STYLE: fix line lengthKen Martin2006-05-121-2/+2
* ENH: Added information about target needing a source file when one cannot be ...Brad King2006-05-051-12/+17
* ENH: added some new functionalityKen Martin2006-03-221-0/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-39/+39
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* BUG: Fixed support for external object files built by custom commands. Also ...Brad King2005-11-171-0/+13
* BUG: mor emissing convert to unix slashesKen Martin2005-07-071-0/+1
* BUG: Do not leave ../ in the full path to a source file. Using CollapseFullP...Brad King2005-04-271-27/+8
* ENH: Speedup by storing source name without last extensionAndy Cedilnik2005-04-131-0/+11
* BUG: cmSourceFile instances should delete their own custom commands when a ne...Brad King2005-02-181-0/+9
* BUG: Fix aus source dir and add better testing of itAndy Cedilnik2004-04-271-7/+9
* ENH: When source file is in subdirectory put object file in subdirectory. Fix...Andy Cedilnik2004-04-261-8/+14
* ENH: Add support for adding object files and sources. This way you can use ex...Andy Cedilnik2004-04-181-0/+5
* removed duplicate includesKen Martin2003-08-101-1/+0