summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-141-20/+20
| | | | them with the python -tt option to keep them out.
* 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 ↵Steven Knight2005-08-111-4/+1
| | | | changes in src/CHANGES.txt.
* 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
| | | | methods that return lists of repository directories.
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize ↵Steven Knight2005-04-0213-186/+222
| | | | it once (later than we used to) and eliminate all the __setTopLevelDir() calls.
* 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 ↵Steven Knight2005-02-145-53/+53
| | | | Scanners that env.Object() can use.
* 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 ↵Steven Knight2005-01-216-31/+44
| | | | scanner calls and re-using Binder objects for identical paths.
* Eliminate Executor's creation and use of a build_dict and a subst_dict, ↵Steven Knight2005-01-106-10/+11
| | | | which were creating a separate OverrideEnvironment for every target and foiling the Memoizer's attempts at speeding up things.
* Add a Memoizer metaclass to collect the logic for caching values in one ↵Steven Knight2004-12-296-56/+73
| | | | location. Convert by-hand caching to use of Memoizer. (Kevin Quick)
* Enhance OverrideEnvironment, and rename the base class to an enhanced and ↵Steven Knight2004-12-291-4/+3
| | | | maybe-even-useful SubstitutionEnvironment, to eliminate copying of construction environment variables.
* 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 ↵Steven Knight2004-12-045-79/+58
| | | | file is found in a Repository or locally.
* Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ↵Steven Knight2004-10-072-20/+25
| | | | methods return 1 for better test coverage. (Kevin Quick)
* More robust Scanner comparisons. (Kevin Quick)Steven Knight2004-09-262-1/+10
|
* Apply Scanner.Scanner args to the Base class initialization correctly. ↵Steven Knight2004-09-262-1/+14
| | | | (Kevin Quick)
* 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. ↵Steven Knight2004-09-212-9/+41
| | | | (Eric Frias)
* 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 ↵Steven Knight2004-05-195-0/+117
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* 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
|
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+54
|
* Overlooked adding subst_path() to IDLTests.py.Steven Knight2004-03-051-0/+5
|
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-055-9/+20
|
* Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'Steven Knight2004-03-033-23/+52
| | | | in *PATH variables.
* Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ↵Steven Knight2003-12-312-4/+4
| | | | not a source file.
* Fix stripping the library prefix.Steven Knight2003-12-122-12/+27
|
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-012-3/+3
|
* Allow LIBS to be a single element, not a list, and allow it to contain File ↵Steven Knight2003-11-092-2/+36
| | | | nodes.
* Add .S, .spp and .SPP to the list of files scanned for C preprocessor ↵Steven Knight2003-10-042-5/+19
| | | | dependencies. (J.T. Conklin)
* Support #include with no spaces before the opening quote or angle bracket.Steven Knight2003-08-292-1/+19
|
* Set up for development.Steven Knight2003-06-282-2/+2
|
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-236-206/+726
|
* Support the #import C preprocessor directive. (Greg Spencer)Steven Knight2003-04-172-2/+2
|
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-262-0/+2
| | | | to SConscript(). (Charles Crain)
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-208-8/+8
|
* Update Copyright years.Steven Knight2003-01-168-8/+8
|