summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/lex.py
Commit message (Expand)AuthorAgeFilesLines
* [PR #3337] centralize definition of candidatesMats Wichmann2019-04-161-8/+11
* [PR #3337] clean up lex and yacc toolsMats Wichmann2019-04-131-8/+11
* only use no-unistd option with MSVC environmentDaniel2019-03-011-4/+6
* add win_flex as option for windows, add choco default path, and add flag for ...Daniel2019-02-201-10/+16
* condensed and organized codeDaniel2019-02-171-20/+12
* update lex tool to find paths on windowsDaniel2019-02-161-3/+41
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-3/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-1/+2
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-8/+45
* Accumulated documentation changes.Steven Knight2005-02-151-4/+6
* Support .lex and .yacc file suffixes. (Matthew Doar)Steven Knight2004-10-221-0/+1
* Move Action initializations for common default COM values from Tool/*.py to D...Steven Knight2004-05-161-2/+2
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+2
* Portability fixes for non-GNU lex and yacc. (Chad Austin)Steven Knight2003-06-151-2/+2
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-1/+1
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-2/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+3
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+48