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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return real builder names from the default, environment-less builders like Mk...
Steven Knight
2004-09-15
1
-3/+6
*
Fix is_pseudo_derived_builder(). (Kevin Quick)
Steven Knight
2004-09-15
2
-1/+8
*
Handle exceptions in FunctionActions. (Steve Christensen)
Steven Knight
2004-09-15
2
-9/+5
*
Create .cvsignore files to ignore the generated *.pyc files.
Steven Knight
2004-09-13
1
-0/+1
*
Remove the misbegotten --save-explain-info feature.
Steven Knight
2004-08-17
4
-104/+11
*
Put back --implicit-cache, having it use the --debug=explain info instead of ...
Steven Knight
2004-08-17
2
-27/+28
*
Optimizations in Node.FS._doLookup().
Steven Knight
2004-08-15
1
-13/+31
*
Fix null entries in CPPPATH. (Gary Oberbrunner)
Steven Knight
2004-07-30
2
-1/+10
*
Refactorings towards a RelativeTopDir() function.
Steven Knight
2004-07-29
2
-64/+52
*
Add a .win32 attribute for FS entries; preserve Literal() attributes when con...
Steven Knight
2004-07-21
2
-6/+24
*
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
2
-2/+19
*
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
4
-55/+85
*
Fix a problem with --debug=explain when actions change due to expanded constr...
Steven Knight
2004-06-17
1
-5/+8
*
Add an option to not save the --debug=explain information.
Steven Knight
2004-06-15
4
-13/+112
*
Make the use of the calc argument in Node methods consistent.
Steven Knight
2004-06-02
3
-10/+17
*
Store the different dependencies in binfo separately.
Steven Knight
2004-06-01
4
-49/+83
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
3
-19/+20
*
Add unit tests for the last two changes.
Steven Knight
2004-05-25
2
-0/+34
*
Fix use of --debug=explain with SConsignFile(). (Chad Austin)
Steven Knight
2004-05-24
1
-1/+5
*
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
4
-65/+103
*
When a Node has been built, don't walk the whole tree back to delete the pare...
Steven Knight
2004-05-17
1
-7/+3
*
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Steven Knight
2004-05-14
7
-350/+401
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
2
-4/+4
*
Portability fixes for Win32.
Steven Knight
2004-05-04
1
-4/+8
*
Really support strfunction for all Action subclasses by refactoring the inter...
Steven Knight
2004-05-03
4
-38/+22
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
1
-3/+3
*
Performance improvement: memo-ize Node.FS string values when appropriate.
Steven Knight
2004-05-01
4
-5/+120
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
4
-30/+79
*
Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not a...
Steven Knight
2004-04-01
2
-2/+25
*
Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.
Steven Knight
2004-03-16
1
-1/+1
*
scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)
Steven Knight
2004-03-06
2
-78/+138
*
Better error message when a source file is missing.
Steven Knight
2004-02-24
1
-1/+1
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
1
-1/+10
*
Add an internal Environment._update() method that updates the dictionary dire...
Steven Knight
2004-02-23
1
-0/+2
*
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
4
-15/+55
*
Make the M4 Builder work with repositories by adding an rsrcnode attribute.
Steven Knight
2004-02-09
2
-51/+115
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
2
-4/+11
*
Fetch implicit dependencies from SCCS/RCS.
Steven Knight
2004-01-29
2
-2/+7
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
4
-28/+60
*
Better error handling if someone tries to add a non-Node as a source, depende...
Steven Knight
2004-01-11
2
-41/+90
*
Miscellaneous changes: update a call to env.subst(); white space cleanup in ...
Steven Knight
2004-01-04
3
-171/+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
2
-0/+17
*
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
2
-0/+14
*
Don't swallow the AttributeError for an expansion like .bak.
Steven Knight
2003-11-09
2
-1/+33
[next]