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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add functions for getting and setting the number of jobs. (Anthony Roach)
Steven Knight
2002-12-10
2
-3/+23
*
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
*
Document Repository and other methods, plus some added documentation to SCons...
Steven Knight
2002-11-13
1
-8/+8
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-0/+1
*
Add the ParseConfig() method. (Steve Leblanc)
Steven Knight
2002-11-12
1
-1/+2
*
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
2
-5/+23
*
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
*
Fix some file headers. (Charles Crain)
Steven Knight
2002-10-15
1
-1/+1
*
Allow new Reading
Steven Knight
2002-10-14
1
-13/+33
*
Add Python and SCons version checking functions. (Anthony Roach)
Steven Knight
2002-10-10
1
-0/+25
*
Add output to tell people when we're reading SConscript files versus when we'...
Steven Knight
2002-09-30
2
-14/+29
*
Add customizable variable helper. (Anthony Roach)
Steven Knight
2002-09-26
1
-0/+6
*
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 Local() functionality to Repository support.
Steven Knight
2002-08-06
1
-0/+9
*
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
2
-6/+6
*
Repository support (first cut).
Steven Knight
2002-07-17
2
-4/+19
*
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
2
-0/+24
*
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
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
1
-0/+5
*
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
2
-0/+5
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-3/+14
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
2
-2/+10
*
Differentiate help text for -D, -u and -U.
Steven Knight
2002-06-08
1
-12/+24
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-23/+79
*
Print an error message if a file can't be unlinked before being built, rather...
Steven Knight
2002-06-05
1
-0/+3
*
Add --debug=time option. (Anthony Roach)
Steven Knight
2002-05-23
1
-0/+29
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
1
-3/+2
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-0/+2
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-5/+29
*
Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...
Steven Knight
2002-05-02
1
-1/+4
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-0/+1
*
Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...
Steven Knight
2002-04-29
1
-36/+87
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-0/+2
*
Fix importing of modules from the SConscript directory (Anthony Roach)
Steven Knight
2002-04-16
1
-1/+9
*
Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)
Steven Knight
2002-04-11
1
-6/+21
*
Make .sconsign files get written even if the build fails or is terminated. (A...
Steven Knight
2002-04-11
1
-3/+5
[next]