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
/
Node
/
FS.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a strfunction() to Command actions, and add an env argument to the Functi...
Steven Knight
2003-02-02
1
-1/+1
*
Provide a better error message when a BuildDir() is read-only.
Steven Knight
2003-01-27
1
-1/+5
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff Pet...
Steven Knight
2003-01-15
1
-0/+10
*
Fix bug removing symbolic links. (Steve Leblanc)
Steven Knight
2003-01-14
1
-1/+7
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-2/+0
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-1/+4
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-4/+19
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
1
-8/+8
*
Don't duplicate source files in a BuildDir when the -n option is used.
Steven Knight
2003-01-01
1
-10/+20
*
Change the Action object execute() methods to __call__() methods.
Steven Knight
2002-12-28
1
-8/+8
*
Refactor FunctionAction objects to support -n and -s.
Steven Knight
2002-12-28
1
-19/+50
*
Support Repositories on a different file system, when hard links to the local...
Steven Knight
2002-12-22
1
-12/+14
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-0/+4
*
Prevent -n from unlinking files.
Steven Knight
2002-12-05
1
-2/+8
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-1/+1
*
Really take care of non-existent drive letters on Win32.
Steven Knight
2002-11-30
1
-4/+11
*
Provide graceful failures when a source file doesn't exist and can't be build...
Steven Knight
2002-11-27
1
-6/+14
*
Make env.SideEffect work for Dir nodes. (Anthony Roach)
Steven Knight
2002-11-25
1
-2/+2
*
Make File() and Dir() take a string for the second argument. (Anthony Roach)
Steven Knight
2002-11-22
1
-0/+2
*
Document Repository and other methods, plus some added documentation to SCons...
Steven Knight
2002-11-13
1
-0/+3
*
Arrange for local copies of files in build/ so the Aegis build will continue ...
Steven Knight
2002-11-12
1
-5/+11
*
Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).
Steven Knight
2002-10-19
1
-0/+7
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
1
-259/+289
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-17/+59
*
Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)
Steven Knight
2002-09-11
1
-4/+3
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
1
-0/+7
*
Eliminate an exception when using -U.
Steven Knight
2002-09-08
1
-0/+1
*
Don't remove source files specified on the command line!
Steven Knight
2002-08-28
1
-1/+1
*
Yet again redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-22
1
-3/+3
*
Cache exists() and rexists() values all the time.
Steven Knight
2002-08-19
1
-48/+61
*
Add BuildDir() support to the Repository functionality.
Steven Knight
2002-08-13
1
-30/+42
*
Fix implicit dependencies with duplicate=0.
Steven Knight
2002-08-13
1
-1/+1
*
Redo the uppercasing of drives on win32 fix. (Anthony Roach)
Steven Knight
2002-08-12
1
-3/+3
*
Refactor the interface between Rsearch() and Rsearchall() and their supplied ...
Steven Knight
2002-08-08
1
-6/+10
*
Add Install() + Local() functionality.
Steven Knight
2002-08-06
1
-0/+3
*
Add Local() functionality to Repository support.
Steven Knight
2002-08-06
1
-3/+8
*
Support Repository and Default().
Steven Knight
2002-08-06
1
-1/+0
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
1
-0/+1
*
Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)
Steven Knight
2002-08-05
1
-1/+1
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-12/+73
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
1
-11/+14
*
Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...
Steven Knight
2002-07-20
1
-13/+49
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-6/+38
*
Allow build directories outside the SConstruct tree; add a FindFile() functio...
Steven Knight
2002-07-10
1
-2/+2
*
Add a TAR Builder.
Steven Knight
2002-07-08
1
-0/+20
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-10/+5
*
Make the drive letters on Windows always be the same case, so that changes in...
Steven Knight
2002-05-16
1
-3/+3
*
Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)
Steven Knight
2002-05-14
1
-0/+15
[prev]
[next]