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
/
SConf.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken tests
Gaurav Juvekar
2017-04-10
1
-4/+4
*
output from try run comes from get_content() which is bytes. So use SCons.Uti...
William Deegan
2017-03-13
1
-1/+1
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-2/+2
*
Commit resolved conflicted merge.
Russel Winder
2016-04-10
1
-4/+4
|
\
|
*
Fix formatting in SConf check example
anatoly techtonik
2016-03-02
1
-4/+4
*
|
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-34/+36
|
\
\
|
|
/
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-15/+4
|
*
Add configure check CheckProg, to check for existence of a program.
Carnë Draug
2015-09-18
1
-0/+9
|
*
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
1
-9/+15
|
*
Fix issue found by test/Configure/Streamer1.py failing on win32 per discussio...
William Deegan
2015-02-19
1
-4/+2
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
1
-4/+24
|
\
\
|
|
/
|
*
doc: Update revised SConf description
anatoly techtonik
2014-07-05
1
-8/+7
|
*
Speed up SCons execution by creating DefaultEnvironment for
anatoly techtonik
2014-06-01
1
-3/+9
|
*
Attempt to describe what SConf actually does for non-C programmers
anatoly techtonik
2014-06-01
1
-0/+9
|
*
Fixed SConf.Streamer to work with non-unicode input on python 2.x
ptomulik
2014-04-09
1
-1/+7
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-0/+3
|
\
\
|
|
/
|
*
Added release_target_info() to File nodes, reduces memory consumption.
Dirk Baechle
2013-12-19
1
-0/+3
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-13/+8
*
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
1
-5/+11
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-5/+5
|
/
*
Do not check for result type in CheckContext.Result, support duck typing
Carnë Draug
2013-03-02
1
-12/+7
*
Allow NoneType for CheckContext.Result
Carnë Draug
2013-02-15
1
-4/+6
*
Convert old-style classes in SConf.py to new-style classes.
Steven Knight
2010-05-14
1
-4/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-4/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-8/+6
*
Issue 2332: Convert from using StringIO.StringIO class to using the
Steven Knight
2010-04-07
1
-2/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-5/+3
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-18/+15
*
Issue 2482: Avoid wrapping decider unnecessarily
Greg Noel
2009-12-20
1
-1/+2
*
BUG: fix TryRun with variant dir set.
David Cournapeau
2009-09-17
1
-2/+2
*
BUG: fix issue 2294.
David Cournapeau
2009-09-09
1
-0/+4
*
Fix #1673, CheckLib should prepend rather than append.
Gary Oberbrunner
2009-05-07
1
-0/+5
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-10/+10
*
Issue 2349: doc-only change correcting description of text returned from scon...
Greg Noel
2009-04-10
1
-2/+1
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Fix use of $CHANGED_SOURCES with the --config=force option so that
Steven Knight
2009-01-29
1
-0/+11
*
Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task
Steven Knight
2008-12-08
1
-1/+1
*
Evaluate compat module transparently when SCons is instantiated
Greg Noel
2008-09-11
1
-2/+0
*
Issue 2149: Avoid reference cycles caused by frame objects
Ludwig Hähne
2008-09-10
1
-1/+3
*
Add a CompileSharedObject builder for configure contexts.
David Cournapeau
2008-09-03
1
-0/+5
*
Add CheckSHCC and CheckSHCXX checkers (test fail).
David Cournapeau
2008-09-03
1
-0/+10
*
Add CheckCXX check.
David Cournapeau
2008-09-03
1
-0/+5
*
Integrate CheckCC in configure context.
David Cournapeau
2008-09-03
1
-0/+5
*
Merged revisions 2647-2719 via svnmerge from
Steven Knight
2008-03-31
1
-1/+1
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-1/+40
*
Merged revisions 2454-2525 via svnmerge from
Steven Knight
2007-12-13
1
-2/+31
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-32/+74
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-3/+8
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-6/+4
*
Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.
Steven Knight
2006-01-22
1
-2/+2
[next]