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
...
*
Make CacheDir() if it doesn't exist. (Chad Austin)
Steven Knight
2004-05-09
1
-1/+3
*
Test portability to Win32.
Steven Knight
2004-05-09
1
-1/+4
*
Portability fixes for Win32.
Steven Knight
2004-05-04
1
-32/+35
*
Really support strfunction for all Action subclasses by refactoring the inter...
Steven Knight
2004-05-03
1
-0/+143
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
2
-1/+115
*
Test fixes for Python 2.3.3 on Win32. (Anthony Roach)
Steven Knight
2004-04-28
3
-10/+10
*
Make the inability to test timestamp fallback a pass (for Aegis), not no result.
Steven Knight
2004-04-25
1
-1/+1
*
Have SConsignFile() use a dblite.py module by default, so we can control the ...
Steven Knight
2004-04-25
2
-31/+79
*
Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().
Steven Knight
2004-04-19
6
-0/+657
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-0/+295
*
Filter null values from the _concat() list. (Chad Austin)
Steven Knight
2004-04-14
1
-1/+7
*
Fix custom scanner behavior when setting/copying/replacing the SCANNERS const...
Steven Knight
2004-04-14
1
-24/+15
*
More robust searching for the ICL license file. (Gary Oberbrunner)
Steven Knight
2004-04-13
1
-1/+13
*
Add support for extending the suffixes a scanner knows about.
Steven Knight
2004-04-10
4
-0/+274
*
Make the targets/sources warnings test pass regardless of dictionary order.
Steven Knight
2004-04-07
2
-12/+12
*
Add warnings for easily-confused variable names like 'targets' and 'sources.'
Steven Knight
2004-04-06
2
-0/+77
*
Add a reject argument to the env.Whereis() method. (sam th)
Steven Knight
2004-04-04
1
-0/+5
*
Allow a list of emitters to be called in sequence. (Chad Austin)
Steven Knight
2004-04-04
1
-15/+32
*
Put the --duplicate option in alphabetical order in the help output.
Steven Knight
2004-04-03
1
-1/+16
*
Add RPATH support. (Chad Austin)
Steven Knight
2004-04-03
1
-0/+71
*
Add a variable to control whether to compile moc-generated files. (Chad Aus...
Steven Knight
2004-04-03
1
-1/+41
*
Allow environment substitutions when referencing libraries. (Chad Austin)
Steven Knight
2004-04-02
1
-0/+28
*
Support multiple source paths in Java. (Tom Epperly)
Steven Knight
2004-04-02
1
-22/+37
*
Fix Command() when not called through an Environment.
Steven Knight
2004-04-02
1
-4/+11
*
Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not a...
Steven Knight
2004-04-01
1
-4/+59
*
Fix the Command() global function when the action is a command-line string.
Steven Knight
2004-03-31
1
-6/+10
*
Use python1.5 in default Aegis builds. Fix testing infrastructure for Python...
Steven Knight
2004-03-30
1
-23/+28
*
Add a --debug= option to print commands before substitution. (Gary Oberbrunner)
Steven Knight
2004-03-23
1
-0/+153
*
Cygwin portability fixes. (Chad Austin) Improved testing infrastructure.
Steven Knight
2004-03-21
3
-42/+36
*
Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.
Steven Knight
2004-03-16
2
-7/+10
*
Support passing arbitrary environment override keywords to Command().
Steven Knight
2004-03-16
1
-0/+7
*
Add an Execute() method.
Steven Knight
2004-03-12
1
-0/+96
*
Add a D language Tool. (Andy Friesen)
Steven Knight
2004-03-08
2
-0/+61
*
scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)
Steven Knight
2004-03-06
1
-0/+120
*
Fix use of things like ${TARGET.dir} in *PATH expansions.
Steven Knight
2004-03-05
1
-0/+87
*
Win32 portability.
Steven Knight
2004-03-03
1
-2/+6
*
Document the dbm_module argument to SConsignFile().
Steven Knight
2004-02-28
1
-6/+6
*
Initialize *FLAGS variables with objects that can add flags either as strings...
Steven Knight
2004-02-26
6
-24/+21
*
Better error message when a source file is missing.
Steven Knight
2004-02-24
3
-6/+6
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
3
-17/+47
*
Make the Library test work even with linkers that don't like mixing C program...
Steven Knight
2004-02-17
1
-2/+5
*
Update the __env__ variable when making a Copy() or Override() of an Environm...
Steven Knight
2004-02-17
1
-14/+48
*
Enhanced test to catch potential problems with absolute path names.
Steven Knight
2004-02-17
1
-19/+37
*
Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...
Steven Knight
2004-02-16
1
-13/+43
*
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Steven Knight
2004-02-09
1
-0/+103
*
Updated test for C++ files in libraries. (Chad Austin)
Steven Knight
2004-02-08
1
-5/+6
*
Deprecate the overrides Builder() keyword argument in favor of specifying val...
Steven Knight
2004-02-08
1
-8/+18
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
1
-1/+40
*
Fetch implicit dependencies from SCCS/RCS.
Steven Knight
2004-01-29
2
-0/+93
*
Provide a better error message when a construction variable expansion is a Py...
Steven Knight
2004-01-29
1
-0/+23
[prev]
[next]