| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Lua-style long brackets and long comments to CMake language | Brad King | 2013-10-17 | 1 | -31/+49 |
|
|
* | cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137) | Brad King | 2013-10-17 | 1 | -1/+14 |
|
|
* | Do not warn about left paren not separated by a space | Brad King | 2013-08-15 | 1 | -1/+1 |
|
|
* | Warn about unquoted arguments that look like long brackets | Brad King | 2013-08-08 | 1 | -0/+21 |
|
|
* | Warn about arguments not separated by whitespace | Brad King | 2013-08-08 | 1 | -6/+34 |
|
|
* | cmListFileCache: Convert CMake language parser to class | Brad King | 2013-08-08 | 1 | -69/+97 |
|
|
* | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum | Brad King | 2013-08-08 | 1 | -9/+10 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -10/+10 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: support parenthesis as arguments and in conditionals feature request #6191 | Ken Martin | 2008-06-26 | 1 | -2/+17 |
|
|
* | ENH: write the cmake version into the file created by EXPORT_LIBRARY_DEPENDEN... | Alexander Neundorf | 2008-04-27 | 1 | -1/+2 |
|
|
* | ENH: Allow policy CMP0000 to be set explicitly | Brad King | 2008-03-31 | 1 | -24/+6 |
|
|
* | ENH: tiny performance improvement | Ken Martin | 2008-03-20 | 1 | -1/+2 |
|
|
* | ENH: small simple projects do not need to specify cmake minimum required | Ken Martin | 2008-03-20 | 1 | -1/+35 |
|
|
* | ENH: Improve warning about specifying a cmake version | Brad King | 2008-03-19 | 1 | -23/+24 |
|
|
* | ENH: Improve new error/warning message generation | Brad King | 2008-03-13 | 1 | -0/+15 |
|
|
* | ENH: change CMP_ to CMP | Ken Martin | 2008-03-13 | 1 | -3/+3 |
|
|
* | ENH: add enum to IssueMessage | Bill Hoffman | 2008-03-11 | 1 | -2/+2 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 1 | -0/+3 |
|
|
* | ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI... | Ken Martin | 2008-03-07 | 1 | -26/+5 |
|
|
* | STYLE: fix line length issue | Ken Martin | 2008-03-07 | 1 | -2/+4 |
|
|
* | ENH: New format for warning and error messages | Brad King | 2008-03-07 | 1 | -6/+6 |
|
|
* | BUG: keep CMAKE_BACKWARDS_COMP as internal | Ken Martin | 2008-03-06 | 1 | -0/+13 |
|
|
* | BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5 | Ken Martin | 2008-03-06 | 1 | -1/+1 |
|
|
* | BUG: change in handling of cmake_minimum_required | Ken Martin | 2008-03-06 | 1 | -6/+1 |
|
|
* | BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT... | Ken Martin | 2008-03-06 | 1 | -2/+58 |
|
|
* | BUG: ParseFile should return false if there was a parse error. | Brad King | 2007-11-19 | 1 | -0/+4 |
|
|
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+4 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+4 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -14/+14 |
|
|
* | BUG: Remove some old legacy code and remove memory leak | Andy Cedilnik | 2006-03-08 | 1 | -18/+2 |
|
|
* | ENH: Since list file cache does not make much sense any more (because of prop... | Andy Cedilnik | 2006-02-07 | 1 | -87/+8 |
|
|
* | BUG: project command should also work with lower case | Ken Martin | 2005-07-06 | 1 | -1/+1 |
|
|
* | ENH: Improve handling of escaped characters | Andy Cedilnik | 2005-06-17 | 1 | -2/+2 |
|
|
* | BUG: Fixed line number of end of file error message. | Brad King | 2004-08-31 | 1 | -1/+3 |
|
|
* | BUG#1049: Added error message when file ends in an unterminated string. | Brad King | 2004-08-31 | 1 | -6/+12 |
|
|
* | ENH: more uniform approach to enable language, one step closer to being able ... | Bill Hoffman | 2004-08-26 | 1 | -1/+0 |
|
|
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU... | Brad King | 2004-08-04 | 1 | -11/+37 |
|
|
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in place... | Brad King | 2003-12-08 | 1 | -211/+116 |
|
|
* | ENH: Added support for # characters inside quoted arguments and for escaping ... | Brad King | 2003-07-09 | 1 | -16/+68 |
|
|
* | ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr... | Brad King | 2003-06-23 | 1 | -7/+8 |
|
|
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -19/+13 |
|
|
* | ENH: Improved filename/line number reporting in error message. Macro invocat... | Brad King | 2002-12-12 | 1 | -18/+18 |
|
|
* | BUG: Multi-line functions must also increment line number, not the pointer. | Brad King | 2002-12-11 | 1 | -1/+1 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -6/+183 |
|
|
* | ENH: put the project command at the front of the project | Bill Hoffman | 2002-12-02 | 1 | -1/+1 |
|
|
* | ENH: remove cerr calls | Bill Hoffman | 2002-12-02 | 1 | -1/+0 |
|
|
* | ENH: add PROJECT command if there is not one | Bill Hoffman | 2002-12-02 | 1 | -4/+29 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | Add a way to remove files from cache | Andy Cedilnik | 2002-09-19 | 1 | -0/+10 |
|
|