summaryrefslogtreecommitdiff
path: root/Source/cmSourceGroup.h
Commit message (Expand)AuthorAgeFilesLines
* FILE_SET: Fix source group detectionKyle Edwards2022-08-241-0/+6
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Modernize memory managementMarc Chevrier2020-02-271-1/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-1/+1
* cmSourceGroup: code improvements; use std::string and C++11 loopsVitaly Stakhovsky2018-01-101-6/+6
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+3
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+5
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for source namesBen Boeckel2014-03-081-1/+1
* cmSourceGroup: Fix method name capitalization.Stephen Kelly2014-01-221-1/+1
* cmMakefile: Constify some cmSourceGroup related code.Stephen Kelly2014-01-221-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-11/+11
* Remove unused cmSourceGroup methodBrad King2012-03-091-1/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add group support and fix borland errorBill Hoffman2009-07-111-1/+9
* COMP: Fix build with concept checking of STL.Brad King2008-05-161-3/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: fix line length style stuffBill Hoffman2006-03-101-1/+2
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-0/+23
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-14/+47
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-2/+3
* yikes added new custom command supportKen Martin2003-06-031-41/+11
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-101-1/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: add file specific compile flagsBill Hoffman2002-03-041-3/+9
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: separate command from its arguments in the custom command. This allows ...Bill Hoffman2001-09-041-0/+2
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...Bill Hoffman2001-08-221-2/+2
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-1/+1
* better custom rulesKen Martin2001-05-041-0/+2
* BUG: Removed output of dual rules for source files that are processed by both...Brad King2001-04-271-14/+8
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* ENH: new GUI editor for cmake cache fileBill Hoffman2001-04-231-1/+1
* major changes to support multiple libraries and source listsKen Martin2001-04-111-4/+2
* ENH: Added SOURCE_GROUP command and corresponding support code. This command...Brad King2001-03-201-0/+94