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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
5
-17/+51
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
3
-0/+5
*
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
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
2
-0/+7
*
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
3
-1/+75
*
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
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
3
-1/+10
*
Put auto-deduced target names in the same directory as the source file.
Steven Knight
2002-08-26
2
-12/+15
*
Add a Prepend() method to Environments. (Chad Austin)
Steven Knight
2002-08-26
3
-0/+51
*
Implement spawn() using os.system() on Posix OSes. (Anthony Roach)
Steven Knight
2002-08-23
2
-17/+49
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
3
-2/+13
*
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
2
-8/+11
*
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
6
-4/+135
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
4
-3/+15
*
Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)
Steven Knight
2002-08-05
2
-2/+18
*
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
11
-21/+202
*
Prep for release 0.08.
Steven Knight
2002-07-15
3
-5/+11
*
Win32 portability fixes. (Charles Crain)
Steven Knight
2002-07-15
1
-15/+19
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
3
-2/+15
*
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
5
-4/+44
*
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
2
-2/+4
*
Add prototype icc and ilink Tool specs for OS/2.
Steven Knight
2002-07-12
6
-3/+143
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
6
-12/+24
*
Add a prototype os2 Platform() module.
Steven Knight
2002-07-08
5
-1/+71
*
Add a TAR Builder.
Steven Knight
2002-07-08
8
-4/+102
*
Performance enhancements: use a more efficient splitext() method; cache sour...
Steven Knight
2002-07-06
4
-48/+89
[prev]
[next]