Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | BUG: All variable accesses should produce watch callbacks, including ↵ | Brad King | 2007-05-17 | 1 | -0/+1 |
| | | | | IF(DEFINED <var>) ones. Instead we define a new access type for IF(DEFINED) so that the error does not show up for backward compatibility variables. | ||||
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 1 | -8/+16 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -4/+4 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: Add remove watch | Andy Cedilnik | 2003-08-07 | 1 | -0/+1 |
| | |||||
* | more option on var watches | Ken Martin | 2003-01-09 | 1 | -0/+1 |
| | |||||
* | use cmstdstring in maps | Bill Hoffman | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | fix syntax for addwatch | Bill Hoffman | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -0/+72 |