summaryrefslogtreecommitdiff
path: root/Source/cmAuxSourceDirectoryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-4/+1
* Refactor file extension queries to be more consistentRobert Maynard2020-06-221-1/+1
* use cm::string_view for language extension lookupsRolf Eike Beer2020-03-231-3/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+2
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-11/+10
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-4/+2
* Improved checking for number of arguments passedPavel Solodovnikov2017-05-261-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* clang-tidy: apply performance-faster-string-find fixesDaniel Pfeifer2016-12-121-1/+1
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-1/+9
* aux_source_directory: Sort results to make it deterministicJunghyun Kim2016-09-301-4/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-34/+22
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-4/+4
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Remove AddExtraDirectory method.Stephen Kelly2015-04-011-1/+0
* Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix for bug 6911, aux source dir was broken from a previous fixBill Hoffman2008-04-261-1/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* BUG: fix for bug 6197, absolute paths were not supportedBill Hoffman2008-01-021-3/+11
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-14/+7
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-2/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+2
* STYLE: fix line lengthKen Martin2006-05-101-2/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-11/+11
* BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY filesBill Hoffman2005-04-051-0/+2
* fix compiler warningsKen Martin2003-06-271-1/+1
* ENH: Merged use of kwsys library.Brad King2003-06-231-2/+3
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* removed some includesKen Martin2002-09-271-0/+1
* modified how source files store propertiesKen Martin2002-08-161-1/+1
* bug fix for aux src dirsKen Martin2002-06-281-0/+8
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-1/+8
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
* BUG: remove depend on directory because it is not supported by all makesBill Hoffman2002-02-061-4/+0
* the generated makefiles/DSPfiles now depend on the aux source directory'sIan Scott2002-02-041-0/+4