summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-045-7/+112
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-192-14/+9
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-3/+3
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-2/+4
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-1/+5
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-182-6/+21
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-113-15/+99
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-1611-95/+126
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-0/+14
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-6/+8
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-272-9/+43
* Update the bin/restore.sh script for more complete conversion of substituted ...Steven Knight2005-12-181-2/+2
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-042-46/+84
* Have the LaTeX scanner also look for \includegraphics{} strings.Steven Knight2005-11-202-8/+42
* Fixes to the LaTeX scanner for Python version differences.Steven Knight2005-11-191-6/+4
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-062-0/+185
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-20/+20
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-4/+39
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-1/+1
* Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c...Steven Knight2005-08-111-4/+1
* Fix DirScanner's handling of file names beginning with '#'.Steven Knight2005-06-101-1/+3
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-2/+3
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-135-20/+17
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-0213-186/+222
* Checkpoint refactoring of the find_file() interface.Steven Knight2005-03-014-12/+6
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-144-9/+182
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-145-53/+53
* Don't create a Node for every file we try to find during scan.Steven Knight2005-02-101-1/+1
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-216-31/+44
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-106-10/+11
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-296-56/+73
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-291-4/+3
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-162-12/+39
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-045-79/+58
* Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ...Steven Knight2004-10-072-20/+25
* More robust Scanner comparisons. (Kevin Quick)Steven Knight2004-09-262-1/+10
* Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi...Steven Knight2004-09-262-1/+14
* Update Scanner pydoc, enhance tests. (Kevin Quick)Steven Knight2004-09-252-23/+50
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-251-1/+4
* Performance optimization when caching include files for a search path. (Eric...Steven Knight2004-09-212-9/+41
* Allow LIBS to contain lists of lists.Steven Knight2004-09-182-4/+17
* Don't put LIBS Nodes in the scanned results list multiple times.Steven Knight2004-09-182-15/+37
* Create .cvsignore files to ignore the generated *.pyc files.Steven Knight2004-09-131-0/+1
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-292-16/+374
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-012-4/+0
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-195-0/+117
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-012-6/+9
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-107-53/+76
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-022-0/+20
* Forward the Scanner.Classic name to the underlying base class.Steven Knight2004-03-162-0/+6