Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Create test to verify fix for issue #2980 | William Deegan | 2018-11-12 | 2 | -4/+140 | |
| | | | | | | | | | | | | | | | | | | There are still possible errors due to timestamp-MD5 + cachedir + changed implicit or regular dependencies (but the same # of such as the previous build). These are not yet handled as the fix being used for changed number of such breaks a number of tests. This fix doe reduce the number of possible issues. | |||||
| | * | Fix comment spelling | William Deegan | 2018-11-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Switch to use unittest.main() instead of building up a TestSuite which is ↵ | William Deegan | 2018-11-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | never used | |||||
| | * | Attribute patch correctly to Piotr Bartosik per email from William Blevins | William Deegan | 2018-11-12 | 1 | -0/+5 | |
| | | | ||||||
| | * | remove unittest.TestSuite() no longer needed as unittest.main() is available ↵ | William Deegan | 2018-11-12 | 1 | -32/+1 | |
| | | | | | | | | | | | | now. (And seems actually a little faster) | |||||
| | * | rename variable then to previous_children to make the code a bit easier to ↵ | William Deegan | 2018-11-12 | 1 | -5/+7 | |
| | | | | | | | | | | | | understand. | |||||
| | * | Updated changelog info for this patch with more details. | William Deegan | 2018-11-12 | 1 | -1/+4 | |
| | | | ||||||
| | * | Added docstring to File.changed_timestamp_then_content()include a note and ↵ | William Deegan | 2018-11-12 | 1 | -3/+16 | |
| | | | | | | | | | | | | reference to issue #2980 | |||||
| | * | Modified fix for issue #2980 where the more complicated logic is only ↵ | William Deegan | 2018-11-12 | 2 | -8/+10 | |
| | | | | | | | | | | | | applied when the number of children in the current build doesn't match the number in the previous build as retrieved from the sconsign file. | |||||
| | * | Apply patch from wblevins for issue #2980 This fixes that issue, but as ↵ | William Deegan | 2018-11-12 | 1 | -8/+72 | |
| | | | | | | | | | | | | discussion indicates breaks other tests. WIP | |||||
| | * | Fix some bad code formatting. | William Deegan | 2018-11-12 | 1 | -8/+20 | |
| |/ | ||||||
* | | Explicitly remove xsltproc.exe from git install. Somehow it's still there ↵ | William Deegan | 2018-11-13 | 1 | -27/+5 | |
|/ | | | | after update git install | |||||
* | Merge pull request #3236 from ptomulik/whereis | William Deegan | 2018-11-09 | 1 | -17/+5 | |
|\ | | | | | attempt fixing TestSCons.where_is() for win32 | |||||
| * | attempt fixing TestSCons.where_is() for win32 | Paweł Tomulik | 2018-11-06 | 1 | -17/+5 | |
| | | ||||||
* | | Merge branch 'master' of github.com:SCons/scons | William Deegan | 2018-11-07 | 3 | -14/+34 | |
|\ \ | ||||||
| * \ | Merge pull request #3231 from mwichmann/mdw-no-cl-syntax | William Deegan | 2018-11-07 | 3 | -14/+34 | |
| |\ \ | | |/ | |/| | Fix some problems found if no MS compiler at all | |||||
| | * | For PR #3231, update some docstrings per review | Mats Wichmann | 2018-11-05 | 2 | -12/+28 | |
| | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
| | * | Fix some problems found if no MS compiler at all | Mats Wichmann | 2018-10-30 | 3 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | A few tests blew up with exceptions (AttributeError, IndexError) if no compiler is installed on Windows - from where they are it could possibly happen on other platforms as well. Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | Re-enable appveyor caching | William Deegan | 2018-11-07 | 1 | -5/+5 | |
|/ / | ||||||
* | | choose clang 5.0.0 or 7.0.0 depending what's installed | William Deegan | 2018-11-06 | 1 | -3/+10 | |
| | | ||||||
* | | Change clang version as travis has moved from 5.0.0 to 7.0.0 | William Deegan | 2018-11-06 | 1 | -3/+3 | |
| | | ||||||
* | | run ls on clang | William Deegan | 2018-11-06 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #3235 from bdbaddog/fix_win_java_multi_step | William Deegan | 2018-11-06 | 1 | -2/+11 | |
|\ \ | | | | | | | Fix Java/multi-step.py to avoid picking up cygwin or mingw's link.exe which takes different arguments than the expected msvc linker | |||||
| * | | get rid of code copying PATH from os.environ | William Deegan | 2018-11-06 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fix Java/multi-step.py to avoid picking up cygwin or mingw's link.exe which ↵ | William Deegan | 2018-11-05 | 1 | -1/+8 | |
|/ / | | | | | | | takes different arguments than the expected msvc | |||||
* | | Merge pull request #3234 from bdbaddog/fix_java_location_centos7 | William Deegan | 2018-11-05 | 2 | -1/+4 | |
|\ \ | | | | | | | Fix java install location for centos 7 to resolve failing Java/multi-step.py test | |||||
| * \ | Merge branch 'master' into fix_java_location_centos7 | William Deegan | 2018-11-05 | 43 | -241/+366 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #3233 from bdbaddog/fix_win_m4 | William Deegan | 2018-11-05 | 14 | -21/+43 | |
|\ \ \ | | | | | | | | | Fix m4.py and docbook tests on windows | |||||
| * | | | Add xsltproc and also force updated git to get rid of broken xsltproc ↵ | William Deegan | 2018-11-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | wrongly included in git windows package | |||||
| * | | | Fix broken docbook tests which weren't using the xsltproc found by test ↵ | William Deegan | 2018-11-02 | 11 | -12/+33 | |
| | | | | | | | | | | | | | | | | framework | |||||
| * | | | try to figure out appveyor error | William Deegan | 2018-11-02 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | try to figure out appveyor error | William Deegan | 2018-11-02 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | try to figure out appveyor error | William Deegan | 2018-11-02 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | remove appveyor version string from file | William Deegan | 2018-11-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix a couple tests broken by binary write in wrapper.py. previously compared ↵ | William Deegan | 2018-11-02 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | against string with native os.linesep | |||||
| * | | | Merge remote-tracking branch 'upstream/master' into fix_win_m4 | William Deegan | 2018-11-02 | 30 | -226/+329 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | add appveyor build id to appveyor.xml | William Deegan | 2018-11-01 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Add caching to appveyor config | William Deegan | 2018-11-01 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Update python versions SCons runs with as well as URL to documentation | William Deegan | 2018-11-01 | 1 | -3/+2 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #3228 from ptomulik/binmode | William Deegan | 2018-10-30 | 4 | -21/+21 | |
|\ \ \ | | | | | | | | | attempt fixing tests failing due to binary mode | |||||
| * | | | attempt fixing tests failing due to binary mode | Paweł Tomulik | 2018-10-25 | 4 | -21/+21 | |
| | | | | ||||||
* | | | | Merge pull request #3229 from mwichmann/mdw-scripts-pep8 | William Deegan | 2018-10-29 | 2 | -46/+84 | |
|\ \ \ \ | |/ / / |/| | | | Update and add show option to cache config | |||||
| * | | | Update and add show option to cache config | Mats Wichmann | 2018-10-29 | 2 | -46/+84 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | scons-configure-cache.py can now show the cache configuration, and some statistics (currently only a file count). Script passes pep8 now. Signed-off-by: Mats Wichmann <mats@linux.com> | |||||
* | | | Merge pull request #3219 from ptomulik/sheabangs | William Deegan | 2018-10-22 | 19 | -72/+71 | |
|\ \ \ | | | | | | | | | Correct sheabangs in code snippets under test/ | |||||
| * | | | use absolute python path in sheabangs | Paweł Tomulik | 2018-10-22 | 11 | -32/+38 | |
| | | | | ||||||
| * | | | remove unnecessary sheabangs from scripts generated by end-to-end tests | Paweł Tomulik | 2018-10-22 | 12 | -60/+41 | |
| | | | | ||||||
| * | | | Correct sheabangs in code snippets under test/ | Paweł Tomulik | 2018-10-22 | 19 | -67/+79 | |
|/ / / | ||||||
* | | | Merge pull request #3224 from bdbaddog/fix_no_javac_failures | William Deegan | 2018-10-18 | 6 | -1/+20 | |
|\ \ \ | | | | | | | | | Fix no javac failures | |||||
| * \ \ | Merge branch 'master' into fix_no_javac_failures | William Deegan | 2018-10-18 | 6 | -93/+143 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #3226 from ↵ | William Deegan | 2018-10-17 | 3 | -83/+123 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | bdbaddog/fix_py3_scons_util_flatten_dictionary_view Fix py3 SCons.Util.Flatten() not handling dictionary view |