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
/
Tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Part 2 of fix for bug # 2979. Fix target to be the .dll target node output fr...
William Deegan
2017-04-21
1
-2/+2
*
Fix bug #2979
William Deegan
2017-04-21
1
-2/+4
*
add notes to xsltproc logic with future TODO's for future improvements
William Deegan
2017-04-18
1
-0/+4
*
set priority for finding xsltproc tools
William Deegan
2017-04-17
1
-3/+7
*
Try to fix some more py2/3 tests becuase of str vs bytearray
Gaurav Juvekar
2017-04-16
1
-1/+5
*
For docbook, stop looking after you find the first tool. It looks like saxon...
William Deegan
2017-04-09
1
-0/+1
*
pep8
William Deegan
2017-04-09
1
-0/+1
*
osx: add logic to enable versioned shared libraries on osx/darwin. For now it...
William Deegan
2017-04-09
1
-0/+8
*
add docstring
William Deegan
2017-04-09
1
-1/+3
*
pep8
William Deegan
2017-04-06
1
-261/+283
*
pep8
William Deegan
2017-04-06
1
-297/+353
*
pep8
William Deegan
2017-04-04
1
-0/+3
*
added SCons.Tool loaded tools to SCons.Tool namespace
William Deegan
2017-04-04
1
-0/+6
*
py2/3 ensure rpmbuild output from popen is string and not bytes
William Deegan
2017-04-03
1
-1/+1
*
py2/3 fix possible byte string of machine name
William Deegan
2017-04-03
1
-0/+3
*
py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l...
William Deegan
2017-04-03
2
-5/+14
*
py2/3 change logic to not reuse already loaded module from sys.modules if the...
William Deegan
2017-03-31
1
-35/+13
*
py2/3 for py3, if the tool has already been loaded, just return that. no need...
William Deegan
2017-03-30
1
-0/+4
*
py2/3 handle not finding tools properly for py3
William Deegan
2017-03-30
1
-1/+8
*
py2/3 don't use __import_ c++, just load via import SCons.tool.cxx py2/3. py3...
William Deegan
2017-03-30
2
-2/+9
*
initial logic for dynamic tool loading for python. It currently will work for...
William Deegan
2017-03-30
1
-27/+75
*
fix py2/3. Also fix py2 win32 broken tests
William Deegan
2017-03-24
1
-25/+46
*
py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...
William Deegan
2017-03-20
6
-14/+27
*
py2/3 fixed binary/str issue, but test is still failing on py3 with _action s...
William Deegan
2017-03-20
1
-1/+1
*
Remove deprecated tool Subversion
William Deegan
2017-03-20
3
-207/+0
*
Remove deprecated tool SCCS
William Deegan
2017-03-20
3
-197/+1
*
Remove deprecated tool RCS
William Deegan
2017-03-20
3
-207/+1
*
Remove deprecated tool CVS
William Deegan
2017-03-20
2
-231/+0
*
Remove deprecated tool BitKeeper
William Deegan
2017-03-20
3
-190/+1
*
remove deprecated Perforce tool
William Deegan
2017-03-20
3
-229/+1
*
Fix pickled/base64 string to be string instead of bytecode before writing to...
William Deegan
2017-03-20
1
-9/+10
*
py2/3 remove rb from tex processing.
William Deegan
2017-03-19
1
-6/+6
*
py2/3 convert output from running swig to get version string to string. On py...
William Deegan
2017-03-19
1
-2/+2
*
Merged in rodrigc/scons (pull request #410)
William Deegan
2017-03-13
10
-17/+17
|
\
|
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
10
-17/+17
*
|
Change the search order for D compilers.
Russel Winder
2017-03-12
1
-10/+9
|
/
*
Replace list(filter()) with list comprehension.
Craig Rodrigues
2017-03-11
2
-3/+3
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-10
1
-3/+3
*
Fix missing quote in user documentation about Substfile
philippe coval
2017-01-20
1
-1/+1
*
Fix merge errors
William Deegan
2017-01-15
1
-4/+0
*
merge heads
William Deegan
2017-01-15
14
-286/+556
|
\
|
*
Make c++ proxy files to the cxx forms
Jason Kenny
2016-12-23
12
-285/+550
|
*
merge heads
William Deegan
2016-11-28
3
-4/+5
|
|
\
|
|
*
Fix tests failing on win32 AR and Fortran and M4
William Deegan
2016-11-28
2
-3/+3
|
|
*
Add better error messaging when missing (or surplus) shared library targets w...
William Deegan
2016-11-28
1
-1/+2
|
|
*
Merged scons/scons into default
William Deegan
2016-10-17
16
-44/+47
|
|
|
\
*
|
|
|
changes to force SCons to respect RANLIB when initializing ar tools
William Deegan
2017-01-15
2
-3/+3
|
/
/
/
*
|
|
tests for msvc version specific PCHPDBFLAGS changes
William Deegan
2016-11-28
1
-9/+16
*
|
|
update from upstream
William Deegan
2016-11-27
4
-8/+22
|
\
\
\
|
*
|
|
fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...
William Deegan
2016-11-27
2
-9/+15
[next]