index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Scanner
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 1884-1905 via svnmerge from
0.97
Steven Knight
2007-05-18
2
-6/+21
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
3
-15/+99
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
11
-95/+126
*
Merged revisions 1582-1665 via svnmerge from
Steven Knight
2006-11-02
1
-0/+14
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-6/+8
*
Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...
Steven Knight
2005-12-27
2
-9/+43
*
Update the bin/restore.sh script for more complete conversion of substituted ...
Steven Knight
2005-12-18
1
-2/+2
*
Refactor to let specific Node types override scanner selection, and to add a ...
Steven Knight
2005-12-04
2
-46/+84
*
Have the LaTeX scanner also look for \includegraphics{} strings.
Steven Knight
2005-11-20
2
-8/+42
*
Fixes to the LaTeX scanner for Python version differences.
Steven Knight
2005-11-19
1
-6/+4
*
Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...
Steven Knight
2005-11-06
2
-0/+185
*
Get rid of indentation tabs in the test scripts and have runtest.py invoke th...
Steven Knight
2005-10-14
1
-20/+20
*
Handle Fortran MODULE definitions in the same file. (Craig Scott)
Steven Knight
2005-08-21
1
-4/+39
*
Handle IOError exceptions when pushing files to CacheDir (and elsewhere).
Steven Knight
2005-08-20
1
-1/+1
*
Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c...
Steven Knight
2005-08-11
1
-4/+1
*
Fix DirScanner's handling of file names beginning with '#'.
Steven Knight
2005-06-10
1
-1/+3
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
1
-2/+3
*
Refactor the Rsearch*() methods out of existence in favor of simpler utility ...
Steven Knight
2005-04-13
5
-20/+17
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
13
-186/+222
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
4
-12/+6
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
4
-9/+182
*
Move the canned Scanner objects out of Defaults.py and document how to add Sc...
Steven Knight
2005-02-14
5
-53/+53
*
Don't create a Node for every file we try to find during scan.
Steven Knight
2005-02-10
1
-1/+1
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
6
-31/+44
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
6
-10/+11
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
6
-56/+73
*
Enhance OverrideEnvironment, and rename the base class to an enhanced and may...
Steven Knight
2004-12-29
1
-4/+3
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
2
-12/+39
*
Fix how scanners sort dependencies so it doesn't matter if the dependency fil...
Steven Knight
2004-12-04
5
-79/+58
*
Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ...
Steven Knight
2004-10-07
2
-20/+25
*
More robust Scanner comparisons. (Kevin Quick)
Steven Knight
2004-09-26
2
-1/+10
*
Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi...
Steven Knight
2004-09-26
2
-1/+14
*
Update Scanner pydoc, enhance tests. (Kevin Quick)
Steven Knight
2004-09-25
2
-23/+50
*
Add a --debug=findlibs option. (Gary Oberbrunner)
Steven Knight
2004-09-25
1
-1/+4
*
Performance optimization when caching include files for a search path. (Eric...
Steven Knight
2004-09-21
2
-9/+41
*
Allow LIBS to contain lists of lists.
Steven Knight
2004-09-18
2
-4/+17
*
Don't put LIBS Nodes in the scanned results list multiple times.
Steven Knight
2004-09-18
2
-15/+37
*
Create .cvsignore files to ignore the generated *.pyc files.
Steven Knight
2004-09-13
1
-0/+1
*
Add Fortran 90/95 support. (Chris Murray)
Steven Knight
2004-07-29
2
-16/+374
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
2
-4/+0
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
5
-0/+117
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
2
-6/+9
*
Add support for extending the suffixes a scanner knows about.
Steven Knight
2004-04-10
7
-53/+76
*
Allow environment substitutions when referencing libraries. (Chad Austin)
Steven Knight
2004-04-02
2
-0/+20
*
Forward the Scanner.Classic name to the underlying base class.
Steven Knight
2004-03-16
2
-0/+6
*
Add a D language Tool. (Andy Friesen)
Steven Knight
2004-03-08
1
-0/+54
*
Overlooked adding subst_path() to IDLTests.py.
Steven Knight
2004-03-05
1
-0/+5
*
Refactor path-substitution logic into an Environment method.
Steven Knight
2004-03-05
5
-9/+20
*
Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'
Steven Knight
2004-03-03
3
-23/+52
*
Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ...
Steven Knight
2003-12-31
2
-4/+4
[next]