index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmUtilitySourceCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
GetDefinition: avoid duplicate calls
Vitaly Stakhovsky
2020-05-29
1
-2/+2
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-6/+6
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
cmCommand refactor: cmUtilitySourceCommand
Gabor Bencze
2019-08-26
1
-21/+22
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-5/+6
*
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-1/+1
*
cmSystemTools::Message: Add overload accepting std::string
Vitaly Stakhovsky
2019-01-28
1
-1/+1
*
cmMakefile: Make GetRequiredDefinition return std::string
Vitaly Stakhovsky
2018-09-05
1
-2/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-5/+5
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+2
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-3/+3
*
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-1/+0
*
cmDisallowedCommand: extract policy checking from cmCommand
Daniel Pfeifer
2017-02-13
1
-5/+0
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+1
*
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-0/+8
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+2
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-62/+49
*
cmState: Add API for cache version.
Stephen Kelly
2015-10-10
1
-6/+4
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-2/+4
*
cmMakefile: Remove cache version accessors.
Stephen Kelly
2015-04-07
1
-2/+4
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-4/+2
*
cmMakefile: Remove cache version accessors.
Stephen Kelly
2015-04-06
1
-2/+4
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
Add policy CMP0034 to disallow utility_source
Brad King
2013-10-22
1
-0/+3
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-11/+11
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-1/+1
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: print a warning if UTILITY_SOURCE is used in cross compiling mode
Alexander Neundorf
2007-08-10
1
-2/+22
*
ENH: merge CMake-CrossCompileBasic to HEAD
Alexander Neundorf
2007-05-17
1
-1/+1
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-1/+2
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-12/+12
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-1/+2
*
BUG: Hack to support building existing trees with UTILITY_SOURCE commands and...
Brad King
2005-07-27
1
-5/+9
*
ENH: use GetRequiredDefinition instead of GetDefinition and crash
Bill Hoffman
2004-08-11
1
-1/+1
*
fix for utility command without EXECUTABLE_OUTPUT_PATH
Ken Martin
2003-08-01
1
-0/+3
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-3/+5
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-1/+1
*
BUG: can not Add a definition that you just got
Bill Hoffman
2001-08-08
1
-2/+0
[next]