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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize the new branch.
Steven Knight
2002-02-25
1
-0/+4
*
Prepare for release 0.05.
Steven Knight
2002-02-22
3
-9/+19
*
Add the -q option.
Steven Knight
2002-02-21
3
-2/+18
*
Fix the --debug=pdb option on Windows.
Steven Knight
2002-02-21
2
-9/+9
*
Remove all built targets even if some don't exist.
Steven Knight
2002-02-21
2
-3/+13
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
4
-24/+76
*
Add command generator function support. (Anthony Roach)
Steven Knight
2002-02-20
4
-1/+109
*
Remove left-over dir argument from get_contents() calls. (Anthony Roach)
Steven Knight
2002-02-20
2
-2/+2
*
Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an...
Steven Knight
2002-02-18
3
-0/+40
*
Add preliminary support for Unicode strings.
Steven Knight
2002-02-17
6
-19/+79
*
Run HTML files through tidy (if it's available) to clean them up.
Steven Knight
2002-02-15
1
-0/+2
*
Document the minimum Python version required.
Steven Knight
2002-02-14
1
-0/+14
*
Fix new .sconsign file write-logic portability to Windows NT.
Steven Knight
2002-02-14
1
-1/+8
*
Install the man page in the Debian package.
Steven Knight
2002-02-13
1
-0/+2
*
Filter out a file's ignore list from all of its dependencies, direct or indir...
Steven Knight
2002-02-12
6
-8/+53
*
Document the LIBPATH construction variable.
Steven Knight
2002-02-10
1
-0/+3
*
Allow the exported variables in an SConscript() call to be a UserList, too.
Steven Knight
2002-02-10
2
-4/+9
*
WIN32 portability in tests.
Steven Knight
2002-02-10
1
-0/+2
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
10
-24/+75
*
Fix variable interpolation with spaces, and problems with the WIN32 environme...
Steven Knight
2002-02-09
4
-30/+90
*
Make writing a .sconsign more robust by writing to a temporary file first and...
Steven Knight
2002-02-09
2
-5/+30
*
Lookup implicit dependencies relative to the directory of the node in which t...
Steven Knight
2002-02-09
2
-1/+7
*
Bring CVS in sync with Aegis: Add missing .aeignore files.
Steven Knight
2002-02-06
2
-0/+10
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
4
-20/+44
*
Make scons return a failure code when a Builder fails (Anthony Roach)
Steven Knight
2002-02-05
1
-2/+5
*
Forgot CHANGES.txt updates on the last two checkins.
Steven Knight
2002-02-04
1
-0/+8
*
Make scons return an error code (Anthony Roach)
Steven Knight
2002-02-04
1
-1/+4
*
Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)
Steven Knight
2002-02-04
1
-2/+4
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
3
-12/+31
*
Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)
Steven Knight
2002-01-31
2
-0/+19
*
Flush sys.stdout after every write() so it intermixes properly with sys.stder...
Steven Knight
2002-01-31
2
-0/+16
*
Allow libraries to specified as source files on the command line.
Steven Knight
2002-01-31
3
-10/+22
*
Prepare for release 0.04.
Steven Knight
2002-01-30
3
-11/+20
*
Support installation in arbitrary --prefix values.
Steven Knight
2002-01-30
2
-4/+24
*
Put quotes around arguments that contain white space, for appearance and for ...
Steven Knight
2002-01-29
1
-3/+13
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
46
-47/+47
*
Performance improvement: avoid recomputing signatures.
Steven Knight
2002-01-29
6
-25/+20
*
Fix so Nodes don't get removed by ListBuilder after they're built.
Steven Knight
2002-01-28
2
-9/+66
*
Add a --debug=pdb option to run SCons under the Python debugger.
Steven Knight
2002-01-27
2
-1/+17
*
Fix for previous Tasks change.
Steven Knight
2002-01-27
2
-9/+13
*
Only execute an Action once for a List of targets.
Steven Knight
2002-01-26
5
-95/+232
*
Add the Precious() method.
Steven Knight
2002-01-24
7
-6/+63
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
4
-11/+45
*
Fix the Multiple Variants example in the man page.
Steven Knight
2002-01-24
1
-1/+2
*
Add the Ignore() method.
Steven Knight
2002-01-24
5
-3/+67
*
Provide a traceback if a Python-function builder throws an exception (Crain).
Steven Knight
2002-01-23
3
-1/+28
*
Handle LIBPATH as a string (Crain).
Steven Knight
2002-01-23
3
-2/+19
*
Fix binary file signatures on Win32 (Crain).
Steven Knight
2002-01-23
2
-1/+8
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
9
-20/+94
*
Make the C Scanner always return the dependencies sorted, so order difference...
Steven Knight
2002-01-23
3
-10/+24
[next]