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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
string-escape unicode characters while printing --tree
Gaurav Juvekar
2017-03-26
2
-4/+21
|
*
|
|
|
py2/3 change to read sconscripts as binary file. at least test/packaging/rpm/...
William Deegan
2017-04-10
1
-3/+4
|
*
|
|
|
switch to os.system as in py3 os.popen() seemed to not have completed untar b...
William Deegan
2017-04-10
1
-1/+1
|
*
|
|
|
merge
William Deegan
2017-04-10
1
-0/+1
|
|
\
\
\
\
|
|
*
|
|
|
For docbook, stop looking after you find the first tool. It looks like saxon...
William Deegan
2017-04-09
1
-0/+1
|
|
|
/
/
/
|
*
|
|
|
py2/3 initial changes to try and get SCons build working with py3
William Deegan
2017-04-10
1
-10/+25
|
|
/
/
/
|
*
|
|
osx: fix get_platform_python_info() to work on mac.
William Deegan
2017-04-09
1
-1/+4
|
*
|
|
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
|
*
|
|
OSX: for now don't run versioned lib tests on mac. The logic to generate the ...
William Deegan
2017-04-09
4
-1/+25
|
*
|
|
OSX: if user has SCONS_USE_MAC_PATHS environment variable set, then PATHOSX c...
William Deegan
2017-04-09
1
-0/+4
|
*
|
|
Fix issue where a blank line would lead to runtest.py dropping user into a py...
William Deegan
2017-04-09
1
-0/+1
|
*
|
|
py2/3 fixes for CPPDEFINES/pkg-config.py
Gaurav Juvekar
2017-04-08
1
-2/+16
|
|
|
/
|
|
/
|
|
*
|
Merged in bdbaddog/scons (pull request #441)
William Deegan
2017-04-07
1
-3/+3
|
|
\
\
|
|
*
|
fix breaking windows check for functional parallel builds
William Deegan
2017-04-07
1
-3/+3
|
*
|
|
Make __str__ and __repr__ same
Gaurav Juvekar
2017-04-07
1
-8/+6
|
*
|
|
py2/3 fixes for CPPDEFINES/append.py test case
Gaurav Juvekar
2017-04-07
1
-2/+18
|
|
/
/
|
*
|
py2/3 use sysconfig.get_config_var('WITH_THREAD') to determine if python has ...
William Deegan
2017-04-06
1
-1/+5
|
*
|
py2/3 swap to bytes for comparison
William Deegan
2017-04-06
1
-2/+2
|
*
|
py2/3 swap to bytes for comparison
William Deegan
2017-04-06
1
-2/+3
|
*
|
py2/3 fix test logic to handle bytes vs strings when matching
William Deegan
2017-04-06
1
-3/+7
|
*
|
py2/3 don't try to force import threading failure on py3. threading is import...
William Deegan
2017-04-06
1
-1/+1
|
*
|
py2/3 fix mode='r'
William Deegan
2017-04-06
3
-52/+52
|
*
|
py2/3 Need to add __hash__ function to EntryProxy as with py3 __hash__ functi...
William Deegan
2017-04-06
1
-0/+6
|
*
|
pep8
William Deegan
2017-04-06
1
-261/+283
|
*
|
pep8
William Deegan
2017-04-06
1
-297/+353
|
*
|
handle gettext.py rename to gettext_tool.py for bootstrap.py
William Deegan
2017-04-06
1
-1/+1
|
*
|
py2/3 Remove pdf from list of files to scan. This was causing errors as the ...
William Deegan
2017-04-06
1
-1/+4
|
*
|
merge
William Deegan
2017-04-05
1
-10/+0
|
|
\
\
|
|
*
|
remove duplicate definitions for to_bytes and to_str
William Deegan
2017-04-05
1
-10/+0
|
*
|
|
py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytes
William Deegan
2017-04-05
2
-19/+29
|
|
/
/
|
*
|
py2/3 fix escaped unicode space to work for both py2/3
William Deegan
2017-04-05
7
-14/+14
|
*
|
py2/3 exceptions in py3 seem to have full package name
William Deegan
2017-04-05
1
-1/+1
|
*
|
pep8
William Deegan
2017-04-05
1
-0/+3
|
*
|
py2/3 ensure strings sent to process are bytes on win32. This fixes most fo t...
William Deegan
2017-04-04
1
-0/+12
|
*
|
pep8
William Deegan
2017-04-04
1
-1/+1
|
*
|
py2/3 os.symlink is now defined for win32, but unless user has privs it will ...
William Deegan
2017-04-04
1
-6/+4
|
*
|
pep8
William Deegan
2017-04-04
1
-1/+1
|
*
|
pep8
William Deegan
2017-04-04
1
-0/+3
|
*
|
py2/3 more work on getting exception handling to work properly on both py2/3
William Deegan
2017-04-04
1
-1/+2
|
*
|
added SCons.Tool loaded tools to SCons.Tool namespace
William Deegan
2017-04-04
1
-0/+6
|
*
|
py2/3 mode=r/w fixes
William Deegan
2017-04-03
3
-6/+6
|
*
|
py2/3 swap to must_match and mode=r
William Deegan
2017-04-03
1
-4/+4
|
*
|
py2/3 mode=r fix
William Deegan
2017-04-03
1
-1/+1
|
*
|
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 ensure that errstr is string and not bytes
William Deegan
2017-04-03
1
-3/+5
|
*
|
py2/3 define __lt__ for nodes, so sort will work on py3
William Deegan
2017-04-03
1
-0/+4
|
*
|
py2/3 another module shadowing issue... test file bz2.py blocking python lib ...
William Deegan
2017-04-03
1
-0/+0
[prev]
[next]