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
...
*
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
*
Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...
Steven Knight
2002-03-02
1
-13/+37
*
Fix variable interpolation with spaces, and problems with the WIN32 environme...
Steven Knight
2002-02-09
1
-17/+59
*
Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)
Steven Knight
2002-02-04
1
-2/+4
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Check for the existence of lex and yacc in those tests and bail with NO RESUL...
Steven Knight
2002-01-11
1
-2/+3
*
Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...
Steven Knight
2002-01-11
1
-51/+18
*
In the Object Builder, use a single Action instance for all of the C++ file s...
Steven Knight
2002-01-10
1
-6/+9
*
Add support for lex and yacc.
Steven Knight
2002-01-07
1
-5/+24
*
Finish MSVC support
Steven Knight
2001-12-30
1
-43/+186
*
More NT portability in the tests.
Steven Knight
2001-11-29
1
-2/+2
*
More NT portability fixes.
Steven Knight
2001-11-24
1
-4/+15
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-8/+13
*
LIBS and LIBPATH work, variable substitution changes.
Steven Knight
2001-11-15
1
-0/+8
*
Implement CPPPATH and scanning during builds.
Steven Knight
2001-11-14
1
-1/+4
*
Make the (s) and variables upper-case.
Steven Knight
2001-10-31
1
-8/+8
*
Composite Builder and related changes from Charles Crain.
Steven Knight
2001-10-18
1
-42/+60
*
Portability fixes for tests on Windows Nt.
Steven Knight
2001-10-17
1
-14/+54
*
Add LINKFLAGS support.
Steven Knight
2001-10-12
1
-1/+3
*
Add tests and support for and .
Steven Knight
2001-10-12
1
-5/+8
*
Use the prefix and suffix arguments in the Builder base class.
Steven Knight
2001-10-12
1
-12/+12
[prev]
[next]