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
/
cmForEachCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
continue: Add a new CMake language command for loop continuation (#14013)
Gregor Jasny
2014-12-01
1
-0/+4
*
Track nested loop levels in CMake language with a stack of counters
Gregor Jasny
2014-11-25
1
-0/+8
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-8/+8
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-7/+7
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: fix for #9014, FATAL_ERROR not ending loops
Bill Hoffman
2009-05-13
1
-0/+4
*
ENH: New foreach(<var> IN ...) mode
Brad King
2009-03-17
1
-0/+48
*
ENH: Better handling of mismatched blocks
Brad King
2009-01-21
1
-1/+2
*
ENH: Better error message for unclosed blocks
Brad King
2009-01-21
1
-9/+0
*
ENH: Refactor function blocker deletion
Brad King
2009-01-20
1
-11/+4
*
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...
Bill Hoffman
2008-02-29
1
-4/+4
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-4/+23
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-1/+2
*
ENH: reduce string construct delete ops
Ken Martin
2006-05-31
1
-3/+3
*
ENH: allow loose loop constructs
Ken Martin
2006-05-18
1
-8/+19
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-1/+3
*
ENH: added support for -SP scripts in new processes
Ken Martin
2006-04-04
1
-1/+1
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-21/+21
*
ENH: converted macro to use variables and fixed some case issues with some fu...
Ken Martin
2005-06-23
1
-2/+2
*
COMP: fix possible poroblem with freed memory
Ken Martin
2005-06-22
1
-2/+6
*
COMP: fix unused variable
Ken Martin
2005-06-22
1
-3/+0
*
ENH: changed FOREACH to use variables instead of string replacement
Ken Martin
2005-06-22
1
-18/+7
*
BUG: Propagate file name and line number inside FOREACH. Fixes Bug #1169 - Er...
Andy Cedilnik
2004-09-15
1
-0/+2
*
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...
Brad King
2004-08-04
1
-0/+2
*
better error checking for FOREACH
Ken Martin
2004-05-12
1
-1/+2
*
ENH: Add RANGE support to FOREACH
Andy Cedilnik
2004-04-29
1
-1/+73
*
perf improvement
Ken Martin
2003-06-23
1
-2/+5
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-48/+44
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-4/+4
*
removed some includes
Ken Martin
2002-09-27
1
-1/+0
*
fixed if statements inside a foreach
Ken Martin
2002-07-17
1
-1/+7
*
ENH: support semi-colon format (list of args as string)
Sebastien Barre
2002-03-25
1
-1/+4
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
new borland generator moved into place
Bill Hoffman
2001-11-30
1
-1/+1
*
ENH: clean up warnings
Bill Hoffman
2001-11-13
1
-1/+1
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-2/+2
*
new commands
Ken Martin
2001-07-25
1
-0/+131