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
...
|
|
*
Update for latest D-related pull request. Remove some trainling whitespace.
Russel Winder
2017-05-21
1
-2/+5
|
|
*
Revert the removal of the Fedora package exception, so as to follow the SCons...
Russel Winder
2017-05-21
1
-0/+7
|
|
*
Change the imports to help with development and testing. Remove an exception ...
Russel Winder
2017-05-01
4
-20/+11
*
|
|
minor typo
William Deegan
2017-06-05
1
-1/+1
*
|
|
merge
William Deegan
2017-06-05
3
-38/+49
|
\
\
\
|
|
/
/
|
*
|
merge
William Deegan
2017-05-31
25
-111/+2
|
|
\
\
|
*
|
|
PY2/3 Ensure system root is not unicode on py2
William Deegan
2017-05-31
1
-0/+4
|
*
|
|
py2/3 when parsing output from dumping environment for vcvarsall.bat, convert...
William Deegan
2017-05-31
1
-37/+44
|
*
|
|
PEP8
William Deegan
2017-05-30
1
-1/+1
*
|
|
|
Fix improper c code in benchmark. It was yielding warnings compiling on mac a...
William Deegan
2017-06-05
1
-4/+7
|
|
/
/
|
/
|
|
*
|
|
Remove ancient Aegis revision control system files
Jane Doe
2017-05-30
25
-111/+2
|
/
/
*
|
py2/3 better messaging for actiontest failures
William Deegan
2017-05-28
1
-4/+5
*
|
PY2/3 change expected string from bytestream to normal string since we change...
Jane Doe
2017-05-28
1
-5/+0
*
|
PY2/3 change expected string from bytestream to normal string since we change...
Jane Doe
2017-05-28
1
-5/+0
*
|
PY2/3 handle stderr/stdout streams which are None
Jane Doe
2017-05-28
1
-1/+4
*
|
py2/3 changes to way popen is called based on which version of python we're r...
William Deegan
2017-05-28
1
-8/+60
*
|
PY2/3 add support for specifying newline mode to file reads for tests
William Deegan
2017-05-28
1
-2/+2
*
|
PEP8 fix
William Deegan
2017-05-28
1
-1/+1
*
|
PEP8 fixes
William Deegan
2017-05-28
1
-2/+2
*
|
fix PY3 logic, and some PEP8 fixes
William Deegan
2017-05-28
1
-4/+3
*
|
PEP8 fixes
William Deegan
2017-05-28
1
-13/+15
*
|
py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not strin...
Jane Doe
2017-05-28
1
-4/+16
*
|
py2/3 in test.read, if using py3 and not binary, then allow specifying what t...
Jane Doe
2017-05-28
1
-1/+1
*
|
py2/3 fix so test/textfile.py works with py3
William Deegan
2017-05-26
3
-173/+251
*
|
py2/3 add PY3 to use everywhere to check if running under py3
William Deegan
2017-05-26
1
-0/+2
*
|
PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files whic...
William Deegan
2017-05-26
3
-18/+64
*
|
Improve error messages when test fail
William Deegan
2017-05-26
1
-2/+2
*
|
PEP8 changes
William Deegan
2017-05-26
1
-7/+7
*
|
clean up code
William Deegan
2017-05-26
1
-9/+6
*
|
PY2/3 mode=r to fix MSVS test
William Deegan
2017-05-17
1
-1/+1
*
|
PY2/3 disable symlink and links for win32 in FSTests.py
William Deegan
2017-05-17
1
-0/+8
*
|
PY2/3 Add note about current issue
William Deegan
2017-05-17
1
-0/+3
*
|
py2/3 fix progress test failure due to trying to replace a byte array. Moved ...
William Deegan
2017-05-16
2
-4/+8
*
|
PY2/3 Undo debugging change to universal_newlines in Popen call
William Deegan
2017-05-16
1
-1/+1
*
|
PY2/3 stub shutil.SameFileError for py2. with PY3 there's now a specific exce...
William Deegan
2017-05-16
2
-2/+32
*
|
PY2/3 For the time being disable using soft or hard links in duplicating file...
William Deegan
2017-05-16
1
-2/+7
*
|
py2/3 set os.environ['PYTHONIOENCODING'] = 'utf-8' for py3 and win32. Otherwi...
William Deegan
2017-05-16
1
-1/+14
*
|
PY2/3 fix error message strings for py3 on win32
William Deegan
2017-05-16
1
-5/+5
*
|
remove unused import, fix some PEP8 issues
William Deegan
2017-05-16
1
-5/+3
*
|
improve some debug logic which is commented out most of the time
William Deegan
2017-05-16
1
-1/+1
*
|
py2/3 changed expected output since contents of exception string are differen...
William Deegan
2017-05-16
1
-1/+6
*
|
py2/3 disable symlink testing on py3. not supported by scons at this time
William Deegan
2017-05-16
1
-1/+1
*
|
py2/3 disable symlink testing on py3. not supported by scons at this time
William Deegan
2017-05-16
1
-1/+1
*
|
py2/3 disable symlink testing on py3. not supported by scons at this time
William Deegan
2017-05-16
1
-3/+4
*
|
py2/3 use raw string for repository string. py3 trying to decode unicode base...
William Deegan
2017-05-16
1
-1/+1
*
|
py2/3 set python path to be raw string literal py3 was trying to interpret pa...
William Deegan
2017-05-16
1
-1/+1
*
|
py2/3 skip test on py3 because it is a function there.
William Deegan
2017-05-16
1
-1/+2
*
|
py2/3 skip test on win32. use platform_has_symlink().
William Deegan
2017-05-15
3
-3/+3
*
|
py2/3 add to TestSCons class: platform_has_symlink() to centralize checking
William Deegan
2017-05-15
1
-0/+6
*
|
py2/3 Don't check for hard/soft links on win32 as we don't enable them becaus...
William Deegan
2017-05-15
1
-2/+5
[prev]
[next]