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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Better failure detection in test/BuildDir.py. (Kevin Quick)
Steven Knight
2004-09-24
1
-14/+14
*
Better test infrastructure for cleaning (-c) messages. (Kevin Quick)
Steven Knight
2004-09-21
2
-29/+19
*
Better error messages for bad builder creation. (Kevin Quick)
Steven Knight
2004-09-21
1
-0/+99
*
Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ...
Steven Knight
2004-09-20
1
-4/+10
*
Allow ListOption to take a Python list of values asa default, not just a comm...
Steven Knight
2004-09-20
1
-0/+21
*
Win32 portability fixes for tests.
Steven Knight
2004-09-19
2
-10/+19
*
Fix --debug=explain when the action is a Python function.
Steven Knight
2004-09-18
2
-2/+58
*
Build targets in an associated BuildDir even if there are local targets in th...
Steven Knight
2004-09-18
3
-50/+140
*
Allow LIBS to contain lists of lists.
Steven Knight
2004-09-18
1
-0/+22
*
Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...
Steven Knight
2004-09-18
1
-0/+45
*
Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)
Steven Knight
2004-09-17
1
-2/+73
*
Fix -k sometimes trying to link executables even when library builds fail.
Steven Knight
2004-09-17
1
-19/+61
*
Guarantee ListOption persistence. (Elliot Murphy)
Steven Knight
2004-09-16
1
-2/+8
*
Better -n test: make sure the directory is clean first. (Kevin Quick)
Steven Knight
2004-09-15
1
-1/+15
*
Fix SourceCode test ordering. (Kevin Quick)
Steven Knight
2004-09-15
1
-2/+4
*
Fix is_pseudo_derived_builder(). (Kevin Quick)
Steven Knight
2004-09-15
1
-0/+279
*
Handle exceptions in FunctionActions. (Steve Christensen)
Steven Knight
2004-09-15
1
-0/+33
*
Better error message when a target is built multiple ways. (Kevin Quick)
Steven Knight
2004-09-13
1
-1/+1
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
3
-114/+554
*
Win32 portability for tests.
Steven Knight
2004-09-05
2
-10/+28
*
Add a configurable function for command-line printing. (Gary Oberbrunner)
Steven Knight
2004-09-05
1
-0/+68
*
Add an rpcgen tool. (Kevin Quick)
Steven Knight
2004-09-04
8
-0/+669
*
Remove all features deprecated in 0.93 or earlier.
Steven Knight
2004-09-03
3
-327/+0
*
Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...
Steven Knight
2004-09-01
1
-11/+10
*
Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...
Steven Knight
2004-08-31
1
-22/+58
*
Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)
Steven Knight
2004-08-31
1
-1/+1
*
Allow Help() to be called multiple times, appending to the text each time. (...
Steven Knight
2004-08-30
3
-4/+37
*
Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...
Steven Knight
2004-08-30
2
-5/+7
*
Fix env.Copy() stack trace.
Steven Knight
2004-08-21
1
-0/+55
*
Restore scanning of .pch files. (Anthony Roach)
Steven Knight
2004-08-19
1
-0/+11
*
Add darwin.py to the packaging MANIFEST.
Steven Knight
2004-08-19
1
-1/+11
*
Delete() should not blow up if what it's deleting doesn't exist.
Steven Knight
2004-08-19
1
-0/+45
*
Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)
Steven Knight
2004-08-17
3
-5/+7
*
Remove the misbegotten --save-explain-info feature.
Steven Knight
2004-08-17
2
-456/+8
*
Put back --implicit-cache, having it use the --debug=explain info instead of ...
Steven Knight
2004-08-17
1
-47/+43
*
Test portability fix. Fix handling of >.
Steven Knight
2004-08-17
2
-3/+14
*
Fix timestamp-fallback.py for builders returning lists. (Chad Austin)
Steven Knight
2004-08-16
1
-4/+4
*
Add a Flatten() function to help the transition to Builders returning lists.
Steven Knight
2004-08-12
1
-0/+76
*
Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.
Steven Knight
2004-08-11
8
-0/+1094
*
Qt fixes. (Christoph Wiedemann)
Steven Knight
2004-08-07
2
-35/+60
*
Fix fallout from having everything return a list.
Steven Knight
2004-08-06
1
-3/+3
*
Return lists of Nodes from all builders, not single Nodes when there's only one.
Steven Knight
2004-08-05
34
-439/+378
*
Portability fixes for test/QT.py. (Chad Austin)
Steven Knight
2004-07-31
3
-15/+22
*
Fix null entries in CPPPATH. (Gary Oberbrunner)
Steven Knight
2004-07-30
1
-4/+10
*
Treat file extensions with all digits as part of the base name. (Gary Oberbr...
Steven Knight
2004-07-30
1
-0/+63
*
Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...
Steven Knight
2004-07-29
3
-0/+45
*
Add Fortran 90/95 support. (Chris Murray)
Steven Knight
2004-07-29
20
-0/+3639
*
Add Fortran 90/95 support. (Chris Murray)
Steven Knight
2004-07-29
8
-1074/+10
*
Win32 portability: add an explicit match argument to TestCommon.py, use it t...
Steven Knight
2004-07-15
18
-54/+116
*
Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...
Steven Knight
2004-07-13
18
-55/+89
[prev]
[next]