Bill Hoffman
|
cd626ea66e
For macros make sure the FilePath points to a valid pointer in the args.
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
3028ca756c
ENH: Better policies for functions and macros
|
17 years ago |
Brad King
|
919fdb7f27
ENH: Enforce logical blocks in functions/macros
|
17 years ago |
Brad King
|
1dcc5b4558
ENH: Better handling of mismatched blocks
|
17 years ago |
Brad King
|
bca1026250
ENH: Better error message for unclosed blocks
|
17 years ago |
Brad King
|
dbd88e00c7
ENH: Improve context for errors in macros
|
17 years ago |
Brad King
|
680104a490
ENH: New format for warning and error messages
|
17 years ago |
Bill Hoffman
|
f386c2aae0
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error.
|
17 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
Bill Hoffman
|
6600143ea1
ENH: fix warning
|
19 years ago |
Bill Hoffman
|
d99ee73dff
BUG: fix for 3815 seg fault
|
19 years ago |
Bill Hoffman
|
d5cce9f0b5
ENH: fix compile error
|
19 years ago |
Bill Hoffman
|
46c6442ce2
BUG: fix for seg fault bug #3815
|
19 years ago |
Ken Martin
|
c88c75b8f2
ENH: reduce string construct delete ops
|
19 years ago |
Ken Martin
|
50d058a3a1
ENH: always compile progress
|
19 years ago |
Ken Martin
|
47c7108111
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Andy Cedilnik
|
634343c3e8
STYLE: Fix some style issues
|
19 years ago |
Ken Martin
|
4c00a1d1e6
ENH: revert back to string replacement version
|
20 years ago |
Ken Martin
|
5c68b61a9c
COMP: fix compiler warnings
|
20 years ago |
Ken Martin
|
dec5cc1082
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
20 years ago |
Andy Cedilnik
|
24a5c0a72e
ENH: Save command that macro overwrites
|
20 years ago |
Bill Hoffman
|
1004073942
ENH: performance improvements
|
20 years ago |
Ken Martin
|
0fe5f14c28
COMP: fix warning
|
20 years ago |
Ken Martin
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
20 years ago |
Brad King
|
b6da1d1271
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012.
|
21 years ago |
Bill Hoffman
|
f82c1bfc8d
ENH: make it run much faster
|
21 years ago |
Andy Cedilnik
|
28f6e1b194
ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all arguments and ARGN is the list of all nonexpected arguments
|
21 years ago |