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
*
Fix build dependencies.
Steven Knight
2001-10-30
1
-1/+1
*
Handle SConscript files in subdirectories.
Steven Knight
2001-10-29
9
-31/+56
*
Change node and .sconsign handling to separate build and content signatures.
Steven Knight
2001-10-28
9
-191/+286
*
Fix a number of small problems in tests.
Steven Knight
2001-10-28
6
-9/+28
*
Fix a signature calculation bug.
Steven Knight
2001-10-26
3
-19/+190
*
Make up-to-date messages get printed out in the correct order Mark II
Steven Knight
2001-10-26
4
-53/+71
*
Support building (sub)directories.
Steven Knight
2001-10-25
16
-354/+582
*
Add -k support and more
Steven Knight
2001-10-24
10
-107/+392
*
If the value of a is None, interpolate '', not 'None'.
Steven Knight
2001-10-18
2
-1/+9
*
Composite Builder and related changes from Charles Crain.
Steven Knight
2001-10-18
4
-128/+213
*
Portability fixes for tests on Windows Nt.
Steven Knight
2001-10-17
24
-195/+375
*
Generalize whether or not nodes use signatures, and how the Sig module decide...
Steven Knight
2001-10-15
6
-8/+52
*
Add an FS.Entry class that can morph to File or Dir.
Steven Knight
2001-10-15
2
-44/+127
*
Remove the Node.derived attribute.
Steven Knight
2001-10-15
7
-12/+10
*
Add LINKFLAGS support.
Steven Knight
2001-10-12
3
-5/+83
*
Add tests and support for and .
Steven Knight
2001-10-12
9
-36/+91
*
Refactor construction variable expansion.
Steven Knight
2001-10-12
5
-85/+77
*
Use the prefix and suffix arguments in the Builder base class.
Steven Knight
2001-10-12
4
-120/+156
*
Implement special variable substitution.
Steven Knight
2001-10-11
20
-47/+262
*
Add the Library() method.
Steven Knight
2001-10-11
8
-22/+156
*
Add -i (ignore errors) support
Steven Knight
2001-10-10
7
-108/+146
*
Use the module-specific current() function.
Steven Knight
2001-10-09
5
-14/+15
*
Add support for -c (clean targets).
Steven Knight
2001-10-09
2
-18/+32
*
Make the Debian package build work.
Steven Knight
2001-10-09
1
-1/+3
*
Create Debian package installation
Steven Knight
2001-10-06
10
-2/+290
*
Use the Node Walker to build dependencies in order.
Steven Knight
2001-10-05
6
-27/+290
*
Add a node Walker for descending the dependency tree.
Steven Knight
2001-10-04
2
-1/+90
*
Add a bin/ subdirectory for admin utilities, and a HOWTO/ (replaces admin/) f...
Steven Knight
2001-10-03
3
-4/+512
*
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
[next]