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
/
cmMacroCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
cmMakefile: Store macro list in a vector not in a map.
Stephen Kelly
2015-02-21
1
-9/+1
*
cmMacroCommand: Manipulate target string directly.
Stephen Kelly
2015-02-11
1
-14/+10
*
cmMacroCommand: Move computation of ARGV%n names out of double loop.
Stephen Kelly
2015-02-11
1
-4/+9
*
cmMacroCommand: Move ARGV replacement out of condition.
Stephen Kelly
2015-02-11
1
-2/+1
*
cmMacroCommand: Remove condition around ARGN replacement.
Stephen Kelly
2015-02-11
1
-5/+1
*
cmMacroCommand: Declare tmps in the scope that it's used.
Stephen Kelly
2015-02-11
1
-3/+1
*
cmMacroCommand: Declare arg in the scope that it is used.
Stephen Kelly
2015-02-11
1
-1/+2
*
cmMacroCommand: Inline variable computation.
Stephen Kelly
2015-02-11
1
-5/+1
*
cmMacroCommand: Compute variables outside of two loops.
Stephen Kelly
2015-02-11
1
-6/+12
*
cmMacroCommand: Remove intermediate arg variables.
Stephen Kelly
2015-02-11
1
-7/+2
*
cmMacroCommand: Remove condition around ARGN computation.
Stephen Kelly
2015-02-11
1
-4/+1
*
cmMacroCommand: Remove conditional append of semicolon.
Stephen Kelly
2015-02-11
1
-8/+0
*
cmMacroCommand: Declare arg variables where used and initialized.
Stephen Kelly
2015-02-11
1
-21/+9
*
cmMacroCommand: Join the args strings outside of the loops.
Stephen Kelly
2015-02-11
1
-4/+6
*
Convert loops to cmJoin algorithm with cmRange.
Stephen Kelly
2015-02-11
1
-6/+1
*
Replace common loop pattern with cmJoin
Stephen Kelly
2015-02-11
1
-8/+1
*
Convert loops populating maybe-empty content into the common pattern.
Stephen Kelly
2015-02-11
1
-9/+14
*
cmMacroCommand: Remove counting variable.
Stephen Kelly
2015-02-11
1
-9/+4
*
cmMacroCommand: Execute loop only if it has an effect.
Stephen Kelly
2015-02-11
1
-9/+12
*
cmMacroCommand: Extract iteration starting point.
Stephen Kelly
2015-02-11
1
-2/+3
*
cmMacroCommand: Replace a loop with cmJoin.
Stephen Kelly
2015-02-11
1
-3/+3
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
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
-1/+1
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
|
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
-3/+3
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1/+1
*
macro: Do not substitute for placeholders in bracket arguments
Brad King
2013-10-30
1
-0/+7
*
macro: Add extra indentation to placeholder substitution code
Brad King
2013-10-30
1
-51/+51
*
Drop builtin command documentation
Brad King
2013-10-16
1
-18/+0
*
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
Brad King
2013-08-08
1
-1/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-6/+6
*
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
*
For macros make sure the FilePath points to a valid pointer in the args.
Bill Hoffman
2010-09-01
1
-2/+10
*
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/+4
*
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
*
ENH: Improve context for errors in macros
Brad King
2008-09-24
1
-29/+2
*
ENH: New format for warning and error messages
Brad King
2008-03-07
1
-17/+5
*
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
-6/+22
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-1/+2
*
ENH: fix warning
Bill Hoffman
2006-12-01
1
-1/+0
*
BUG: fix for 3815 seg fault
Bill Hoffman
2006-12-01
1
-4/+10
[next]