Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove UnionsAvailable member from 2 classes | Yury G. Kudryashov | 2012-03-03 | 1 | -1/+0 |
| | | | | | These classes were copied from cmDependsJavaParserHelper that really needs this member. | ||||
* | Add a flag to warn about system files | Ben Boeckel | 2010-09-01 | 1 | -0/+1 |
| | |||||
* | Rename strict-mode to warn-uninitialized | Ben Boeckel | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | Make --strict-mode option, and integrate with cmake-gui | Bill Hoffman | 2010-09-01 | 1 | -0/+1 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Improve argument parsing error messages | Brad King | 2008-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Previously error messages produced by parsing of command argument variable references, such as bad $KEY{VAR} syntax or a bad escape sequence, did not provide good context information. Errors parsing arguments inside macro invocations gave no context at all. Furthermore, some errors such as a missing close curly "${VAR" would be reported but build files would still be generated. These changes teach CMake to report errors with good context information for all command argument parsing problems. Policy CMP0010 is introduced so that existing projects that built despite such errors will continue to work. | ||||
* | BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This ↵ | Brad King | 2007-06-06 | 1 | -3/+1 |
| | | | | fixes the original fix to bug#4393 and adds a test. | ||||
* | ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old ↵ | Bill Hoffman | 2007-02-09 | 1 | -2/+6 |
| | | | | non-yacc parser code from cmMakefile.cxx | ||||
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -0/+3 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -21/+20 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -6/+8 |
| | |||||
* | ENH: Improve handling of escaped characters | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
| | |||||
* | ENH: More cleanups | Andy Cedilnik | 2005-06-14 | 1 | -21/+1 |
| | |||||
* | ENH: More optimization | Andy Cedilnik | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | ENH: Handle errors and optimize a bit | Andy Cedilnik | 2005-06-13 | 1 | -1/+13 |
| | |||||
* | ENH: Handle more cases | Andy Cedilnik | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import (not working yet) | Andy Cedilnik | 2005-06-08 | 1 | -0/+112 |