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
/
src
/
engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add customizable variable helper. (Anthony Roach)
Steven Knight
2002-09-26
5
-1/+313
*
Windows portability
Steven Knight
2002-09-25
3
-16/+43
*
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
2
-3/+33
*
Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)
Steven Knight
2002-09-11
2
-4/+5
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
4
-17/+49
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
2
-0/+2
*
Fix ASPPCOM value for gas.
Steven Knight
2002-09-07
1
-1/+1
*
Win32 portability: Fix error status passing back when calling sys.exit().
Steven Knight
2002-09-07
1
-2/+3
*
Fix -j with multiple targets. (Anthony Roach)
Steven Knight
2002-09-07
1
-3/+9
*
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
29
-114/+135
*
Provide a message if there are no command-line targets specified and no Defau...
Steven Knight
2002-08-31
1
-0/+4
*
Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...
Steven Knight
2002-08-30
8
-67/+50
*
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
2
-1/+73
*
Dynamically check for the existence of utilities. (sam th)
Steven Knight
2002-08-29
25
-10/+162
*
On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...
Steven Knight
2002-08-28
1
-1/+4
*
Make sure auto-deducing target names works when a Node is passed in as a sour...
Steven Knight
2002-08-28
2
-1/+15
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
2
-1/+8
*
Put auto-deduced target names in the same directory as the source file.
Steven Knight
2002-08-26
1
-12/+12
*
Add a Prepend() method to Environments. (Chad Austin)
Steven Knight
2002-08-26
2
-0/+46
*
Implement spawn() using os.system() on Posix OSes. (Anthony Roach)
Steven Knight
2002-08-23
1
-17/+45
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
2
-2/+10
*
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
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
4
-43/+79
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
2
-13/+34
*
Redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-12
1
-3/+3
*
Fix aliases as dependencies. (Anthony Roach)
Steven Knight
2002-08-09
1
-8/+8
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
5
-12/+29
*
Add Install() + Local() functionality.
Steven Knight
2002-08-06
1
-0/+3
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
2
-3/+17
*
Support Repository and Default().
Steven Knight
2002-08-06
6
-98/+11
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
5
-4/+131
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
3
-3/+13
*
Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)
Steven Knight
2002-08-05
1
-2/+4
*
Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)
Steven Knight
2002-08-05
1
-1/+1
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
3
-49/+84
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
12
-35/+212
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
7
-167/+86
*
Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...
Steven Knight
2002-07-20
4
-39/+107
*
Repository support (first cut).
Steven Knight
2002-07-17
10
-19/+202
*
Win32 portability fixes. (Charles Crain)
Steven Knight
2002-07-15
1
-15/+19
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
2
-1/+14
*
Still more Win32 portability.
Steven Knight
2002-07-14
2
-4/+9
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
4
-4/+38
*
Fix scons -v on win32. (Anthony Roach)
Steven Knight
2002-07-12
1
-5/+10
*
Use the correct prefix for pdb.py. (Terrel Shumway)
Steven Knight
2002-07-12
1
-2/+2
*
Add prototype icc and ilink Tool specs for OS/2.
Steven Knight
2002-07-12
5
-2/+141
[next]