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
/
cmFunctionCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Create a unified raii for function scopes.
Stephen Kelly
2015-06-04
1
-11/+3
*
Merge topic 'fix-function-missing-endforeach'
Brad King
2015-05-19
1
-1/+1
|
\
|
*
Fix assertion failure on unmatched foreach in function (#15572)
Brad King
2015-05-18
1
-1/+1
*
|
Port cmCommand consumers to cmState.
Stephen Kelly
2015-04-15
1
-3/+2
*
|
cmFunctionCommand: Remove ineffectual code.
Stephen Kelly
2015-02-21
1
-5/+0
*
|
cmFunctionCommand: Replace loops with cmJoin.
Stephen Kelly
2015-02-12
1
-19/+4
*
|
cmFunctionCommand: Remove counting variable.
Stephen Kelly
2015-02-12
1
-9/+5
*
|
cmFunctionCommand: Split loop in two.
Stephen Kelly
2015-02-12
1
-2/+4
*
|
Replace common loop pattern with cmJoin
Stephen Kelly
2015-02-11
1
-6/+2
|
/
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-2/+2
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+1
|
/
*
Remove extra semicolons from C++ code.
Stephen Kelly
2014-04-03
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-6/+6
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1/+1
*
Drop builtin command documentation
Brad King
2013-10-16
1
-18/+0
*
Fix spelling and typos (non-binary)
Andreas Mohr
2013-05-07
1
-1/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-10/+10
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-5/+5
*
CPack Documentation extraction from CMake script begins to work
Eric NOULARD
2012-01-22
1
-0/+11
*
Remove old false positive avoidance code
Ben Boeckel
2010-09-17
1
-4/+0
*
Mark ARGC, ARGV*, and ARGN as used
Ben Boeckel
2010-09-15
1
-0/+8
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Better policies for functions and macros
Brad King
2009-01-22
1
-0/+8
*
ENH: Enforce logical blocks in functions/macros
Brad King
2009-01-21
1
-0/+2
*
ENH: Better handling of mismatched blocks
Brad King
2009-01-21
1
-1/+1
*
ENH: Better error message for unclosed blocks
Brad King
2009-01-21
1
-11/+0
*
BUG: Pop a function scope even on error
Brad King
2009-01-14
1
-3/+2
*
ENH: New format for warning and error messages
Brad King
2008-03-07
1
-12/+6
*
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...
Bill Hoffman
2008-02-29
1
-5/+5
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-6/+17
*
BUG: fix issue with CMAKE_CURENT_LIST_FILE reporting in funcitons
Ken Martin
2007-12-20
1
-2/+12
*
COMP: fix style and work around old compilers
Ken Martin
2007-12-04
1
-3/+3
*
ENH: add functions and raise scope to cmake
Ken Martin
2007-12-03
1
-0/+277