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-time.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move scripts from src/scripts to scripts. Simplify scons.py to only be used f...
William Deegan
2020-04-09
1
-1480/+0
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
1
-1/+0
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
1
-1/+1
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-1/+1
*
purge aegis references
William Deegan
2019-09-07
1
-23/+1
*
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-9/+9
*
[PY 3.8] roll back scons-time to use os.popen
Mats Wichmann
2019-03-30
1
-4/+8
*
[WIP] [PY 3.8] fix more warnings
Mats Wichmann
2019-03-30
1
-2/+5
*
[PR #333] close files to avoid scons-time races
Mats Wichmann
2019-03-29
1
-11/+17
*
[PR #3330] try to eliminate race in scons-time
Mats Wichmann
2019-03-29
1
-23/+3
*
[PYPY] [PY 3.8] add context mgr use in scons-time
Mats Wichmann
2019-03-05
1
-4/+12
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-3/+3
*
Merged in rodrigc/scons (pull request #409)
William Deegan
2017-03-13
1
-5/+5
|
\
|
*
Remove 'U' flag to open() which is deprecated.
Craig Rodrigues
2017-03-11
1
-2/+2
|
*
Remove 'U' flag to open() which is deprecated.
Craig Rodrigues
2017-03-11
1
-3/+3
*
|
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-1/+1
|
/
*
fix binary/non-binary file writes where appropriate, previous all were binary...
William Deegan
2017-02-28
1
-1/+1
*
fix float formatting and change writting output from binary to non binary fil...
William Deegan
2017-02-28
1
-2/+4
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-2/+2
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-44/+1
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-44/+1
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-7/+5
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-23/+24
|
/
*
Convert old-style classes in src/script to new-style classes.
Steven Knight
2010-05-20
1
-3/+3
*
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
1
-1/+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
*
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
1
-4/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-7/+28
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-11/+10
*
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
1
-0/+6
*
Fix label placement in gnuplot graphs by the "scons-time.py func"
Steven Knight
2008-10-07
1
-2/+2
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-13/+57
*
Merged revisions 1968-2115 via svnmerge from
Steven Knight
2007-07-11
1
-16/+46
*
Merged revisions 1738-1754,1756 via svnmerge from
Steven Knight
2007-01-07
1
-0/+2
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-0/+1437