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
*
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
*
Fix stripping the library prefix.
Steven Knight
2003-12-12
2
-12/+27
*
Make the Fortran scanner case-insensitive. (David M. Cooke)
Steven Knight
2003-12-01
2
-3/+3
*
Allow LIBS to be a single element, not a list, and allow it to contain File n...
Steven Knight
2003-11-09
2
-2/+36
*
Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...
Steven Knight
2003-10-04
2
-5/+19
*
Support #include with no spaces before the opening quote or angle bracket.
Steven Knight
2003-08-29
2
-1/+19
*
Set up for development.
Steven Knight
2003-06-28
2
-2/+2
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
6
-206/+726
*
Support the #import C preprocessor directive. (Greg Spencer)
Steven Knight
2003-04-17
2
-2/+2
*
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...
Steven Knight
2003-02-26
2
-0/+2
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
8
-8/+8
*
Update Copyright years.
Steven Knight
2003-01-16
8
-8/+8
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
3
-5/+0
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
6
-54/+106
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
8
-223/+257
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
6
-4/+51
*
Fix scans for derived include files in Repositories. (Charles Crain)
Steven Knight
2002-11-12
4
-6/+18
*
Fix a scanner bug for repository files included by relative path. (Charles Cr...
Steven Knight
2002-11-05
4
-3/+89
*
Add MSVC .res builder. (Anthony Roach)
Steven Knight
2002-10-21
1
-0/+4
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
2
-10/+2
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
2
-3/+33
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
2
-2/+10
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
2
-7/+23
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
2
-2/+8
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
4
-8/+60
*
Optimzation in the C Scanner: don't re-sort the list each time.
Steven Knight
2002-06-30
1
-19/+18
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-2/+0
*
Accomodate '-' (and other characters) in #include files in the C Scanner.
Steven Knight
2002-06-14
2
-11/+16
*
Add a native Fortran include scanner.
Steven Knight
2002-06-12
2
-0/+429
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-6/+7
*
Changes from Charles Crain.
Steven Knight
2002-06-05
2
-0/+17
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
2
-7/+17
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
6
-156/+119
*
Add Fortran support.
Steven Knight
2002-03-28
1
-2/+4
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
2
-4/+8
*
Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...
Steven Knight
2002-03-16
2
-35/+69
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
2
-3/+5
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
1
-2/+2
*
Add preliminary support for Unicode strings.
Steven Knight
2002-02-17
1
-3/+18
*
Lookup implicit dependencies relative to the directory of the node in which t...
Steven Knight
2002-02-09
1
-1/+4
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
1
-20/+27
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
2
-12/+25
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
6
-6/+6
[next]