| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 Don't check for hard/soft links on win32 as we don't enable them becaus... | William Deegan | 2017-05-15 | 1 | -2/+5 |
|
|
* | py2/3 don't call id in ipkg tool generate method if it's not available. This ... | William Deegan | 2017-05-15 | 1 | -1/+1 |
|
|
* | fix use of string.lowercase --> string.ascii_lowercase which works on both py2/3 | William Deegan | 2017-05-15 | 1 | -1/+1 |
|
|
* | remove extra whitespace | William Deegan | 2017-05-14 | 1 | -1/+1 |
|
|
* | change to utf-8 and see if this fixes issue with old visual c compiler yieldi... | William Deegan | 2017-05-12 | 1 | -1/+1 |
|
|
* | py2/3 fix test for win32 set stdin and stdout to be binary mode | William Deegan | 2017-05-11 | 1 | -0/+7 |
|
|
* | Fix #2832 - Expand construction variables in chdir argument of Builders | Gaurav Juvekar | 2017-05-11 | 1 | -2/+12 |
|
|
* | Directly print unicode in --tree | Gaurav Juvekar | 2017-05-09 | 1 | -1/+7 |
|
|
* | Merged in bdbaddog/scons (pull request #460) | William Deegan | 2017-05-09 | 2 | -4/+10 |
|\ |
|
| * | merge | William Deegan | 2017-05-08 | 35 | -188/+205 |
| |\ |
|
| | * | py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but rath... | William Deegan | 2017-04-24 | 1 | -3/+9 |
|
|
| * | | py2/3 mode=r switch to must_match | William Deegan | 2017-04-04 | 1 | -1/+1 |
|
|
* | | | Merged in russel/scons (pull request #448) | William Deegan | 2017-05-01 | 12 | -2/+221 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add tests for correct cleaning of correctly built and executing project built... | Russel Winder | 2017-04-19 | 1 | -0/+8 |
|
|
| * | | Add an 'all at once' builder to the D tools. | Russel Winder | 2017-04-17 | 12 | -2/+213 |
|
|
* | | | This test is not account for PRESERVE being set. When preserve is set the rm ... | Daniel Moody | 2017-04-23 | 1 | -2/+4 |
|
|
* | | | py2/3 handle differences between py2 and 3 on reading/writing binary data to ... | William Deegan | 2017-04-19 | 1 | -3/+14 |
|
|
* | | | py2/3 swap to use test.must_match with mode='r' | William Deegan | 2017-04-19 | 1 | -2/+2 |
|
|
* | | | py2/3 no auto stringification for None in py3 | William Deegan | 2017-04-19 | 1 | -1/+1 |
|
|
* | | | py2/3 no auto stringification for None in py3 | William Deegan | 2017-04-19 | 1 | -1/+1 |
|
|
* | | | py2/3 - syntax for wrong number of arguments to functions changes for py3, ad... | William Deegan | 2017-04-19 | 1 | -3/+1 |
|
|
* | | | py2/3 Fix re-raising stored exception. Previously we were dropping contents o... | William Deegan | 2017-04-19 | 1 | -24/+0 |
|\ \ \ |
|
| * | | | more removal of sccs and rcs builder logic | William Deegan | 2017-04-18 | 1 | -24/+0 |
| |/ / |
|
* | | | osx: disable mixedDandC test until a good way to specify correct gcc is found | William Deegan | 2017-04-18 | 1 | -0/+10 |
|
|
* | | | fix test for osx (with macports only at this point) | William Deegan | 2017-04-18 | 1 | -0/+4 |
|
|
* | | | fix test to not run on OSX | William Deegan | 2017-04-18 | 1 | -1/+2 |
|/ / |
|
* | | remove deprecated module SCons.Sig | William Deegan | 2017-04-16 | 1 | -68/+0 |
|
|
* | | merge from upstream | William Deegan | 2017-04-16 | 1 | -0/+24 |
|\ \ |
|
| * \ | Merged in gauravjuvekar/scons (pull request #427) | William Deegan | 2017-04-15 | 1 | -0/+24 |
| |\ \ |
|
| | * | | Make --tree=all work with Python 3 | Gaurav Juvekar | 2017-03-27 | 1 | -1/+8 |
|
|
| | * | | Reword comment in test case to highlight that unicode is printed escaped | Gaurav Juvekar | 2017-03-26 | 1 | -1/+1 |
|
|
| | * | | string-escape unicode characters while printing --tree | Gaurav Juvekar | 2017-03-26 | 1 | -0/+17 |
|
|
| | * | | Revert incomplete bug fix | Manish Vachharajani | 2017-03-22 | 1 | -25/+0 |
|
|
| | * | | Push version to Python 2.7 as minimum required. | Manish Vachharajani | 2017-03-22 | 1 | -0/+25 |
|
|
* | | | | switch to os.system as in py3 os.popen() seemed to not have completed untar b... | William Deegan | 2017-04-10 | 1 | -1/+1 |
|/ / / |
|
* | | | OSX: for now don't run versioned lib tests on mac. The logic to generate the ... | William Deegan | 2017-04-09 | 4 | -1/+25 |
|
|
* | | | py2/3 fixes for CPPDEFINES/pkg-config.py | Gaurav Juvekar | 2017-04-08 | 1 | -2/+16 |
|
|
* | | | 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 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 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 |
|
|