summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/FortranTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-5/+8
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-131-5/+5
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-52/+48
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+1
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-4/+4
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-8/+118
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-0/+3
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-0/+5
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-011-2/+2
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-0/+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
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-6/+13
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-40/+55
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-0/+18
* Fix scans for derived include files in Repositories. (Charles Crain)Steven Knight2002-11-121-2/+8
* Fix a scanner bug for repository files included by relative path. (Charles Cr...Steven Knight2002-11-051-1/+40
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-3/+11
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-0/+25
* Add a native Fortran include scanner.Steven Knight2002-06-121-0/+301