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
/
scons.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
py2/3 fix version checking for valid versions of python to 2.7.x >=3.5.0: src...
William Deegan
2017-06-23
1
-5/+5
*
Commit resolved conflicted merge.
Russel Winder
2016-04-10
1
-2/+2
|
\
|
*
script/scons.py - improve error message on missing engine files
anatoly techtonik
2016-03-02
1
-2/+2
*
|
Run futurize --stage1.
Russel Winder
2016-01-01
1
-0/+2
*
|
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-2/+2
|
\
\
|
|
/
|
*
Fix premature SyntaxError on Python 3
anatoly techtonik
2015-06-20
1
-1/+1
*
|
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
*
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
1
-5/+5
|
/
*
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
*
fix issue #2051 - broken installation with easy_install on Windows
Anatoly Techtonik
2011-04-14
1
-15/+14
*
Improve python 3.x not supported error message.
Gary Oberbrunner
2011-01-12
1
-1/+2
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-7/+6
*
Issue 2051: Support execution when installed via easy_install.
Steven Knight
2010-02-21
1
-0/+13
*
Add check for python 3.0.0 or higher and exit with message.
William Deegan
2009-11-10
1
-0/+13
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Applied Benoit Belley's patch in ticket 1957 improve the robustness of
Gary Oberbrunner
2008-10-29
1
-0/+2
*
Issue 2005: Avoid an infinite loop looking for the Python library
Steven Knight
2008-09-11
1
-9/+10
*
Merged revisions 2647-2719 via svnmerge from
Steven Knight
2008-03-31
1
-2/+3
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-1/+1
*
Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for th...
Steven Knight
2004-09-16
1
-0/+17
*
Python 1.5.2 portability in the previous script fix.
Steven Knight
2003-10-12
1
-3/+5
*
More flexible RPM building. (Gerard Patel) Have scripts look for the build ...
Steven Knight
2003-10-12
1
-1/+6
*
Add a script to print .sconsign file contents.
Steven Knight
2003-07-18
1
-2/+15
*
Fix case-sensitive packaging problem on Win32.
Steven Knight
2003-02-07
1
-19/+44
*
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
*
Package a standalone scons-local package.
Steven Knight
2002-12-04
1
-6/+10
*
Supply more specific version info, including build date.
Steven Knight
2002-06-18
1
-2/+12
*
Initialize the new branch.
Steven Knight
2002-02-25
1
-0/+4
*
Support installation in arbitrary --prefix values.
Steven Knight
2002-01-30
1
-4/+21
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Add /usr/local/scons* to sys.path.
Steven Knight
2001-12-29
1
-2/+11
*
Make SCONS_LIB_DIR actually work
Steven Knight
2001-12-17
1
-1/+1
*
Change packaging to the new /usr/lib/scons/ scheme
Steven Knight
2001-11-28
1
-10/+16
*
Move most of the code from the scons script into a SCons module.
Steven Knight
2001-11-27
1
-638/+16
*
Add the scons package.
Steven Knight
2001-11-16
1
-2/+4
*
Handle SConscript files in subdirectories.
Steven Knight
2001-10-29
1
-9/+14
*
Change node and .sconsign handling to separate build and content signatures.
Steven Knight
2001-10-28
1
-3/+3
*
Make up-to-date messages get printed out in the correct order Mark II
Steven Knight
2001-10-26
1
-11/+10
*
Support building (sub)directories.
Steven Knight
2001-10-25
1
-30/+32
*
Add -k support and more
Steven Knight
2001-10-24
1
-11/+15
*
Portability fixes for tests on Windows Nt.
Steven Knight
2001-10-17
1
-0/+5
*
Remove the Node.derived attribute.
Steven Knight
2001-10-15
1
-1/+1
[next]