summaryrefslogtreecommitdiffstats
path: root/Source/cmExprParser.y
Commit message (Collapse)AuthorAgeFilesLines
* Document removal of 'register' from flex/bison outputBrad King2013-06-281-0/+1
| | | | | | In each .l and .y input file that has instructions for manual transformation of the output to include a step to remove the 'register' storage specifier.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-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.
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+3
|
* ENH: Fix precedenceAndy Cedilnik2005-10-171-13/+13
|
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-0/+171