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
*
win32 test portability fixes (Anthony Roach)
Steven Knight
2002-10-04
11
-24/+34
*
Add MSVC PCH and PDB support. (Anthony Roach)
Steven Knight
2002-10-03
11
-58/+486
*
Add SHOBJPREFIX AND SHOBJSUFFIX.
Steven Knight
2002-10-01
7
-9/+27
*
Add output to tell people when we're reading SConscript files versus when we'...
Steven Knight
2002-09-30
34
-152/+237
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
13
-264/+410
*
Add customizable variable helper. (Anthony Roach)
Steven Knight
2002-09-26
8
-1/+551
*
Windows portability
Steven Knight
2002-09-25
7
-26/+56
*
Make sure we can find tools using the PATH specified during Environment() ins...
Steven Knight
2002-09-17
2
-1/+5
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
5
-3/+141
*
Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)
Steven Knight
2002-09-11
3
-4/+9
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
6
-18/+61
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
4
-0/+15
*
Fix test/ASFLAGS.py.
Steven Knight
2002-09-08
1
-3/+7
*
Fix ASPPCOM value for gas.
Steven Knight
2002-09-07
2
-1/+6
*
Win32 portability: Fix error status passing back when calling sys.exit().
Steven Knight
2002-09-07
3
-6/+17
*
Fix -j with multiple targets. (Anthony Roach)
Steven Knight
2002-09-07
2
-3/+27
*
Refactor SCons.Util.Detect() into an Environment method.
Steven Knight
2002-09-05
27
-47/+91
*
Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...
Steven Knight
2002-09-05
49
-183/+188
*
Add a script to rsync the Aegis repository to SourceForge
Steven Knight
2002-09-02
1
-0/+32
*
Provide a message if there are no command-line targets specified and no Defau...
Steven Knight
2002-08-31
39
-92/+172
*
Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...
Steven Knight
2002-08-30
9
-69/+62
*
Account for systems not having every type of compiler.
Steven Knight
2002-08-29
1
-6/+7
*
Support the Intel Fortran Compiler.
Steven Knight
2002-08-29
4
-1/+79
*
Dynamically check for the existence of utilities. (sam th)
Steven Knight
2002-08-29
26
-10/+167
*
On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...
Steven Knight
2002-08-28
3
-4/+7
*
Make sure auto-deducing target names works when a Node is passed in as a sour...
Steven Knight
2002-08-28
3
-1/+19
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
4
-1/+71
*
Fix the SConstruct to avoid zipit NameError if zip isn't available.
Steven Knight
2002-08-26
1
-1/+3
*
Put auto-deduced target names in the same directory as the source file.
Steven Knight
2002-08-26
3
-12/+79
*
Add a Prepend() method to Environments. (Chad Austin)
Steven Knight
2002-08-26
4
-1/+73
*
Implement spawn() using os.system() on Posix OSes. (Anthony Roach)
Steven Knight
2002-08-23
5
-23/+55
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
4
-2/+45
*
Yet again redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-22
1
-3/+3
*
Cache exists() and rexists() values all the time.
Steven Knight
2002-08-19
2
-53/+74
*
Remove debug prints left in test/BuildDir.py.
Steven Knight
2002-08-18
1
-2/+0
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
5
-43/+278
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
3
-13/+45
*
Redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-12
2
-3/+8
*
Fix aliases as dependencies. (Anthony Roach)
Steven Knight
2002-08-09
3
-9/+53
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
5
-12/+29
*
Man page updates: Mention invoking scons
Steven Knight
2002-08-08
1
-9/+32
*
Add a test for Repository and the -c option.
Steven Knight
2002-08-06
1
-0/+182
*
Add Install() + Local() functionality.
Steven Knight
2002-08-06
2
-0/+85
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
3
-3/+101
*
Support Repository and Default().
Steven Knight
2002-08-06
7
-98/+111
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
8
-4/+260
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
5
-4/+46
*
Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)
Steven Knight
2002-08-05
3
-6/+28
*
Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)
Steven Knight
2002-08-05
2
-1/+17
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
5
-49/+168
[next]