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
*
Updating licensing.
Steven Knight
2001-10-03
33
-1/+711
*
Add the Command() method.
Steven Knight
2001-10-02
5
-10/+65
*
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
8
-20/+84
*
Pass in the signature Calculator to the Taskmaster.
Steven Knight
2001-10-01
1
-33/+12
*
Add support for multi-command Builders and Actions.
Steven Knight
2001-09-29
1
-0/+15
*
Add a test for unknown options (both short and long).
Steven Knight
2001-09-29
1
-4/+9
*
Add support for the ENV construction variable.
Steven Knight
2001-09-28
5
-4/+41
*
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
2
-12/+24
*
Add support for SCONSFLAGS.
Steven Knight
2001-09-26
1
-38/+69
*
Enhance Builders to take any type of node as input.
Steven Knight
2001-09-24
9
-36/+88
*
Implement the Depends() method.
Steven Knight
2001-09-24
8
-6/+129
*
Have SCons report when something is up-to-date.
Steven Knight
2001-09-21
1
-2/+25
*
rebuild in response to changed .c file
Steven Knight
2001-09-21
10
-140/+525
*
Error message if no SConstruct file.
Steven Knight
2001-09-21
1
-6/+8
*
Install scons, not scons.py
Steven Knight
2001-09-20
2
-2/+2
*
Cygwin portability fixes for Windows NT builds.
Steven Knight
2001-09-20
2
-2/+18
*
Add support for Default() targets.
Steven Knight
2001-09-20
1
-0/+9
*
Clean up the Node.FS class.
Steven Knight
2001-09-19
5
-179/+300
*
Add automatic substitution on filename lines.
Steven Knight
2001-09-17
27
-27/+27
*
Run setup.py on the unpacked .tar.gz for testing.
Steven Knight
2001-09-17
35
-129/+155
*
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
1
-2/+2
*
Fixes for -f end cases.
Steven Knight
2001-09-12
1
-1/+9
*
Add -I support.
Steven Knight
2001-09-11
1
-1/+8
*
Initialize Options in a subroutine.
Steven Knight
2001-09-11
1
-145/+163
*
Add -n and -s support.
Steven Knight
2001-09-11
2
-5/+20
*
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
1
-1/+7
*
Look for SConstruct, Sconstruct, and sconstruct files.
Steven Knight
2001-09-10
1
-2/+5
*
Fill in the -v option.
Steven Knight
2001-09-10
1
-1/+13
*
Eliminate if-tests for Types in Builder.execute().
Steven Knight
2001-09-10
2
-16/+48
*
Add command-line processing for all options (with tests).
Steven Knight
2001-09-09
1
-26/+348
*
Make the build portable to Windows NT.
Anthony Roach
2001-09-01
1
-2/+2
*
Add framework to execute code on exit from scons.
Anthony Roach
2001-08-23
2
-0/+49
*
Implement error framework.
Steven Knight
2001-08-18
4
-78/+169
*
Clean up tests.
Steven Knight
2001-08-14
6
-38/+51
*
Add missing .aeignore files.
Steven Knight
2001-08-10
1
-0/+4
*
add the C scanner
Steven Knight
2001-08-10
3
-0/+219
*
Add argument passing to the Scanner class
Steven Knight
2001-08-09
2
-17/+62
*
add the C scanner
Steven Knight
2001-08-08
3
-0/+109
*
fix a bad test command and potential race condition
Steven Knight
2001-07-31
1
-3/+3
*
make Job classes fail gracefully in the face of exceptions
Steven Knight
2001-07-31
3
-38/+125
*
add the -j argument
Steven Knight
2001-07-29
2
-12/+51
*
add the -j argument
Steven Knight
2001-07-29
1
-5/+76
*
Copy should allow you to update the construction variables.
Steven Knight
2001-07-19
2
-1/+12
*
Fix typos in JobTests.py
Steven Knight
2001-07-12
1
-10/+10
[next]