summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | string-escape unicode characters while printing --treeGaurav Juvekar2017-03-262-4/+21
| * | | | py2/3 change to read sconscripts as binary file. at least test/packaging/rpm/...William Deegan2017-04-101-3/+4
| * | | | switch to os.system as in py3 os.popen() seemed to not have completed untar b...William Deegan2017-04-101-1/+1
| * | | | mergeWilliam Deegan2017-04-101-0/+1
| |\ \ \ \
| | * | | | For docbook, stop looking after you find the first tool. It looks like saxon...William Deegan2017-04-091-0/+1
| | |/ / /
| * | | | py2/3 initial changes to try and get SCons build working with py3William Deegan2017-04-101-10/+25
| |/ / /
| * | | osx: fix get_platform_python_info() to work on mac.William Deegan2017-04-091-1/+4
| * | | pep8William Deegan2017-04-091-0/+1
| * | | osx: add logic to enable versioned shared libraries on osx/darwin. For now it...William Deegan2017-04-091-0/+8
| * | | add docstringWilliam Deegan2017-04-091-1/+3
| * | | OSX: for now don't run versioned lib tests on mac. The logic to generate the ...William Deegan2017-04-094-1/+25
| * | | OSX: if user has SCONS_USE_MAC_PATHS environment variable set, then PATHOSX c...William Deegan2017-04-091-0/+4
| * | | Fix issue where a blank line would lead to runtest.py dropping user into a py...William Deegan2017-04-091-0/+1
| * | | py2/3 fixes for CPPDEFINES/pkg-config.pyGaurav Juvekar2017-04-081-2/+16
| | |/ | |/|
| * | Merged in bdbaddog/scons (pull request #441)William Deegan2017-04-071-3/+3
| |\ \
| | * | fix breaking windows check for functional parallel buildsWilliam Deegan2017-04-071-3/+3
| * | | Make __str__ and __repr__ sameGaurav Juvekar2017-04-071-8/+6
| * | | py2/3 fixes for CPPDEFINES/append.py test caseGaurav Juvekar2017-04-071-2/+18
| |/ /
| * | py2/3 use sysconfig.get_config_var('WITH_THREAD') to determine if python has ...William Deegan2017-04-061-1/+5
| * | py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+2
| * | py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+3
| * | py2/3 fix test logic to handle bytes vs strings when matchingWilliam Deegan2017-04-061-3/+7
| * | py2/3 don't try to force import threading failure on py3. threading is import...William Deegan2017-04-061-1/+1
| * | py2/3 fix mode='r'William Deegan2017-04-063-52/+52
| * | py2/3 Need to add __hash__ function to EntryProxy as with py3 __hash__ functi...William Deegan2017-04-061-0/+6
| * | pep8William Deegan2017-04-061-261/+283
| * | pep8William Deegan2017-04-061-297/+353
| * | handle gettext.py rename to gettext_tool.py for bootstrap.pyWilliam Deegan2017-04-061-1/+1
| * | py2/3 Remove pdf from list of files to scan. This was causing errors as the ...William Deegan2017-04-061-1/+4
| * | mergeWilliam Deegan2017-04-051-10/+0
| |\ \
| | * | remove duplicate definitions for to_bytes and to_strWilliam Deegan2017-04-051-10/+0
| * | | py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytesWilliam Deegan2017-04-052-19/+29
| |/ /
| * | py2/3 fix escaped unicode space to work for both py2/3William Deegan2017-04-057-14/+14
| * | py2/3 exceptions in py3 seem to have full package nameWilliam Deegan2017-04-051-1/+1
| * | pep8William Deegan2017-04-051-0/+3
| * | py2/3 ensure strings sent to process are bytes on win32. This fixes most fo t...William Deegan2017-04-041-0/+12
| * | pep8William Deegan2017-04-041-1/+1
| * | py2/3 os.symlink is now defined for win32, but unless user has privs it will ...William Deegan2017-04-041-6/+4
| * | pep8William Deegan2017-04-041-1/+1
| * | pep8William Deegan2017-04-041-0/+3
| * | py2/3 more work on getting exception handling to work properly on both py2/3William Deegan2017-04-041-1/+2
| * | added SCons.Tool loaded tools to SCons.Tool namespaceWilliam Deegan2017-04-041-0/+6
| * | py2/3 mode=r/w fixesWilliam Deegan2017-04-033-6/+6
| * | py2/3 swap to must_match and mode=rWilliam Deegan2017-04-031-4/+4
| * | py2/3 mode=r fixWilliam Deegan2017-04-031-1/+1
| * | py2/3 ensure rpmbuild output from popen is string and not bytesWilliam Deegan2017-04-031-1/+1
| * | py2/3 fix possible byte string of machine nameWilliam Deegan2017-04-031-0/+3
| * | py2/3 ensure that errstr is string and not bytesWilliam Deegan2017-04-031-3/+5
| * | py2/3 define __lt__ for nodes, so sort will work on py3William Deegan2017-04-031-0/+4
| * | py2/3 another module shadowing issue... test file bz2.py blocking python lib ...William Deegan2017-04-031-0/+0