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
*
Refactorings towards a RelativeTopDir() function.
Steven Knight
2004-07-29
1
-36/+48
*
Add a .win32 attribute for FS entries; preserve Literal() attributes when con...
Steven Knight
2004-07-21
1
-5/+15
*
QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....
Steven Knight
2004-07-12
1
-3/+4
*
Fix errors when there are dangling symlinks. (Gary Oberbrunner)
Steven Knight
2004-07-08
1
-2/+12
*
Delay any creation of DefaultEnvironment() until after the SConscript files a...
Steven Knight
2004-07-02
1
-7/+9
*
Officially support target_factory and source_factory when creating a Builder.
Steven Knight
2004-06-25
1
-16/+32
*
Add an option to not save the --debug=explain information.
Steven Knight
2004-06-15
1
-1/+28
*
Make the use of the calc argument in Node methods consistent.
Steven Knight
2004-06-02
1
-4/+6
*
Store the different dependencies in binfo separately.
Steven Knight
2004-06-01
1
-27/+20
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-6/+6
*
Accomodate conversion from old .sconsign formats.
Steven Knight
2004-05-24
1
-1/+12
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-8/+1
*
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Steven Knight
2004-05-14
1
-62/+101
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
1
-2/+2
*
Really support strfunction for all Action subclasses by refactoring the inter...
Steven Knight
2004-05-03
1
-13/+6
*
Performance improvement: memo-ize Node.FS string values when appropriate.
Steven Knight
2004-05-01
1
-5/+49
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-6/+10
*
Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not a...
Steven Knight
2004-04-01
1
-1/+3
*
scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)
Steven Knight
2004-03-06
1
-18/+66
*
Lay some groundwork for URL Nodes by abstracting local file system operations...
Steven Knight
2004-02-15
1
-45/+108
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-7/+10
*
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Steven Knight
2004-02-09
1
-8/+19
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
1
-3/+8
*
Fetch implicit dependencies from SCCS/RCS.
Steven Knight
2004-01-29
1
-1/+2
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
1
-13/+15
*
Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)
Steven Knight
2003-12-19
1
-1/+4
*
Preserve the ability to call BuildDir() multiple times with the same source a...
Steven Knight
2003-12-06
1
-0/+2
*
Make duplicate build dir specifications be an error. (Anthony Roach)
Steven Knight
2003-11-12
1
-0/+2
*
Fix specifying a root directory with just the drive string (e.g. C:).
Steven Knight
2003-11-09
1
-0/+3
*
Don't swallow the AttributeError for an expansion like .bak.
Steven Knight
2003-11-09
1
-1/+7
*
Sync CVS log from master Aegis repository.
Steven Knight
2003-11-03
1
-9/+53
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
1
-53/+9
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-2/+2
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
1
-2/+2
*
Support using Dirs as sources for builds. (Charles Crain)
Steven Knight
2003-10-07
1
-7/+50
*
Fix dependency scans of generated files. (John Johnson)
Steven Knight
2003-09-16
1
-0/+1
*
Support using a single .sconsign file. (Stephen Kennedy)
Steven Knight
2003-09-02
1
-1/+1
*
Multi-level build dir with Object() and duplicate=0.
Steven Knight
2003-08-09
1
-0/+4
*
Refactor extension splitting to make it more flexible (for SWIG).
Steven Knight
2003-08-03
1
-5/+5
*
Allow Command() to take directories as sources.
Steven Knight
2003-07-26
1
-76/+98
*
Fix a problem when using --cache-show.
Steven Knight
2003-07-23
1
-5/+6
*
Only create a default Environment when asked to. (Chad Austin)
Steven Knight
2003-07-22
1
-2/+2
*
Speed up adding children to the various Node lists (depends, ignore, sources,...
Steven Knight
2003-07-20
1
-1/+5
*
Put LinkFunc() back to the way it was. (Christoph Wiedemann)
Steven Knight
2003-05-20
1
-2/+2
*
Restore .sconsign file tracking back to a single global list, not directory-s...
Steven Knight
2003-05-20
1
-1/+1
*
Eliminate redundant signature calculations, optimize out use of hasattr().
Steven Knight
2003-05-17
1
-22/+43
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
1
-1/+1
*
Test fixes.
Steven Knight
2003-05-16
1
-2/+2
*
Fix SideEffect() and BuildDir(). (Anthony Roach)
Steven Knight
2003-05-15
1
-18/+12
*
Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain)
Steven Knight
2003-05-15
1
-18/+30
[next]