summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/Fortran.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-1/+2
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-4/+39
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-7/+5
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-5/+7
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-28/+12
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-8/+256
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-3/+0
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-1/+1
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-011-1/+1
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-68/+4
* 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
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+0
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-3/+4
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-52/+34
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-1/+1
* Fix scans for derived include files in Repositories. (Charles Crain)Steven Knight2002-11-121-1/+1
* Fix a scanner bug for repository files included by relative path. (Charles Cr...Steven Knight2002-11-051-0/+1
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-5/+1
* Make case differences not effect #include order. (Anthony Roach)Steven Knight2002-08-231-1/+5
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-081-1/+4
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-2/+2
* Add a native Fortran include scanner.Steven Knight2002-06-121-0/+128