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
*
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
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-17/+77
*
Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...
Steven Knight
2002-05-02
1
-3/+9
*
Doc and README/RELEASE updates in preparation for eventual 0.07 release. (La...
Steven Knight
2002-04-29
2
-274/+230
*
Build patches for IRIX. (Chad Austin)
Steven Knight
2002-04-23
1
-5/+8
*
Shared library test fixes. (Charles Crain)
Steven Knight
2002-04-16
1
-0/+1
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-45/+259
*
Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)
Steven Knight
2002-04-11
1
-2/+22
*
Change to SConscript directory when reading it. (Steve Leblanc)
Steven Knight
2002-04-11
1
-0/+22
*
Add abspath construction variable modifier and variable (Anthony Roach)
Steven Knight
2002-04-11
1
-0/+9
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-0/+8
*
Add a better hierarchical build example from the scons-users mailing list.
Steven Knight
2002-04-09
1
-0/+37
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-0/+11
*
Add --debug=dtree option (Anthony Roach)
Steven Knight
2002-04-05
1
-1/+8
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
2
-28/+27
*
Don't try to build the extremely incomplete User Guide.
Steven Knight
2002-03-28
1
-3/+3
*
Support a CPPFLAGS variable (a la GNU Make).
Steven Knight
2002-03-28
1
-1/+3
*
Add Fortran support.
Steven Knight
2002-03-28
1
-9/+36
*
Add more document Builders: PDF and PostScript.
Steven Knight
2002-03-27
1
-6/+80
*
Document the ARGUMENTS dictionary for command-line args.
Steven Knight
2002-03-27
1
-2/+11
*
Eliminate build/packaging dependency on jade, jadetex and pdfjadetex.
Steven Knight
2002-03-27
1
-4/+7
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-0/+21
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-1/+15
*
Support the build of TeX documents (Task 47116). (Steve Leblanc)
Steven Knight
2002-03-23
1
-0/+23
*
Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)
Steven Knight
2002-03-22
1
-0/+6
*
Make FunctionAction arguments be Nodes, not strings. (Charles Crain)
Steven Knight
2002-03-16
1
-3/+10
*
Add a --profile=file option.
Steven Knight
2002-03-12
1
-0/+7
*
Implement the -U option. (Steve Leblanc)
Steven Knight
2002-03-12
1
-2/+11
*
Add a CXXFile builder to turn .ll and .yy files into .cc.
Steven Knight
2002-03-07
1
-5/+24
*
Make the CFile Builder's SUFFIX configurable.
Steven Knight
2002-03-07
1
-0/+8
*
Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...
Steven Knight
2002-03-02
1
-2/+8
*
Document LIBS, fix a typo.
Steven Knight
2002-02-27
1
-1/+7
*
Extend SConstruct et al. to build .zip files, and to build the scons-src pack...
Steven Knight
2002-02-26
1
-2/+3
[next]