summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/D.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 1924: Updated D Language scanner support.William Blevins2016-08-111-8/+8
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-1/+1
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-4/+19
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-1/+0
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-3/+2
* Checkpoint refactoring of the find_file() interface.Steven Knight2005-03-011-3/+1
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-7/+7
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-0/+1
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-2/+4
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+54