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
/
Script
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-1/+11
*
Document the -f option correctly, support building a parallel tree by pointin...
Steven Knight
2003-03-14
1
-0/+2
*
Add an Exit() function for explicit termination of SCons.
Steven Knight
2003-03-03
1
-4/+8
*
Don't eat scanner exceptions.
Steven Knight
2003-03-03
1
-0/+2
*
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...
Steven Knight
2003-02-26
1
-4/+4
*
Add the --random option.
Steven Knight
2003-02-06
1
-5/+20
*
Change the default behavior when no arguments are specified to building every...
Steven Knight
2003-02-05
1
-0/+2
*
Add CacheDir support.
Steven Knight
2003-02-03
1
-12/+19
*
Provide a better error message when a BuildDir() is read-only.
Steven Knight
2003-01-27
1
-5/+13
*
Fix a bug when -c is used with -n. (Steve Leblanc)
Steven Knight
2003-01-25
1
-2/+3
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-2/+2
*
Update Copyright years.
Steven Knight
2003-01-16
1
-2/+2
*
Necessary changes towards supporting Jython.
Steven Knight
2003-01-15
1
-1/+5
*
Add --debug-includes. (Anthony Roach)
Steven Knight
2003-01-14
1
-2/+11
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-1/+0
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
1
-6/+6
*
Fix problems returning the appropriate exit status on build errors.
Steven Knight
2003-01-05
1
-0/+1
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-14/+12
*
Implement the Clean() function.
Steven Knight
2002-12-27
1
-13/+12
*
Finish the Action refactoring by removing Builder.execute() methods and movin...
Steven Knight
2002-12-19
1
-26/+3
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-6/+26
*
Make the 'Do not know how to build' error message catch more cases. (Anthony...
Steven Knight
2002-12-16
1
-29/+34
*
Make error and warning message consistent. (Anthony Roach)
Steven Knight
2002-12-14
1
-4/+4
*
Add functions for getting and setting the number of jobs. (Anthony Roach)
Steven Knight
2002-12-10
1
-3/+9
*
Prevent -n from unlinking files.
Steven Knight
2002-12-05
1
-0/+1
*
Serialize calls to Node.prepare() (Anthony Roach)
Steven Knight
2002-11-27
1
-31/+33
*
Provide graceful failures when a source file doesn't exist and can't be build...
Steven Knight
2002-11-27
1
-0/+6
*
Make building source files fail like Make.
Steven Knight
2002-11-23
1
-0/+2
*
Make Default(source) and -U fail gracefully. (Anthony Roach)
Steven Knight
2002-11-22
1
-2/+8
*
Refactor command-line parsing. (Steve Leblanc)
Steven Knight
2002-11-06
1
-659/+424
*
Add a function to choose content signature type. (Anthony Roach)
Steven Knight
2002-11-04
1
-4/+9
*
Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).
Steven Knight
2002-10-19
1
-3/+2
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
1
-2/+3
*
Allow new Reading
Steven Knight
2002-10-14
1
-13/+33
*
Add output to tell people when we're reading SConscript files versus when we'...
Steven Knight
2002-09-30
1
-8/+24
*
Windows portability
Steven Knight
2002-09-25
1
-0/+2
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
1
-17/+9
*
Win32 portability: Fix error status passing back when calling sys.exit().
Steven Knight
2002-09-07
1
-2/+3
*
Provide a message if there are no command-line targets specified and no Defau...
Steven Knight
2002-08-31
1
-0/+4
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
1
-0/+1
*
Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)
Steven Knight
2002-08-05
1
-2/+4
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-1/+1
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-1/+15
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
1
-0/+9
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
1
-0/+9
*
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 support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-2/+2
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-0/+3
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-3/+14
[prev]
[next]