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
*
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
*
Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)
Steven Knight
2003-04-24
1
-2/+3
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
1
-0/+410
*
Fix the Entering
Steven Knight
2003-04-23
1
-1/+1
*
Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)
Steven Knight
2003-04-23
1
-0/+228
*
Fixes for Java tests. (Charles Crain)
Steven Knight
2003-04-20
2
-5/+4
*
Make Export() work for local variables. (Anthony Roach)
Steven Knight
2003-04-20
1
-0/+130
*
Fixes for __COPYRIGHT__ in tests; eliminate unnecessary output.
Steven Knight
2003-04-19
3
-5/+6
*
Add Alias() global function. (Anthony Roach)
Steven Knight
2003-04-18
1
-2/+9
*
Really parse .java files for inner class names. (Charles Crain)
Steven Knight
2003-04-16
1
-2/+75
*
Change the names of the Set{Build,Content}SignatureType() functions.
Steven Knight
2003-04-14
5
-14/+325
*
Add an argument for sorting Options help text.
Steven Knight
2003-04-13
1
-0/+50
*
Support converting PostScript to PDF files using ghostview. (Stefan Reichor)
Steven Knight
2003-04-13
2
-0/+229
*
Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....
Steven Knight
2003-04-11
1
-1/+1
*
Options save. (Allen Bierbaum)
Steven Knight
2003-04-10
1
-11/+121
[next]