Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 ↵ | William Deegan | 2017-05-16 | 1 | -1/+6 | |
| | | | | | | | | different py2 to py3 | |||||
* | | 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 ↵ | William Deegan | 2017-05-16 | 1 | -1/+1 | |
| | | | | | | | | based on backslash | |||||
* | | py2/3 set python path to be raw string literal py3 was trying to interpret ↵ | William Deegan | 2017-05-16 | 1 | -1/+1 | |
| | | | | | | | | path as unicode | |||||
* | | 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 ↵ | William Deegan | 2017-05-15 | 1 | -2/+5 | |
| | | | | | | | | because they require permissions which are not always enabled | |||||
* | | py2/3 don't call id in ipkg tool generate method if it's not available. This ↵ | William Deegan | 2017-05-15 | 2 | -10/+16 | |
| | | | | | | | | was causing test/import.py to fail | |||||
* | | 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 | |
| | | ||||||
* | | update CHANGES.txt | William Deegan | 2017-05-14 | 1 | -0/+1 | |
| | | ||||||
* | | merge | William Deegan | 2017-05-14 | 2 | -1/+17 | |
|\ \ | ||||||
| * | | switch VS2015 to SDK 10.0, and define SDK10.0 in sdk.py | William Deegan | 2017-05-14 | 2 | -1/+17 | |
| | | | ||||||
* | | | change to utf-8 and see if this fixes issue with old visual c compiler ↵ | William Deegan | 2017-05-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | yielding 'main.c : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format' | |||||
* | | | py2/3 fix test for win32 set stdin and stdout to be binary mode | William Deegan | 2017-05-11 | 1 | -0/+7 | |
| | | | ||||||
* | | | Update CHANGES | Gaurav Juvekar | 2017-05-11 | 1 | -2/+3 | |
| | | | ||||||
* | | | Fix #2832 - Expand construction variables in chdir argument of Builders | Gaurav Juvekar | 2017-05-11 | 2 | -2/+14 | |
| | | | ||||||
* | | | Fix UtilTests to use different IO buffering for py2/3 | Gaurav Juvekar | 2017-05-10 | 1 | -7/+12 | |
| | | | ||||||
* | | | Directly print unicode in --tree | Gaurav Juvekar | 2017-05-09 | 2 | -22/+9 | |
| | | | ||||||
* | | | Merged in bdbaddog/scons (pull request #460) | William Deegan | 2017-05-09 | 3 | -8/+23 | |
|\ \ \ | |_|/ |/| | | | | | PY2/3 changes. | |||||
| * | | PY2/3 Change logic to check if the node has an issue with ascii encoding and ↵ | William Deegan | 2017-05-09 | 1 | -4/+13 | |
| | | | | | | | | | | | | only then encode | |||||
| * | | merge | William Deegan | 2017-05-08 | 64 | -1016/+1064 | |
| |\ \ | ||||||
| | * | | py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but ↵ | William Deegan | 2017-04-24 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | rather .sconsign and causes test to fail. Continue to use dbm on py2 as dbm.ndbm doesn't exist there | |||||
| * | | | 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 | 20 | -233/+633 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | Add an 'all at once' builder to the D tools. | |||||
| * | | | Simplify a couple of calls. | Russel Winder | 2017-05-01 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | First cut at proper documentation for the D tools. | Russel Winder | 2017-04-21 | 3 | -225/+371 | |
| | | | | ||||||
| * | | | Add tests for correct cleaning of correctly built and executing project ↵ | Russel Winder | 2017-04-19 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | built with ProgramAllAtOnce. | |||||
| * | | | Ensure all files pass pycodestyle caveat E501. Add an emitter to the D tool ↵ | Russel Winder | 2017-04-18 | 4 | -7/+28 | |
| | | | | | | | | | | | | | | | | all at once builder to ensure the generate object file with dmd and ldc is noted, especially for deletion. | |||||
| * | | | Update the src/CHANGES.txt file to reflect the new builder in the D tools. | Russel Winder | 2017-04-18 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Add an 'all at once' builder to the D tools. | Russel Winder | 2017-04-17 | 15 | -2/+226 | |
| | | | | ||||||
* | | | | test | William Deegan | 2017-04-24 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merged scons/scons into default | William Deegan | 2017-04-24 | 3 | -3/+11 | |
|\ \ \ \ | ||||||
| * | | | | updated CHANGES.txt so it was more clear | Daniel Moody | 2017-04-23 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Updated CHANGES.txt with some more info because it was related, adn should ↵ | Daniel Moody | 2017-04-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | be in the same pull request. | |||||
| * | | | | This test is not account for PRESERVE being set. When preserve is set the rm ↵ | Daniel Moody | 2017-04-23 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command does not happen, so this output will fail. Tested py2 and py3. | |||||
| * | | | | Updates CHANGES.txt with changes. | Daniel Moody | 2017-04-23 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Test is failing on Windows 7 and Linux when PRESERVE is used. dirlist is ↵ | Daniel Moody | 2017-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saved as unicode, so printing it must also be unicode. Tested with py2 and py3. | |||||
* | | | | | py2/3 Allow SConfTests.py to function when pywin32 is not installed. | William Deegan | 2017-04-24 | 1 | -2/+5 | |
| | | | | | ||||||
* | | | | | kick buildbot | Jane Doe | 2017-04-21 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Part 2 of fix for bug # 2979. Fix target to be the .dll target node output ↵ | William Deegan | 2017-04-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | from env.SharedLibrary() | |||||
* | | | | merge heads | William Deegan | 2017-04-21 | 2 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix bug #2979 | William Deegan | 2017-04-21 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example code for MSVSProject had syntax errors. http://scons.tigris.org/issues/show_bug.cgi?id=2979 | |||||
* | | | | | merge heads | William Deegan | 2017-04-19 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | |