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
/
Defaults.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Portability fixes for tests.
Steven Knight
2003-08-19
1
-2/+2
*
Branch for User's Guide changes.
Steven Knight
2003-08-16
1
-1/+1
*
Add support for a platform-independent CPPDEFINES variable.
Steven Knight
2003-08-02
1
-0/+34
*
Allow Builders to take a dictionary that maps source file suffixes to emitter...
Steven Knight
2003-07-29
1
-73/+1
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
1
-0/+1
*
Only create a default Environment when asked to. (Chad Austin)
Steven Knight
2003-07-22
1
-0/+10
*
When an input yacc file ends in .yy and the yacc -d flag is used, expect a ge...
Steven Knight
2003-07-02
1
-8/+13
*
Clean-ups in preparation for release: doc and comment changes, comment out S...
Steven Knight
2003-03-26
1
-1/+1
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-0/+6
*
Support using construction variables as re-usable, callable command generator...
Steven Knight
2003-03-13
1
-10/+30
*
Make the Install() method copy files (by default).
Steven Knight
2003-02-12
1
-1/+12
*
Fix library dependencies when the prefix is specified explicitly.
Steven Knight
2003-01-21
1
-11/+28
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Make shared/static objects less irritating. (Anthony Roach)
Steven Knight
2003-01-18
1
-6/+6
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-2/+0
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-4/+4
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-0/+51
*
Add MSVC PCH and PDB support. (Anthony Roach)
Steven Knight
2002-10-03
1
-0/+3
*
Add SHOBJPREFIX AND SHOBJSUFFIX.
Steven Knight
2002-10-01
1
-3/+3
*
Win32 portability fixes. (Charles Crain)
Steven Knight
2002-07-15
1
-15/+19
*
Add support for assembly language (.s and .S) Tools. Still needs support for...
Steven Knight
2002-06-27
1
-0/+4
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-529/+71
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-128/+123
*
Add a native Fortran include scanner.
Steven Knight
2002-06-12
1
-20/+23
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-26/+32
*
Fix some bad exceptions in Defaults.py (Anthony Roach)
Steven Knight
2002-05-13
1
-2/+2
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-23/+1
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-1/+2
*
Don't rebuild WIN32 libraries when there's no import library created. (Charl...
Steven Knight
2002-05-02
1
-5/+10
*
Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...
Steven Knight
2002-05-02
1
-8/+8
*
Support building a PDF file directly from a TeX or LaTeX file using pdftex or...
Steven Knight
2002-04-23
1
-4/+20
*
Small fix for yacc: only look for a .h file if they used the -d option. (Ch...
Steven Knight
2002-04-22
1
-18/+12
*
Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...
Steven Knight
2002-04-22
1
-6/+24
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-49/+51
*
Fix Fortran arguments on Win32.
Steven Knight
2002-04-22
1
-4/+4
*
Fix win32LinkGenerator.
Steven Knight
2002-04-17
1
-16/+12
*
Handle long command lines for the MSVC linker.
Steven Knight
2002-04-16
1
-8/+41
*
Shared library test fixes. (Charles Crain)
Steven Knight
2002-04-16
1
-1/+1
*
Follow-on shared library fix for WIN32 systems. (Charles Crain)
Steven Knight
2002-04-15
1
-1/+1
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-31/+200
*
Support a CPPFLAGS variable (a la GNU Make).
Steven Knight
2002-03-28
1
-4/+4
*
Add Fortran support.
Steven Knight
2002-03-28
1
-0/+18
*
Add more document Builders: PDF and PostScript.
Steven Knight
2002-03-27
1
-4/+36
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-15/+1
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-3/+13
*
Support the build of TeX documents (Task 47116). (Steve Leblanc)
Steven Knight
2002-03-23
1
-2/+29
*
Change the default lex command to use the POSIX-compliant -t option, not the ...
Steven Knight
2002-03-07
1
-2/+2
*
Add a CXXFile builder to turn .ll and .yy files into .cc.
Steven Knight
2002-03-07
1
-3/+11
*
Make the CFile Builder's SUFFIX configurable.
Steven Knight
2002-03-07
1
-1/+3
[next]