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 (
Collapse
)
Author
Age
Files
Lines
...
*
Add the -q option.
Steven Knight
2002-02-21
1
-6/+40
|
*
Fix the --debug=pdb option on Windows.
Steven Knight
2002-02-21
1
-2/+6
|
*
Remove all built targets even if some don't exist.
Steven Knight
2002-02-21
1
-2/+15
|
*
Implement the -u option (Task 39028). (Steve Leblanc)
Steven Knight
2002-02-21
1
-5/+43
|
*
Add command generator function support. (Anthony Roach)
Steven Knight
2002-02-20
1
-0/+70
|
*
Fix new .sconsign file write-logic portability to Windows NT.
Steven Knight
2002-02-14
1
-4/+0
|
*
Allow the exported variables in an SConscript() call to be a UserList, too.
Steven Knight
2002-02-10
1
-1/+15
|
*
WIN32 portability in tests.
Steven Knight
2002-02-10
1
-11/+9
|
*
Make writing a .sconsign more robust by writing to a temporary file first ↵
Steven Knight
2002-02-09
1
-20/+35
|
|
|
|
and renaming it.
*
Make scons return a failure code when a Builder fails (Anthony Roach)
Steven Knight
2002-02-05
5
-14/+19
|
*
Make scons return an error code (Anthony Roach)
Steven Knight
2002-02-04
3
-5/+5
|
*
Support Scanner functions returning strings, not just Nodes.
Steven Knight
2002-02-03
1
-0/+137
|
*
Remove left-over debug prints in test/subdir.py.
Steven Knight
2002-01-31
1
-2/+0
|
*
Allow libraries to specified as source files on the command line.
Steven Knight
2002-01-31
1
-3/+3
|
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
85
-86/+86
|
*
Fix for previous Tasks change.
Steven Knight
2002-01-27
1
-0/+2
|
*
Add the Precious() method.
Steven Knight
2002-01-24
1
-0/+112
|
*
Provide an error message when a target hasn't been defined.
Steven Knight
2002-01-24
1
-0/+42
|
*
Add the Ignore() method.
Steven Knight
2002-01-24
1
-0/+96
|
*
Provide a traceback if a Python-function builder throws an exception (Crain).
Steven Knight
2002-01-23
2
-5/+16
|
*
Handle LIBPATH as a string (Crain).
Steven Knight
2002-01-23
1
-1/+41
|
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
2
-0/+27
|
*
Windows NT portability in the ARGUMENTS.py test.
Steven Knight
2002-01-19
1
-1/+1
|
*
Task 45350 - Add passing of custom command-line arguments.
Steven Knight
2002-01-18
1
-0/+47
|
*
Add Action() and Scanner() the list of global variables.
Steven Knight
2002-01-15
1
-0/+11
|
*
Start getting ready to eat our own dog food: prototype SConscript files.
Steven Knight
2002-01-15
1
-0/+1
|
*
Document function Actions and fix their return values (None == success, ↵
Steven Knight
2002-01-15
1
-0/+45
|
|
|
|
don't ignore failures).
*
Make the Default() method accomodate targets with white space in the file name.
Steven Knight
2002-01-12
1
-4/+17
|
*
Fix using a directory as Default().
Steven Knight
2002-01-11
1
-5/+32
|
*
Add command-line redirection (Charles Crain).
Steven Knight
2002-01-11
2
-11/+112
|
*
Check for the existence of lex and yacc in those tests and bail with NO ↵
Steven Knight
2002-01-11
4
-0/+40
|
|
|
|
RESULT if they're not present..
*
Add support for lex and yacc.
Steven Knight
2002-01-07
4
-0/+368
|
*
Windows test fixes
Steven Knight
2001-12-30
3
-9/+11
|
*
Add --debug=tree (print depenency tree) support
Steven Knight
2001-12-29
1
-0/+92
|
*
Add duplicate (defaults to true) option to BuildDir()
Steven Knight
2001-12-29
3
-21/+68
|
*
Make Default work with subdirectories.
Steven Knight
2001-12-22
1
-0/+28
|
*
Windows NT portability fixes for tests.
Steven Knight
2001-12-21
3
-9/+9
|
*
Create the Script directory
Steven Knight
2001-12-21
2
-8/+8
|
*
Provide an error message when a command isn't found.
Steven Knight
2001-12-21
1
-0/+86
|
*
Fix Export(), add Import() and Return()
Steven Knight
2001-12-20
5
-6/+105
|
*
Bug fixes from Charles Crain.
Steven Knight
2001-12-19
2
-7/+47
|
*
Make Default() accept a node
Steven Knight
2001-12-17
1
-2/+14
|
*
Make SCONS_LIB_DIR actually work
Steven Knight
2001-12-17
1
-0/+50
|
*
Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).
Steven Knight
2001-12-15
5
-3/+210
|
*
Rework implicit dependency scanning for relative CPPPATH values.
Steven Knight
2001-12-11
1
-22/+61
|
*
Fix problems with Python callable objects as Builder actions, the associated ↵
Steven Knight
2001-12-07
2
-14/+20
|
|
|
|
test, and handling errors returned by a builder.
*
More NT portability in the tests.
Steven Knight
2001-11-29
11
-130/+161
|
*
Detect dependency cycles
Steven Knight
2001-11-28
1
-0/+58
|
*
Change packaging to the new /usr/lib/scons/ scheme
Steven Knight
2001-11-28
1
-1/+3
|
*
Move most of the code from the scons script into a SCons module.
Steven Knight
2001-11-27
2
-4/+4
|
[prev]
[next]