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
*
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
*
Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and co...
Steven Knight
2002-07-30
5
-14/+606
*
Add more Repository tests (and clean up multi-dir.py).
Steven Knight
2002-07-30
5
-35/+515
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
13
-35/+358
*
Win32 portability in Repository tests.
Steven Knight
2002-07-25
2
-2/+2
*
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
17
-37/+918
*
Add a separate options argument for running SCons via the test infrastructure.
Steven Knight
2002-07-16
1
-3/+9
*
Prep for release 0.08.
Steven Knight
2002-07-15
5
-10/+17
*
Win32 portability fixes. (Charles Crain)
Steven Knight
2002-07-15
2
-16/+34
*
Win32 fixes for test/SH{CC,CXX}FLAGS.py.
Steven Knight
2002-07-15
2
-4/+4
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
5
-2/+52
*
Still more Win32 portability.
Steven Knight
2002-07-14
8
-51/+70
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
9
-4/+210
*
Fix scons -v on win32. (Anthony Roach)
Steven Knight
2002-07-12
2
-6/+17
*
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
8
-3/+149
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
10
-59/+194
*
Add a prototype os2 Platform() module.
Steven Knight
2002-07-08
9
-2/+173
*
Add a TAR Builder.
Steven Knight
2002-07-08
12
-4/+383
*
Performance enhancements: use a more efficient splitext() method; cache sour...
Steven Knight
2002-07-06
4
-48/+89
*
runtest.py improvements
Steven Knight
2002-07-05
1
-6/+9
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
5
-26/+200
*
Fix SConstruct to use for build commands. (Terrel Shumway)
Steven Knight
2002-07-03
2
-10/+17
*
Deduce the target if it's not supplied.
Steven Knight
2002-07-03
6
-88/+395
*
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
15
-13/+980
*
Win32 portability fixes for various tests.
Steven Knight
2002-06-26
10
-130/+33
*
Fix handling file names with multiple dots. (Charles Crain)
Steven Knight
2002-06-21
3
-7/+9
*
Fix the SCons packaging build on Win32.
Steven Knight
2002-06-20
1
-1/+2
[next]