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
*
Fix subclassing of the Environment and Scanner classes.
Steven Knight
2003-10-30
1
-0/+60
*
Fix a regression with env.Append().
Steven Knight
2003-10-28
1
-2/+3
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
3
-4/+19
*
Really handle lack of the threading.py module when run by non-threaded Pythons.
Steven Knight
2003-10-22
1
-1/+35
*
Fix various SConf bugs. (Christoph Wiedemann)
Steven Knight
2003-10-21
2
-48/+102
*
Fix a bug in Qt detection. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-1/+38
*
Test portability for win32.
Steven Knight
2003-10-21
1
-5/+5
*
More Environment method conversions:
Steven Knight
2003-10-13
4
-9/+42
*
Fix a problem with the new Parallel job support when a command fails. (J.T. ...
Steven Knight
2003-10-09
1
-3/+47
*
Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary...
Steven Knight
2003-10-07
1
-9/+44
*
Don't remove temporary files on win32 with rm when cygwin is not in use. (An...
Steven Knight
2003-10-07
1
-1/+3
*
Support using Dirs as sources for builds. (Charles Crain)
Steven Knight
2003-10-07
2
-6/+107
*
New parallel job execution. (J.T. Conklin)
Steven Knight
2003-10-06
1
-10/+14
*
Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)
Steven Knight
2003-10-06
1
-0/+48
*
Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...
Steven Knight
2003-10-04
1
-12/+57
*
Add more environment methods for global functions: Action(), Builder(), Envi...
Steven Knight
2003-09-25
5
-11/+45
*
Add global functions for all of the default Builders attached to the default ...
Steven Knight
2003-09-23
4
-4/+4
*
New tex.py.
Steven Knight
2003-09-21
1
-7/+15
*
Expand construction variables on the values of SConscript() keyword arguments.
Steven Knight
2003-09-18
1
-2/+3
*
Have the closing message say ...terminated
Steven Knight
2003-09-18
2
-5/+5
*
Fix test/SWIG.py to find the proper Python include directory in all cases. (...
Steven Knight
2003-09-18
1
-3/+3
*
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
[next]