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
*
Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...
Steven Knight
2003-09-17
1
-0/+29
*
Fix dependency scans of generated files. (John Johnson)
Steven Knight
2003-09-16
2
-0/+126
*
Turn more global functions into Environment methods. (clone of 0.92.C121)
Steven Knight
2003-09-15
7
-8/+113
*
Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...
Steven Knight
2003-09-15
7
-10/+8
*
Make more Environment methods from global functions.
Steven Knight
2003-09-14
7
-9/+130
*
Add SourceSignatures() and TargetSignatures() environment methods.
Steven Knight
2003-09-12
2
-28/+87
*
Make a Clean() environment method. Add global functions for AlwaysBuild(), C...
Steven Knight
2003-09-10
10
-12/+21
*
Give the global functions corresponding Environment methods.
Steven Knight
2003-09-08
4
-41/+86
*
Support construction variable expansion anywhere in a file or path name.
Steven Knight
2003-09-05
10
-49/+383
*
Support using a single .sconsign file. (Stephen Kennedy)
Steven Knight
2003-09-02
2
-22/+370
*
Portability of test/EnsureVersion.py back to pre-Python-2 versions.
Steven Knight
2003-08-30
1
-4/+16
*
Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...
Steven Knight
2003-08-30
1
-17/+17
*
Fix EnsurePythonVersion's handling of alphanumeric version strings.
Steven Knight
2003-08-29
1
-0/+42
*
Re-synchronize the CVS tree after a SourceForge file system catastrophe.
Steven Knight
2003-08-27
4
-32/+111
*
Support for additional UNIX variants: (Christian Engel)
Steven Knight
2003-08-24
2
-9/+28
*
-Q options suppresses too much.
Steven Knight
2003-08-22
1
-0/+8
*
Portability fixes for tests.
Steven Knight
2003-08-19
2
-7/+7
*
Fix a yacc regression.
Steven Knight
2003-08-16
1
-6/+22
*
Branch for User's Guide changes.
Steven Knight
2003-08-16
1
-0/+101
*
More portability fixes.
Steven Knight
2003-08-14
2
-43/+64
*
Add SWIG support.
Steven Knight
2003-08-13
2
-0/+178
*
Multi-level build dir with Object() and duplicate=0.
Steven Knight
2003-08-09
1
-0/+37
*
Add support for a platform-independent CPPDEFINES variable.
Steven Knight
2003-08-02
1
-0/+108
*
Adding file missed by previous checkins.
Steven Knight
2003-08-01
1
-0/+142
*
Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.
Steven Knight
2003-08-01
5
-28/+47
*
Don't Split() SConscript file name strings on white space.
Steven Knight
2003-07-31
1
-22/+40
*
Record and print an internal stack trace when Taskmaster detects errors for e...
Steven Knight
2003-07-27
4
-19/+88
*
Allow Command() to take directories as sources.
Steven Knight
2003-07-26
1
-2/+21
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
3
-0/+616
*
Fix a problem when using --cache-show.
Steven Knight
2003-07-23
1
-29/+71
*
M4 test portability. (Chad Austin)
Steven Knight
2003-07-22
1
-2/+2
*
Only create a default Environment when asked to. (Chad Austin)
Steven Knight
2003-07-22
2
-2/+2
*
Give Value Nodes timestamps. (Chad Austin)
Steven Knight
2003-07-21
1
-50/+70
*
New sconsign script fixes: print timestamp values correctly (Chad Austin); a...
Steven Knight
2003-07-20
1
-18/+50
*
Add a script to print .sconsign file contents.
Steven Knight
2003-07-18
3
-2/+172
*
CVS fixes.
Steven Knight
2003-07-07
1
-8/+13
*
When an input yacc file ends in .yy and the yacc -d flag is used, expect a ge...
Steven Knight
2003-07-02
1
-0/+26
*
Fix -U, -D and -d with explicit targets that start with ../.
Steven Knight
2003-06-28
3
-1/+104
*
Support targets that always rebuild. (Stephen Ng)
Steven Knight
2003-06-28
1
-0/+55
*
Set up for development.
Steven Knight
2003-06-28
1
-1/+1
*
Portability fixes.
Steven Knight
2003-06-25
1
-1/+1
*
Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek)
Steven Knight
2003-06-18
1
-4/+15
*
Change the double quotes around an up-to-date target to be like Make.
Steven Knight
2003-06-18
26
-101/+80
*
Options fixes. (Charles Crain)
Steven Knight
2003-06-18
1
-5/+5
*
Add support for the Intel C Compiler. (Gary Oberbrunner)
Steven Knight
2003-06-16
1
-0/+1
*
Portability fixes for non-GNU lex and yacc. (Chad Austin)
Steven Knight
2003-06-15
2
-0/+2
*
Fix Import('*')
Steven Knight
2003-06-13
1
-0/+2
*
Raise an error if SConf needs to do something but -n or -q is specified. (Ch...
Steven Knight
2003-06-12
2
-2/+154
*
Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)
Steven Knight
2003-06-10
1
-5/+36
*
Add an M4 builder. (Timothee Besset)
Steven Knight
2003-06-09
2
-0/+107
[next]