summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-autouic-regression'Brad King2015-01-121-1/+1
|\
| * QtAutoUic: Restore source file AUTOUIC_OPTIONS settingsJustin Borodinsky2015-01-111-1/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
|/
* perf: Cache the language property stringBen Boeckel2014-04-291-2/+4
* cmSourceFile: Cache the isUiFile checkBen Boeckel2014-04-291-3/+3
* Genex: Evaluate TARGET_OBJECTS as a normal expression.Stephen Kelly2014-03-311-0/+12
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-5/+6
* stringapi: Use strings for TryFullPathBen Boeckel2014-03-081-4/+5
* stringapi: Use strings for source namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-17/+8
* cmSourceFile: Use a const cmMakefile.Stephen Kelly2014-01-221-5/+5
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+11
* Drop builtin property documentationBrad King2013-10-161-174/+0
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-2/+2
* Documentation: Correct typos and grammarAndreas Mohr2012-11-071-1/+1
* 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