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
*
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
*
ENH: fix compile error
Bill Hoffman
2006-10-03
1
-3/+4
*
BUG: fix for seg fault bug #3815
Bill Hoffman
2006-10-03
1
-0/+4
*
ENH: reduce string construct delete ops
Ken Martin
2006-05-31
1
-3/+3
*
ENH: always compile progress
Ken Martin
2006-05-23
1
-5/+16
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-2/+2
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-48/+46
*
STYLE: Fix some style issues
Andy Cedilnik
2006-03-10
1
-40/+43
*
ENH: revert back to string replacement version
Ken Martin
2005-07-05
1
-84/+119
*
COMP: fix compiler warnings
Ken Martin
2005-06-23
1
-2/+1
*
ENH: converted macro to use variables and fixed some case issues with some fu...
Ken Martin
2005-06-23
1
-120/+86
*
ENH: Save command that macro overwrites
Andy Cedilnik
2005-06-14
1
-0/+9
*
ENH: performance improvements
Bill Hoffman
2005-04-12
1
-3/+9
*
COMP: fix warning
Ken Martin
2005-03-18
1
-2/+1
*
ENH: big change that includes immediate subdir support, removing the notion o...
Ken Martin
2005-03-18
1
-165/+238
*
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...
Brad King
2004-08-04
1
-0/+16
*
ENH: make it run much faster
Bill Hoffman
2004-05-19
1
-44/+55
*
ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all argu...
Andy Cedilnik
2004-04-29
1
-0/+39
*
WRN: remove warnings
Bill Hoffman
2004-04-27
1
-5/+4
*
macros now support varargs
Ken Martin
2004-04-26
1
-2/+31
*
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
Andy Cedilnik
2003-08-06
1
-0/+9
*
performance improvements
Ken Martin
2003-06-24
1
-12/+13
*
perf improvement
Ken Martin
2003-06-23
1
-3/+7
*
better error reporting
Ken Martin
2003-04-28
1
-2/+8
*
ENH: Improved error message for macro invoked with incorrect number of argume...
Brad King
2002-12-17
1
-1/+7
*
ENH: Improved filename/line number reporting in error message. Macro invocat...
Brad King
2002-12-12
1
-3/+11
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-36/+33
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
removed some includes
Ken Martin
2002-09-27
1
-1/+0
*
minor fix
Ken Martin
2002-08-16
1
-5/+1
[next]