summaryrefslogtreecommitdiffstats
path: root/Source/cmExprLexer.cxx
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Attempt to fix aix buildAndy Cedilnik2006-08-231-0/+1
|
* COMP: Moved duplicate flex-generated lexer warning suppression and ↵Brad King2006-08-081-35/+3
| | | | cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+5
|
* STYLE: fix line lengthKen Martin2006-05-101-7/+12
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-14/+14
|
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-0/+1954