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
/
CHANGES.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print an error message if a file can't be unlinked before being built, rather...
Steven Knight
2002-06-05
1
-3/+6
*
Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau)
Steven Knight
2002-06-05
1
-0/+4
*
Add --debug=time option. (Anthony Roach)
Steven Knight
2002-05-23
1
-0/+2
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-0/+3
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
1
-0/+3
*
Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)
Steven Knight
2002-05-17
1
-0/+3
*
Make the drive letters on Windows always be the same case, so that changes in...
Steven Knight
2002-05-16
1
-0/+3
*
Fix a --implicit-cache when a file has no implicit deps and its source is gen...
Steven Knight
2002-05-15
1
-0/+3
*
Fix a couple obscure bugs. (Anthony Roach)
Steven Knight
2002-05-15
1
-0/+6
*
Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)
Steven Knight
2002-05-14
1
-0/+5
*
Add some help to setup.py if distutils isn't installed on the local system.
Steven Knight
2002-05-09
1
-0/+3
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-0/+6
*
Raise an error if a builder is called multiple times for a given target, unle...
Steven Knight
2002-05-06
1
-0/+7
*
Add Append() and Replace() functions. (Zed Shaw)
Steven Knight
2002-05-06
1
-0/+8
*
Initialize the new branch.
Steven Knight
2002-05-04
1
-0/+4
*
Really prepare for the 0.07 release.
Steven Knight
2002-05-02
1
-1/+1
*
Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...
Steven Knight
2002-05-02
1
-0/+2
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-0/+4
*
Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...
Steven Knight
2002-05-02
1
-0/+4
*
Improve the scons.bat script. (Alex Jacques)
Steven Knight
2002-04-30
1
-0/+9
*
Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...
Steven Knight
2002-04-29
1
-0/+3
*
Doc and README/RELEASE updates in preparation for eventual 0.07 release. (La...
Steven Knight
2002-04-29
1
-1/+1
*
Don't create a directory Node when a file already exists there, and vice vers...
Steven Knight
2002-04-25
1
-0/+3
*
Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...
Steven Knight
2002-04-24
1
-0/+3
*
Make Alias work with -U, -u, and -D (Anthony Roach)
Steven Knight
2002-04-24
1
-0/+2
*
Rework Debian packaging ito incorporate changes from Moshe Zadka, official De...
Steven Knight
2002-04-24
1
-0/+4
*
Support building a PDF file directly from a TeX or LaTeX file using pdftex or...
Steven Knight
2002-04-23
1
-0/+3
*
Build patches for IRIX. (Chad Austin)
Steven Knight
2002-04-23
1
-0/+4
*
Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...
Steven Knight
2002-04-22
1
-0/+3
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-0/+7
*
Fix Fortran arguments on Win32.
Steven Knight
2002-04-22
1
-0/+2
*
Fix importing of modules from the SConscript directory (Anthony Roach)
Steven Knight
2002-04-16
1
-0/+3
*
Handle long command lines for the MSVC linker.
Steven Knight
2002-04-16
1
-0/+4
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-0/+44
*
Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)
Steven Knight
2002-04-11
1
-0/+3
*
Make .sconsign files get written even if the build fails or is terminated. (A...
Steven Knight
2002-04-11
1
-0/+3
*
Change to SConscript directory when reading it. (Steve Leblanc)
Steven Knight
2002-04-11
1
-0/+4
*
Add abspath construction variable modifier and variable (Anthony Roach)
Steven Knight
2002-04-11
1
-0/+7
*
Add a better hierarchical build example from the scons-users mailing list.
Steven Knight
2002-04-09
1
-0/+5
*
Clean up how the Environment dictionary is passed to function Actions. (Charl...
Steven Knight
2002-04-05
1
-0/+4
*
Various performance enhancements. (Anthony Roach)
Steven Knight
2002-04-05
1
-0/+6
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-0/+6
*
Make -c work with -n: don't remove the files!
Steven Knight
2002-03-31
1
-0/+8
*
Prepare for 0.06 release.
Steven Knight
2002-03-28
1
-10/+10
*
Support a CPPFLAGS variable (a la GNU Make).
Steven Knight
2002-03-28
1
-0/+3
*
Add Fortran support.
Steven Knight
2002-03-28
1
-0/+3
*
Add more document Builders: PDF and PostScript.
Steven Knight
2002-03-27
1
-1/+3
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-0/+2
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-0/+2
*
Support the build of TeX documents (Task 47116). (Steve Leblanc)
Steven Knight
2002-03-23
1
-0/+9
[next]