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
/
script
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
2
-46/+34
|
*
Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy...
Dirk Baechle
2015-08-06
1
-1/+1
|
|
\
|
|
*
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
1
-1/+1
|
*
|
Fix premature SyntaxError on Python 3
anatoly techtonik
2015-06-20
1
-1/+1
|
|
/
*
|
Added six module as SCons.compat.six, for python3 port.
Gary Oberbrunner
2014-04-20
1
-2/+2
*
|
Additional ()s for print.
Stefan Zimmermann
2014-03-31
1
-1/+1
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-6/+13
|
\
\
|
|
/
|
*
remove double reporting of source path per comment by Anatoly in pull feedback
William Deegan
2014-03-09
1
-1/+1
|
*
Updated comment to indicate new order of priority for loading SCons python pa...
William Deegan
2014-03-09
1
-1/+1
|
*
restore SCONS_LIB_DIR to primary choice for SCons logic, then source tree fro...
William Deegan
2014-03-09
1
-4/+7
|
*
The change didn't get into 2.3.1
anatoly techtonik
2014-03-04
1
-1/+1
|
*
Several fixes for running scons.py from source
anatoly techtonik
2014-02-26
1
-7/+11
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
2
-8/+14
*
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
1
-5/+5
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
2
-43/+44
|
/
*
Removed some pre-Python 2.4 compatibility code
anatoly techtonik
2012-12-07
1
-12/+6
*
Ability to run scripts/scons.py directly from source checkout.
anatoly techtonik
2012-11-16
1
-1/+9
*
Fixed error on Windows when there is a space in the Python installation direc...
Richard Viney
2012-08-31
1
-1/+1
*
make .bat files execute .py script with the same name instead of trying to se...
Anatoly Techtonik
2011-04-16
1
-1/+4
*
fix issue #2051 - broken installation with easy_install on Windows
Anatoly Techtonik
2011-04-14
2
-29/+29
*
Revert App Paths patch. `cmd.exe` doesn't use App Paths and
Anatoly Techtonik
2011-04-07
1
-91/+0
*
Remove unused setup.py/setup.cfg (issue #2562)
Anatoly Techtonik
2011-04-07
2
-57/+0
*
Improve python 3.x not supported error message.
Gary Oberbrunner
2011-01-12
1
-1/+2
*
Tigris issue 2562
William Deegan
2010-08-22
1
-169/+0
*
Convert old-style classes in src/script to new-style classes.
Steven Knight
2010-05-20
2
-5/+5
*
Fix regression tests (imports not happening as expected)
Greg Noel
2010-04-25
1
-9/+6
*
Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.
Greg Noel
2010-04-25
1
-7/+16
*
Convert to Python 3.x division rules.
Greg Noel
2010-04-24
1
-4/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
2
-3/+0
*
Index: test/Variables/help.py
Greg Noel
2010-04-19
1
-7/+0
*
Replace remaining os.path.walk() calls with os.walk().
Steven Knight
2010-04-18
1
-4/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-17
1
-9/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-16
1
-1/+14
*
Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() to
Steven Knight
2010-04-14
1
-8/+12
*
A bit of a blind checkin, but there's no need to put the compatibility names
Greg Noel
2010-03-31
1
-5/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-03-29
2
-5/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
2
-15/+31
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
3
-32/+28
*
Issue 2051: Support execution when installed via easy_install.
Steven Knight
2010-02-21
2
-0/+26
*
Add check for python 3.0.0 or higher and exit with message.
William Deegan
2009-11-10
1
-0/+13
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-1/+1
*
Issue 2326, change execfile() to exec ... (FIXED)
Greg Noel
2009-03-08
1
-5/+5
*
replace execfile() by equivalent exec statement
Greg Noel
2009-03-02
1
-11/+21
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
5
-0/+30
*
Applied Benoit Belley's patch in ticket 1957 improve the robustness of
Gary Oberbrunner
2008-10-29
1
-0/+2
*
Fix label placement in gnuplot graphs by the "scons-time.py func"
Steven Knight
2008-10-07
1
-2/+2
*
Issue 2005: Avoid an infinite loop looking for the Python library
Steven Knight
2008-09-11
2
-18/+20
*
Merged revisions 2949-2953,2955-3056 via svnmerge from
Steven Knight
2008-06-10
1
-6/+17
*
Merged revisions 2928-2932,2934-2946 via svnmerge from
Steven Knight
2008-05-18
1
-0/+4
*
Merged revisions 2725-2865 via svnmerge from
Steven Knight
2008-04-17
1
-2/+6
[prev]
[next]