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
/
CHANGES.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
1
-0/+4
*
Fetch implicit dependencies from SCCS/RCS.
Steven Knight
2004-01-29
1
-0/+3
*
Provide a better error message when a construction variable expansion is a Py...
Steven Knight
2004-01-29
1
-0/+3
*
Accomodate white space in path names when running tests.
Steven Knight
2004-01-27
1
-0/+3
*
Fix ARGUMENTS specifications on the command line that have multiple = in them...
Steven Knight
2004-01-25
1
-0/+4
*
Have the Qt Builder(s) use flags from the environment used to specify the tar...
Steven Knight
2004-01-25
1
-0/+6
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
1
-0/+6
*
Update for MSVS 2003 (7.1). (Greg Spencer)
Steven Knight
2004-01-16
1
-0/+7
*
Fix an incorrect registry lookup in msvc.py.
Steven Knight
2004-01-16
1
-0/+5
*
Make the midl builder put the targets in the target directory, rather than th...
Steven Knight
2004-01-16
1
-0/+3
*
Fix MSVS Project file invocation when running scons.bat.
Steven Knight
2004-01-15
1
-0/+4
*
Better error handling if someone tries to add a non-Node as a source, depende...
Steven Knight
2004-01-11
1
-0/+3
*
Make the static/shared object check work even if the object was already created.
Steven Knight
2004-01-10
1
-0/+4
*
Fix .class suffix handling in JavaH.
Steven Knight
2004-01-08
1
-0/+3
*
Make Action() and env.Action() equivalent.
Steven Knight
2004-01-08
1
-0/+3
*
Handle Configure() calls in multiple SConscript files.
Steven Knight
2004-01-08
1
-0/+2
*
Refactor construction variable expansion to handle recursive substitution of ...
Steven Knight
2004-01-05
1
-0/+4
*
Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)
Steven Knight
2003-12-19
1
-0/+3
*
Add support for a toolpath for Environments.
Steven Knight
2003-12-18
1
-0/+3
*
Have the Zip() Builder create compressed .zip files by default.
Steven Knight
2003-12-16
1
-0/+5
*
Fix stripping the library prefix.
Steven Knight
2003-12-12
1
-0/+3
*
Fix spelling errors in error messages, man page typos.
Steven Knight
2003-12-08
1
-0/+5
*
Relax the duplicate-environment restriction for targets so that it's okay if ...
Steven Knight
2003-12-08
1
-0/+6
*
Fix saving/restoring PackageOptions to a file. (Chris Burghart)
Steven Knight
2003-12-06
1
-0/+4
*
Preserve the ability to call BuildDir() multiple times with the same source a...
Steven Knight
2003-12-06
1
-0/+3
*
Prepare side-effect nodes before building, too. (Charles Crain)
Steven Knight
2003-12-06
1
-0/+3
*
MSVC fix for pre-2.3 Python versions. (Charles Crain)
Steven Knight
2003-12-02
1
-0/+2
*
Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad...
Steven Knight
2003-12-02
1
-0/+3
*
Make the Fortran scanner case-insensitive. (David M. Cooke)
Steven Knight
2003-12-01
1
-0/+4
*
Make the message about missing SConscript files a warning, not a hard write()...
Steven Knight
2003-12-01
1
-0/+3
*
Restore the ability for _stripixes() to call a custom _concat() function in t...
Steven Knight
2003-11-25
1
-0/+5
*
Add Borland compiler support. (Vincent Risi)
Steven Knight
2003-11-22
1
-0/+4
*
Ensure that the ENV values are all strings. (Anthony Roach)
Steven Knight
2003-11-18
1
-0/+16
*
Added better -H documentation for --debug and remove -e from man page. (Anth...
Steven Knight
2003-11-18
1
-0/+4
*
Make duplicate build dir specifications be an error. (Anthony Roach)
Steven Knight
2003-11-12
1
-1/+6
*
Use sys.stdout.write() instead of print so line feeds in -j output will stay ...
Steven Knight
2003-11-10
1
-0/+10
*
Allow LIBS to be a single element, not a list, and allow it to contain File n...
Steven Knight
2003-11-09
1
-0/+5
*
Fix specifying a root directory with just the drive string (e.g. C:).
Steven Knight
2003-11-09
1
-0/+2
*
Fix a man page bug.
Steven Knight
2003-11-09
1
-0/+2
*
Don't swallow the AttributeError for an expansion like .bak.
Steven Knight
2003-11-09
1
-0/+12
*
Initialize the 0.94 branch for release.
Steven Knight
2003-11-07
1
-1/+1
*
Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.
Steven Knight
2003-11-07
1
-0/+2
*
Add new Options flavors. (Hartmut Goebel)
Steven Knight
2003-11-04
1
-0/+6
*
Fixes for the AIX C and C++ Tool specifications. (Vincent Risi)
Steven Knight
2003-11-03
1
-0/+4
*
Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual...
Steven Knight
2003-11-03
1
-2/+1
*
Update the tool specifications for the SGI MIPSpro tools.
Steven Knight
2003-10-30
1
-0/+5
*
Fix subclassing of the Environment and Scanner classes.
Steven Knight
2003-10-30
1
-0/+2
*
Fix a regression with env.Append().
Steven Knight
2003-10-28
1
-0/+3
*
Fix man page formatting when using Safari. (Gary Oberbrunner)
Steven Knight
2003-10-28
1
-0/+4
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
1
-0/+8
[next]