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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a message if there are no command-line targets specified and no Defau...
Steven Knight
2002-08-31
37
-92/+165
*
Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...
Steven Knight
2002-08-30
1
-2/+12
*
On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...
Steven Knight
2002-08-28
2
-3/+3
*
Make sure auto-deducing target names works when a Node is passed in as a sour...
Steven Knight
2002-08-28
1
-0/+4
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
1
-0/+61
*
Put auto-deduced target names in the same directory as the source file.
Steven Knight
2002-08-26
1
-0/+64
*
Implement spawn() using os.system() on Posix OSes. (Anthony Roach)
Steven Knight
2002-08-23
3
-6/+6
*
Make case differences not effect #include order. (Anthony Roach)
Steven Knight
2002-08-23
1
-0/+32
*
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
1
-0/+199
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
1
-0/+11
*
Fix aliases as dependencies. (Anthony Roach)
Steven Knight
2002-08-09
1
-1/+42
*
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
1
-0/+82
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
1
-0/+84
*
Support Repository and Default().
Steven Knight
2002-08-06
1
-0/+100
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
2
-0/+125
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
1
-1/+31
*
Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)
Steven Knight
2002-08-05
1
-4/+10
*
Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)
Steven Knight
2002-08-05
1
-0/+16
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
1
-0/+63
*
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
1
-0/+146
*
Win32 portability in Repository tests.
Steven Knight
2002-07-25
2
-2/+2
*
Repository support (first cut).
Steven Knight
2002-07-17
5
-8/+708
*
Win32 portability fixes. (Charles Crain)
Steven Knight
2002-07-15
1
-1/+15
*
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
1
-0/+31
*
Still more Win32 portability.
Steven Knight
2002-07-14
6
-47/+61
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
3
-0/+159
*
Fix scons -v on win32. (Anthony Roach)
Steven Knight
2002-07-12
1
-1/+7
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
3
-41/+145
*
Add a prototype os2 Platform() module.
Steven Knight
2002-07-08
1
-0/+6
*
Add a TAR Builder.
Steven Knight
2002-07-08
2
-0/+268
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-0/+121
*
Add support for assembly language (.s and .S) Tools. Still needs support for...
Steven Knight
2002-06-27
2
-0/+586
*
Win32 portability fixes for various tests.
Steven Knight
2002-06-26
9
-130/+32
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-2/+2
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-2/+2
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
13
-215/+217
*
Add a native Fortran include scanner.
Steven Knight
2002-06-12
2
-4/+258
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
11
-11/+11
*
Changes from Charles Crain.
Steven Knight
2002-06-05
36
-137/+224
*
Fix ListBuilder so it works with --implicit-cache. (Anthony Roach)
Steven Knight
2002-06-05
1
-0/+23
*
Print an error message if a file can't be unlinked before being built, rather...
Steven Knight
2002-06-05
1
-0/+18
*
Windows NT portability.
Steven Knight
2002-05-31
3
-13/+27
*
Add --debug=time option. (Anthony Roach)
Steven Knight
2002-05-23
1
-0/+50
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-0/+65
*
Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)
Steven Knight
2002-05-17
1
-0/+78
[next]