Ken Martin
|
55eede4b13
ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED
|
18 лет назад |
Ken Martin
|
3b7eaad890
STYLE: fix line length issue
|
18 лет назад |
Brad King
|
680104a490
ENH: New format for warning and error messages
|
18 лет назад |
Ken Martin
|
3518c08a8d
BUG: keep CMAKE_BACKWARDS_COMP as internal
|
18 лет назад |
Ken Martin
|
afd8448d0d
BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5
|
18 лет назад |
Ken Martin
|
5588ed47fc
BUG: change in handling of cmake_minimum_required
|
18 лет назад |
Ken Martin
|
adddcea5d7
BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit
|
18 лет назад |
Brad King
|
9b0df0d692
BUG: ParseFile should return false if there was a parse error.
|
18 лет назад |
Brad King
|
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 лет назад |
Ken Martin
|
7dc8a92246
STYLE: fix line length
|
19 лет назад |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 лет назад |
Andy Cedilnik
|
892a439fad
BUG: Remove some old legacy code and remove memory leak
|
20 лет назад |
Andy Cedilnik
|
4259971961
ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
|
20 лет назад |
Ken Martin
|
5aad7d13cb
BUG: project command should also work with lower case
|
20 лет назад |
Andy Cedilnik
|
1bbccc5bef
ENH: Improve handling of escaped characters
|
20 лет назад |
Brad King
|
c5756a41d3
BUG: Fixed line number of end of file error message.
|
21 лет назад |
Brad King
|
486a26d3db
BUG#1049: Added error message when file ends in an unterminated string.
|
21 лет назад |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 лет назад |
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 лет назад |
Brad King
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 лет назад |
Brad King
|
40c156dead
ENH: Added support for # characters inside quoted arguments and for escaping # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines.
|
22 лет назад |
Brad King
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 лет назад |
Andy Cedilnik
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
23 лет назад |
Brad King
|
54541bd40a
ENH: Improved filename/line number reporting in error message. Macro invocations now chain up the error message.
|
23 лет назад |
Brad King
|
8a275e798d
BUG: Multi-line functions must also increment line number, not the pointer.
|
23 лет назад |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 лет назад |
Bill Hoffman
|
332fb964e7
ENH: put the project command at the front of the project
|
23 лет назад |
Bill Hoffman
|
ddbc9e6292
ENH: remove cerr calls
|
23 лет назад |
Bill Hoffman
|
27110975c2
ENH: add PROJECT command if there is not one
|
23 лет назад |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 лет назад |