summaryrefslogtreecommitdiff
path: root/Source/cmSourceGroup.cxx
Commit message (Expand)AuthorAgeFilesLines
* FILE_SET: Fix source group detectionKyle Edwards2022-08-241-0/+15
* Modernize memory managementMarc Chevrier2020-02-271-6/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+3
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+4
* cmSourceGroup: code improvements; use std::string and C++11 loopsVitaly Stakhovsky2018-01-101-35/+14
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-5/+5
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+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-42/+28
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* 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-4/+4
* CMake: source_group needs to check its own regex after its children (#13611)Clemens Heppner2012-11-231-4/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Remove unused cmSourceGroup methodBrad King2012-03-091-6/+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/+15
* COMP: Fix build with concept checking of STL.Brad King2008-05-161-9/+50
* BUG: fix #4057 (which had several duplicates): handle recursivew source group...Alexander Neundorf2007-08-241-8/+0
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-19/+19
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-0/+85
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-25/+51
* warning fixesKen Martin2003-06-031-1/+1
* yikes added new custom command supportKen Martin2003-06-031-96/+2
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-101-0/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-5/+5
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+4
* ENH: add file specific compile flagsBill Hoffman2002-03-041-6/+9
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* ENH: separate command from its arguments in the custom command. This allows ...Bill Hoffman2001-09-041-10/+20
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+19
* better custom rulesKen Martin2001-05-041-0/+16
* BUG: Removed output of dual rules for source files that are processed by both...Brad King2001-04-271-6/+20
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* cleaned up the coding style made ivars private etcKen Martin2001-04-191-10/+10
* major changes to support multiple libraries and source listsKen Martin2001-04-111-14/+11
* ENH: Added SOURCE_GROUP command and corresponding support code. This command...Brad King2001-03-201-0/+87