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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating licensing.
Steven Knight
2001-10-03
140
-40/+3008
*
Make the documentation build with more version of the tools
Steven Knight
2001-10-03
3
-22/+23
*
Add the Command() method.
Steven Knight
2001-10-02
6
-15/+69
*
Add children() methods for nodes.
Steven Knight
2001-10-02
4
-0/+31
*
Let the Taskmaster control whether the build stops.
Steven Knight
2001-10-02
2
-7/+8
*
Fix various bugs caused by Python 2.1
Steven Knight
2001-10-02
2
-1/+5
*
Handle build errors.
Steven Knight
2001-10-02
10
-20/+169
*
Pass in the signature Calculator to the Taskmaster.
Steven Knight
2001-10-01
2
-33/+56
*
Add support for multi-command Builders and Actions.
Steven Knight
2001-09-29
2
-0/+56
*
Don't use Program() on some tests that don't need it.
Steven Knight
2001-09-29
2
-93/+73
*
Make match_exact the default match function for TestSCons.
Steven Knight
2001-09-29
7
-9/+17
*
Add a test for unknown options (both short and long).
Steven Knight
2001-09-29
2
-4/+29
*
Add support for the ENV construction variable.
Steven Knight
2001-09-28
6
-4/+99
*
Add unit tests for Node methods that have been recently added.
Steven Knight
2001-09-28
2
-2/+71
*
Change the env.Dictionary to an access method for an env._dict attribute.
Steven Knight
2001-09-26
3
-21/+24
*
Add support for SCONSFLAGS.
Steven Knight
2001-09-26
4
-38/+151
*
Enhance Builders to take any type of node as input.
Steven Knight
2001-09-24
10
-52/+107
*
Implement the Depends() method.
Steven Knight
2001-09-24
9
-9/+132
*
Have SCons report when something is up-to-date.
Steven Knight
2001-09-21
3
-2/+36
*
rebuild in response to changed .c file
Steven Knight
2001-09-21
12
-145/+549
*
Error message if no SConstruct file.
Steven Knight
2001-09-21
4
-11/+27
*
Add additional tests to provide more examples.
Steven Knight
2001-09-21
19
-33/+894
*
Add dummy C code to use argc and argv in tests.
Steven Knight
2001-09-20
3
-0/+7
*
Cygwin's tar can't seem to unzip and extract simultaneously.
Steven Knight
2001-09-20
1
-1/+9
*
test/errors.py fails when not run under Aegis.
Steven Knight
2001-09-20
1
-2/+2
*
Install scons, not scons.py
Steven Knight
2001-09-20
5
-10/+20
*
Cygwin portability fixes for Windows NT builds.
Steven Knight
2001-09-20
4
-17/+47
*
Add support for Default() targets.
Steven Knight
2001-09-20
2
-0/+76
*
Add an outline for a User's Guide.
Steven Knight
2001-09-19
22
-1/+934
*
Clean up the Node.FS class.
Steven Knight
2001-09-19
5
-179/+300
*
Still better error reporting in TestSCons.py.
Steven Knight
2001-09-19
1
-1/+5
*
Add automatic substitution on filename lines.
Steven Knight
2001-09-17
77
-76/+80
*
Run setup.py on the unpacked .tar.gz for testing.
Steven Knight
2001-09-17
41
-210/+297
*
Dereference symlinks when tarring the documentation.
Steven Knight
2001-09-16
1
-1/+1
*
Add more information error reporting from tests.
Steven Knight
2001-09-16
45
-719/+244
*
Add a TestSCons module for common initialization of SCons tests.
Steven Knight
2001-09-15
49
-295/+579
*
Add a test for -- terminating option processing.
Steven Knight
2001-09-14
1
-0/+39
*
Make -w and --no-print-directory future options.
Steven Knight
2001-09-14
1
-2/+2
*
Fix Python 2.1 warning
Steven Knight
2001-09-13
2
-3/+3
*
Fixes for -f end cases.
Steven Knight
2001-09-12
3
-2/+29
*
Add a test for local Help() functionality.
Steven Knight
2001-09-11
1
-0/+22
*
Add -I support.
Steven Knight
2001-09-11
2
-8/+34
*
Initialize Options in a subroutine.
Steven Knight
2001-09-11
1
-145/+163
*
Test the long -f options (--file, --makefile, --sconstruct).
Steven Knight
2001-09-11
1
-0/+18
*
Add -n and -s support.
Steven Knight
2001-09-11
4
-32/+110
*
Refactor the Builder binding so the calling Environment gets passed in.
Steven Knight
2001-09-11
3
-2/+23
*
Add -C support.
Steven Knight
2001-09-10
3
-12/+53
*
Look for SConstruct, Sconstruct, and sconstruct files.
Steven Knight
2001-09-10
6
-16/+66
*
Fill in the -v option.
Steven Knight
2001-09-10
2
-5/+21
*
runtest.py follow-on fixes
Steven Knight
2001-09-10
3
-13/+51
[next]