summaryrefslogtreecommitdiff
path: root/Source/cmSourceFileLocation.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmSourceFile: Refactor FindFullPath methodSebastian Holtermann2019-02-021-0/+5
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-3/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-1/+5
* Various typo fixesLuz Paz2018-01-041-2/+2
* Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-281-2/+1
* cmSourceFileLocation: Drop unnecessary copy-assignment operatorAaron Orenstein2017-09-201-2/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-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-2/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* cmSourceFileLocation: Fix typo in commentTobias Hunger2016-06-011-1/+1
* cmSourceFileLocation: Return a string referenceBen Boeckel2014-04-281-1/+1
* cmSourceFileLocation: Remove unused Update method.Stephen Kelly2014-03-311-2/+0
* cmSourceFileLocation: Make copyable and assignable.Stephen Kelly2014-03-311-0/+3
* stringapi: Return a string reference for the configurationBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for source namesBen Boeckel2014-03-081-4/+4
* cmSourceFileLocation: Use a const cmMakefile.Stephen Kelly2014-01-221-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix matching of ambiguous sf extensions.Brad King2008-08-051-0/+2
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-0/+104