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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test/msvc.py. (Anthony Roach)
Steven Knight
2003-05-20
1
-5/+5
*
Restore .sconsign file tracking back to a single global list, not directory-s...
Steven Knight
2003-05-20
2
-11/+5
*
Change the Building message to say Cleaning when the -c option is used.
Steven Knight
2003-05-19
4
-13/+34
*
Eliminate redundant signature calculations, optimize out use of hasattr().
Steven Knight
2003-05-17
4
-41/+118
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
9
-250/+420
*
Have the Tool() method add the tool name to the construction variable. (Dav...
Steven Knight
2003-05-16
4
-1/+30
*
Test fixes.
Steven Knight
2003-05-16
2
-10/+13
*
Fix SideEffect() and BuildDir(). (Anthony Roach)
Steven Knight
2003-05-15
5
-21/+74
*
Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain)
Steven Knight
2003-05-15
1
-18/+30
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
14
-182/+477
*
Fix for the internal Link action not being reentrant when used with BuildDir.
Steven Knight
2003-05-12
3
-51/+99
*
Portability fixes for various tests.
Steven Knight
2003-05-11
4
-11/+17
*
Interpolate the null string for illegal list subscripts.
Steven Knight
2003-05-10
3
-2/+19
*
Add Java RMIC support.
Steven Knight
2003-05-10
8
-4/+831
*
Java parser fix for // comments. (Charles Crain)
Steven Knight
2003-05-09
2
-5/+51
*
Split the Java parser into a JavaCommon.py module.
Steven Knight
2003-05-09
5
-186/+360
*
Add support for JavaH.
Steven Knight
2003-05-08
10
-41/+821
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
10
-120/+175
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
26
-571/+776
*
If we added a temporary builder to a Node while calling the emitter, don't re...
Steven Knight
2003-05-04
2
-2/+24
*
Add Node.FS.{Dir,File}.Entry() methods.
Steven Knight
2003-05-04
3
-12/+48
*
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
10
-28/+30
*
Add Python Value Nodes. (Chad Austin)
Steven Knight
2003-05-01
8
-0/+258
*
Test portability fixes for Cygwin. (Chad Austin)
Steven Knight
2003-04-30
36
-158/+134
*
Provide uniform access to (some) command-line options. (Anthony Roach)
Steven Knight
2003-04-30
10
-75/+296
*
Fix the spawn() functions. (Anthony Roach)
Steven Knight
2003-04-30
5
-5/+23
*
Support Java when using Repository and SConscriptChdir(0). (Charles Crain)
Steven Knight
2003-04-29
8
-56/+359
*
Evaluate Action varlists when calculating signatures. (Steve Christensen)
Steven Knight
2003-04-27
3
-3/+15
*
Add a script to count our source-vs.-test lines of code.
Steven Knight
2003-04-27
1
-0/+62
*
Follow-up test portability fixes for IRIX. (Chad Austin)
Steven Knight
2003-04-27
6
-6/+28
*
Portability fixes for test. (Chad Austin)
Steven Knight
2003-04-26
32
-60/+141
*
Fix test/scan-once.py for the recent Export change.
Steven Knight
2003-04-25
2
-5/+12
*
Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)
Steven Knight
2003-04-24
31
-223/+786
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
17
-214/+1388
*
Fix the Entering
Steven Knight
2003-04-23
3
-2/+6
*
Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)
Steven Knight
2003-04-23
11
-24/+1662
*
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
4
-28/+200
*
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
4
-3/+33
*
Update to the right Java parser. (Charles Crain)
Steven Knight
2003-04-17
1
-41/+117
*
Support the #import C preprocessor directive. (Greg Spencer)
Steven Knight
2003-04-17
3
-2/+6
*
Use Win32 long-line tempfile linking when using Cygwin. (Chad Austin)
Steven Knight
2003-04-16
2
-0/+4
*
Really parse .java files for inner class names. (Charles Crain)
Steven Knight
2003-04-16
4
-102/+206
*
Change the names of the Set{Build,Content}SignatureType() functions.
Steven Knight
2003-04-14
8
-14/+347
*
Add an argument for sorting Options help text.
Steven Knight
2003-04-13
5
-6/+118
*
Support converting PostScript to PDF files using ghostview. (Stefan Reichor)
Steven Knight
2003-04-13
8
-3/+323
*
Add the current PYTHONPATH to runtest.py so tests can pick up distutils in no...
Steven Knight
2003-04-12
2
-0/+8
*
Add a clear() method to reset a Node's state for re-processing.
Steven Knight
2003-04-12
5
-0/+77
[next]