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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --debug-includes. (Anthony Roach)
Steven Knight
2003-01-14
1
-0/+10
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-0/+11
*
Better initial explanation of SConscript files; fix a misformatted table in t...
Steven Knight
2003-01-09
1
-3/+19
*
Add MinGW support. (Anthony Roach)
Steven Knight
2003-01-09
1
-13/+31
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-25/+60
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-6/+22
*
Implement the Clean() function.
Steven Knight
2002-12-27
1
-0/+30
*
Add functions for getting and setting the number of jobs. (Anthony Roach)
Steven Knight
2002-12-10
1
-0/+16
*
Prepare the 0.09 release.
Steven Knight
2002-12-05
1
-2/+11
*
Change the name of 'lib.py' to 'mslib.py'.
Steven Knight
2002-12-05
2
-2/+5
*
Provide graceful failures when a source file doesn't exist and can't be build...
Steven Knight
2002-11-27
1
-1/+0
*
Make the shell pickable via a construction variable. (Anthony Roach)
Steven Knight
2002-11-25
1
-25/+34
*
Patch up some documentation holes. (Anthony Roach)
Steven Knight
2002-11-22
1
-17/+20
*
Document the fact that Builder calls return Node objects.
Steven Knight
2002-11-22
1
-0/+22
*
Document Repository and other methods, plus some added documentation to SCons...
Steven Knight
2002-11-13
1
-19/+95
*
Add the ParseConfig() method. (Steve Leblanc)
Steven Knight
2002-11-12
1
-0/+28
*
Add a function to choose content signature type. (Anthony Roach)
Steven Knight
2002-11-04
1
-0/+21
*
Add MSVC .res builder. (Anthony Roach)
Steven Knight
2002-10-21
1
-2/+20
*
Allow new Reading
Steven Knight
2002-10-14
1
-25/+66
*
Add Python and SCons version checking functions. (Anthony Roach)
Steven Knight
2002-10-10
1
-1/+37
*
Allow build/doc/version.sgml to be created on build even if the build/doc/ su...
Steven Knight
2002-10-09
1
-4/+7
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-11/+32
*
Add MSVC PCH and PDB support. (Anthony Roach)
Steven Knight
2002-10-03
1
-0/+120
*
Add SHOBJPREFIX AND SHOBJSUFFIX.
Steven Knight
2002-10-01
1
-6/+13
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
1
-1/+36
*
Add customizable variable helper. (Anthony Roach)
Steven Knight
2002-09-26
1
-0/+112
*
Provide a Scanner hook to allow file scans to be avoided when it isn't necess...
Steven Knight
2002-09-15
1
-0/+10
*
Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...
Steven Knight
2002-09-05
1
-49/+15
*
Support the Intel Fortran Compiler.
Steven Knight
2002-08-29
1
-0/+4
*
Add a Prepend() method to Environments. (Chad Austin)
Steven Knight
2002-08-26
1
-1/+22
*
Man page updates: Mention invoking scons
Steven Knight
2002-08-08
1
-9/+32
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
1
-0/+21
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-8/+8
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
1
-0/+6
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
1
-0/+7
*
Add prototype icc and ilink Tool specs for OS/2.
Steven Knight
2002-07-12
1
-0/+2
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
1
-6/+25
*
Add a prototype os2 Platform() module.
Steven Knight
2002-07-08
1
-1/+22
*
Add a TAR Builder.
Steven Knight
2002-07-08
1
-0/+11
*
Deduce the target if it's not supplied.
Steven Knight
2002-07-03
1
-66/+232
*
Add support for assembly language (.s and .S) Tools. Still needs support for...
Steven Knight
2002-06-27
1
-7/+68
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-1/+75
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-52/+64
*
Add a native Fortran include scanner.
Steven Knight
2002-06-12
1
-0/+25
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-9/+32
*
Add --debug=time option. (Anthony Roach)
Steven Knight
2002-05-23
1
-0/+7
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-39/+85
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-1/+12
*
Add Append() and Replace() functions. (Zed Shaw)
Steven Knight
2002-05-06
1
-3/+23
*
Build: don't use an intermediate scons-doc.tar file.
Steven Knight
2002-05-02
1
-8/+5
[next]