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
/
SCons
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
4
-2/+139
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
5
-12/+17
*
Add a prototype os2 Platform() module.
Steven Knight
2002-07-08
3
-1/+68
*
Add a TAR Builder.
Steven Knight
2002-07-08
6
-4/+99
*
Performance enhancements: use a more efficient splitext() method; cache sour...
Steven Knight
2002-07-06
3
-48/+84
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
4
-26/+79
*
Deduce the target if it's not supplied.
Steven Knight
2002-07-03
4
-22/+159
*
Optimzation in the C Scanner: don't re-sort the list each time.
Steven Knight
2002-06-30
1
-19/+18
*
Make sure we identify cygwin systems and set environment defaults correctly.
Steven Knight
2002-06-28
1
-6/+9
*
Add support for assembly language (.s and .S) Tools. Still needs support for...
Steven Knight
2002-06-27
8
-6/+230
*
Win32 portability fixes for various tests.
Steven Knight
2002-06-26
1
-0/+1
*
Fix handling file names with multiple dots. (Charles Crain)
Steven Knight
2002-06-21
2
-7/+7
*
Change the way implicit deps are stored to make it easier to maintain backwar...
Steven Knight
2002-06-20
2
-18/+51
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
31
-667/+1674
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
4
-7/+22
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
8
-165/+161
*
Accomodate '-' (and other characters) in #include files in the C Scanner.
Steven Knight
2002-06-14
2
-11/+16
[prev]
[next]