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
*
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
*
Fix Options.Update().
Steven Knight
2003-06-09
1
-0/+8
*
Add MSVS Project file support. (Greg Spencer)
Steven Knight
2003-06-08
3
-2/+440
*
Don't update the .sconsign files when using -n. (Steve Leblanc)
Steven Knight
2003-05-31
1
-1/+9
*
Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin)
Steven Knight
2003-05-27
7
-28/+17
*
Suppress illegal construction variables.
Steven Knight
2003-05-23
1
-0/+60
*
Put LinkFunc() back to the way it was. (Christoph Wiedemann)
Steven Knight
2003-05-20
1
-1/+28
*
Fix test/msvc.py. (Anthony Roach)
Steven Knight
2003-05-20
1
-5/+5
*
Change the Building message to say Cleaning when the -c option is used.
Steven Knight
2003-05-19
2
-11/+25
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
1
-22/+101
*
Test fixes.
Steven Knight
2003-05-16
1
-8/+11
*
Fix SideEffect() and BuildDir(). (Anthony Roach)
Steven Knight
2003-05-15
1
-0/+36
*
Fix for the internal Link action not being reentrant when used with BuildDir.
Steven Knight
2003-05-12
1
-49/+94
*
Portability fixes for various tests.
Steven Knight
2003-05-11
2
-8/+13
*
Add Java RMIC support.
Steven Knight
2003-05-10
2
-0/+668
*
Add support for JavaH.
Steven Knight
2003-05-08
3
-22/+603
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
2
-2/+2
*
Another IRIX portability fix. (Chad Austin)
Steven Knight
2003-05-02
1
-1/+2
*
Fix regression tests that use test.whereis(). (Anthony Roach)
Steven Knight
2003-05-02
7
-21/+13
*
Add Python Value Nodes. (Chad Austin)
Steven Knight
2003-05-01
1
-0/+103
*
Test portability fixes for Cygwin. (Chad Austin)
Steven Knight
2003-04-30
31
-155/+61
*
Provide uniform access to (some) command-line options. (Anthony Roach)
Steven Knight
2003-04-30
4
-10/+150
*
Fix the spawn() functions. (Anthony Roach)
Steven Knight
2003-04-30
1
-0/+15
*
Support Java when using Repository and SConscriptChdir(0). (Charles Crain)
Steven Knight
2003-04-29
2
-4/+272
*
Follow-up test portability fixes for IRIX. (Chad Austin)
Steven Knight
2003-04-27
4
-4/+18
*
Portability fixes for test. (Chad Austin)
Steven Knight
2003-04-26
30
-60/+134
*
Fix test/scan-once.py for the recent Export change.
Steven Knight
2003-04-25
1
-5/+5
[next]