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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert old-style classes in Scanner/*.py modules to new-style classes.
Steven Knight
2010-05-16
2
-4/+4
*
Commit old-style classes in Node/__init__.py to new-style classes.
Steven Knight
2010-05-16
2
-10/+8
*
Convert old-style classes in Executor.py modules to new-style classes.
Steven Knight
2010-05-16
1
-4/+4
*
Convert old-style classes in compat/*.py modules to new-style classes.
Steven Knight
2010-05-16
3
-11/+4
*
Convert old-style classes in various Tool/*.py modules to new-style classes.
Steven Knight
2010-05-15
4
-4/+4
*
Convert old-style classes in Variables/{__init__,PathVariable}.py to new-styl...
Steven Knight
2010-05-15
2
-3/+3
*
Convert old-style classes in cpp.py to new-style classes.
Steven Knight
2010-05-15
1
-2/+2
*
Convert old-style classes in dblite.py to new-style classes.
Steven Knight
2010-05-15
1
-1/+1
*
Convert old-style classes in tool/JavaCommon.py to new-style classes.
Steven Knight
2010-05-15
1
-6/+6
*
Convert old-style classes in Taskmaster.py to new-style classes.
Steven Knight
2010-05-15
1
-3/+3
*
Convert old-style classes in Subst.py to new-style classes.
Steven Knight
2010-05-15
1
-5/+5
*
Convert old-style classes in Scanner/LaTeX.py to new-style classes.
Steven Knight
2010-05-15
1
-4/+4
*
Convert old-style classes in PathList.py to new-style classes.
Steven Knight
2010-05-15
1
-2/+2
*
Convert old-style classes in Tool/__init__.py to new-style classes.
Steven Knight
2010-05-14
1
-3/+3
*
Convert old-style classes in Script/SConscript.py to new-style classes.
Steven Knight
2010-05-14
1
-2/+2
*
Convert old-style classes in Script/Main.py to new-style classes.
Steven Knight
2010-05-14
1
-5/+5
*
Convert old-style classes in SConsign.py to new-style classes.
Steven Knight
2010-05-14
1
-2/+2
*
Convert old-style classes in SConf.py to new-style classes.
Steven Knight
2010-05-14
1
-4/+4
*
Convert old-style class in Options/PathOption.py to new-style class.
Steven Knight
2010-05-14
1
-1/+1
*
Convert old-style classes in Memoize.py to new-style classes.
Steven Knight
2010-05-14
1
-2/+2
*
Convert old-styles in Job.py to new-style classes.
Steven Knight
2010-05-14
1
-5/+5
*
Convert old-style classes in Defaults.py to new-style classes.
Steven Knight
2010-05-13
1
-2/+2
*
Convert old-style class in CacheDir.py.
Steven Knight
2010-05-13
1
-1/+1
*
Convert old-style classes in Builder.py to new-style classes.
Steven Knight
2010-05-13
1
-3/+3
*
Convert the old-style classes in Action.py to new-style classes.
Steven Knight
2010-05-13
1
-6/+6
*
Convert old-style classes to new-style classes.
Steven Knight
2010-05-12
2
-20/+22
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
25
-127/+127
*
Merged revisions 4832,4834-4836 via svnmerge from
William Deegan
2010-05-09
2
-1027/+53
*
Updated CHANGES.txt for checkpoint
Greg Noel
2010-05-02
1
-4/+56
*
Use slice built-in instead of types.SliceType
Greg Noel
2010-05-01
1
-2/+1
*
Issue 2498: fix SourceFileScanner documentation references.
Steven Knight
2010-04-30
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-26
3
-36/+20
*
Fix regression tests (imports not happening as expected)
Greg Noel
2010-04-25
3
-24/+8
*
Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.
Greg Noel
2010-04-25
3
-64/+49
*
Convert to Python 3.x division rules.
Greg Noel
2010-04-24
6
-15/+17
*
Remove the compat version of the "platform" module.
Greg Noel
2010-04-24
2
-244/+0
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
54
-772/+259
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
20
-33/+33
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
3
-38/+15
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
2
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-20
2
-2/+2
*
Fix the updated code that uses os.walk() to remove matched directories.
Steven Knight
2010-04-20
1
-5/+9
*
Rewrite uses of reduce(), which is being deprecated for Python 3.x.
Steven Knight
2010-04-20
4
-4/+15
*
Remove the compat version of the tempfile.mkstemp() function.
Steven Knight
2010-04-19
1
-35/+0
*
Remove the compat shutil.move() function.
Steven Knight
2010-04-19
1
-39/+0
*
Remove the compat version of the "shlex" module.
Steven Knight
2010-04-19
5
-351/+0
*
Remove the compat version of the "textwrap" module.
Steven Knight
2010-04-19
5
-396/+0
*
Remove the compat version of the "optparse" module.
Steven Knight
2010-04-19
4
-1727/+0
*
Remove the compat version of the "itertools" module.
Steven Knight
2010-04-19
4
-131/+0
*
Remove compat fnmatch.filter() support.
Steven Knight
2010-04-19
1
-28/+0
[prev]
[next]