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
*
Have Visual Studio echo that we're using SCons to build things, to work aroun...
Steven Knight
2005-08-20
12
-443/+854
*
Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's sw...
Steven Knight
2005-08-17
6
-43/+48
*
Fix the -U behavior (broken when we made BUILD_TARGETS modifiable).
Steven Knight
2005-08-17
1
-36/+36
*
Update more tests to use the new skip_test() method. Replace a CHANGES.txt c...
Steven Knight
2005-08-14
18
-52/+47
*
Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav B...
Steven Knight
2005-08-13
1
-0/+31
*
Update Fortran tests that relied on the order of the -c option.
Steven Knight
2005-08-13
8
-104/+104
*
Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH expansi...
Steven Knight
2005-08-13
1
-19/+125
*
Handle Visual Studio project and solution files in Unicode. (Chen Lee)
Steven Knight
2005-08-13
3
-83/+401
*
Add a skip_test() method to the infrastructure and use it for test scripts th...
Steven Knight
2005-08-13
12
-37/+31
*
Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)
Steven Knight
2005-08-12
4
-73/+146
*
Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...
Steven Knight
2005-08-12
2
-6/+6
*
Look up Fortran modules relative to . (Craig Scott)
Steven Knight
2005-08-11
1
-0/+93
*
Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)
Steven Knight
2005-08-11
2
-45/+117
*
Win32 portability fixes.
Steven Knight
2005-08-11
1
-12/+20
*
Win32 portability.
Steven Knight
2005-08-07
1
-6/+6
*
Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)
Steven Knight
2005-08-06
1
-0/+70
*
Move max_drift from Sig/MD5.py to Node/FS.py.
Steven Knight
2005-07-04
1
-8/+4
*
Add a --raw option to the sconsign script.
Steven Knight
2005-06-25
1
-6/+25
*
Add a --diskcheck option to control looking on-disk for things.
Steven Knight
2005-06-10
3
-0/+416
*
Fix DirScanner's handling of file names beginning with '#'.
Steven Knight
2005-06-10
1
-0/+8
*
Fix test/SCCS/* portability issues.
Steven Knight
2005-06-10
3
-42/+75
*
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...
Steven Knight
2005-06-07
3
-289/+154
*
Don't print duplicate stats when --profile is used.
Steven Knight
2005-06-02
1
-12/+29
*
Print statistics even when we terminate early (e.g. using -h).
Steven Knight
2005-06-02
3
-23/+36
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
1
-0/+72
*
Handle Repositories without an SConsignFile() in them.
Steven Knight
2005-05-30
1
-0/+74
*
Get rid of the requirement that a source directory must be under the SConstru...
Steven Knight
2005-05-15
1
-0/+94
*
Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...
Steven Knight
2005-05-14
3
-1/+34
*
Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)
Steven Knight
2005-05-08
1
-6/+19
*
Make SConsignFile() behavior the default.
Steven Knight
2005-05-07
8
-45/+221
*
More flexible (and Make-like) ignoring command exit status, and suppressing p...
Steven Knight
2005-04-26
2
-0/+173
*
Split up test/QT/QT.py into separate tests.
Steven Knight
2005-04-14
12
-942/+1127
*
Allow configurability of yacc-generated header files suffixes.
Steven Knight
2005-04-10
2
-0/+160
*
Store source file and dependency paths relative to the target's directory, no...
Steven Knight
2005-04-01
2
-242/+245
*
Minor clean up of value interpolation.
Steven Knight
2005-03-25
1
-81/+60
*
Allow toolpath to be stored in the environment and re-used for Copy() and Too...
Steven Knight
2005-03-24
1
-0/+5
*
Fix test/emitter.py for new entry matching.
Steven Knight
2005-03-21
1
-15/+22
*
Fix re-scanning of built files for implicit dependencies when the -j option i...
Steven Knight
2005-03-20
1
-0/+72
*
Restore (some) old SCons.Script.* names, some released SConscript files are u...
Steven Knight
2005-03-17
1
-2/+40
*
Windows portability in tests. Replace overlooked import
Steven Knight
2005-03-17
2
-7/+29
*
Actually support a global Entry name (since we already documented it).
Steven Knight
2005-03-16
1
-0/+58
*
Fix a regression in handling CPPPATH='.' when using a BuildDir with subdirect...
Steven Knight
2005-03-05
5
-0/+70
*
Fix Fedora Core 3 test portability.
Steven Knight
2005-03-04
7
-69/+58
*
Group --debug=count output by object modules.
Steven Knight
2005-03-01
1
-4/+21
*
Fix creating a build_dir from scratch when there's a subsidiary SConscript() ...
Steven Knight
2005-02-16
1
-30/+55
*
Win32 portability.
Steven Knight
2005-02-14
2
-87/+94
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
2
-21/+84
*
Refactor Environment/Executor/Node scanner interaction a little. Put --debug...
Steven Knight
2005-02-13
5
-148/+458
*
Display the help message when -u -h is supplied. (Elliot Murphy)
Steven Knight
2005-02-11
1
-1/+16
*
Don't create a Node for every file we try to find during scan.
Steven Knight
2005-02-10
1
-1/+4
[next]