summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-12/+8
* cmSourceFile: Avoid unnecessary vector copySebastian Holtermann2017-08-261-4/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-221-9/+0
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-3/+2
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+5
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-126/+82
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-23/+0
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-2/+4
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-6/+8
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-3/+2
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* 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