Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add fix for mistaking $$( for $( and breaking subst. Reported by Noah ↵ | William Deegan | 2017-10-01 | 2 | -2/+21 | |
| | | | | | | | | Hoffman noah.hoffman at gmail.com in: https://pairlist4.pair.net/pipermail/scons-users/2017-September/006352.html | |||||
| * | Add test for another subst dollar escaping situation. In this case 34120( is ↵ | William Deegan | 2017-10-01 | 1 | -0/+4 | |
|/ | | | | getting translated to (escape closings). Since there is no closing $) it fails with error. | |||||
* | Merge pull request #3 from bdbaddog/fix_print_tuples_in_tests | William Deegan | 2017-09-26 | 1 | -1/+1 | |
|\ | | | | | fix tests | |||||
| * | fix tests | William Deegan | 2017-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #2 from bdbaddog/fix_print_tuples_in_tests | William Deegan | 2017-09-25 | 17 | -86/+81 | |
|\ \ | |/ | | | Fix tests which break when using print() and no from __future__ impor… | |||||
| * | Fix tests which break when using print() and no from __future__ import ↵ | William Deegan | 2017-09-25 | 17 | -86/+81 | |
|/ | | | | print_function under python 2.7 because the print('a','b') effectively becomes printing a tuple which doesn't match the expected strings | |||||
* | Support python 2 print statements in SConscripts | Thomas Berg | 2017-09-25 | 3 | -2/+59 | |
| | | | | | | | | | This fixes a regression introduced in scons-3.0.0, where SConscripts containing python 2 print statements would cause syntax errors even when executing scons with python 2.7. This ensures backward compatibility, allowing users to build legacy code with scons-3.0.0 without having to patch it. | |||||
* | Apply fix for sconsign.py as well | Christian Sandberg | 2017-09-24 | 1 | -1/+1 | |
| | ||||||
* | Fix usage on embedded Python | Christian Sandberg | 2017-09-24 | 1 | -1/+1 | |
| | | | | First entry in sys.path is not always the script directory. | |||||
* | fix spelling for emitter | William Deegan | 2017-09-24 | 1 | -2/+2 | |
| | ||||||
* | addition to user docs | grbd | 2017-09-24 | 2 | -3/+113 | |
| | ||||||
* | Updates to scons build system to use git instead of hg to determine revision ↵ | William Deegan | 2017-09-24 | 2 | -25/+22 | |
| | | | | information | |||||
* | Add gitignore file | William Deegan | 2017-09-24 | 1 | -0/+34 | |
| | ||||||
* | Fix broken links in README.rst | Anders T. Akre | 2017-09-24 | 1 | -3/+761 | |
| | ||||||
* | README.rst edited online with Bitbucket | William Deegan | 2017-09-18 | 1 | -763/+0 | |
| | ||||||
* | README.rst edited online with Bitbucket | William Deegan | 2017-09-18 | 1 | -0/+5 | |
| | ||||||
* | post release file updates | William Deegan | 2017-09-18 | 4 | -6/+35 | |
| | ||||||
* | update from release branch | William Deegan | 2017-09-18 | 23 | -68/+266 | |
|\ | ||||||
| * | 3.0.0 announcement updatesrel_3.0.0 | William Deegan | 2017-09-18 | 1 | -2/+1 | |
| | | ||||||
| * | Added tag 3.0.0 for changeset 8972f6a2f699 | William Deegan | 2017-09-18 | 0 | -0/+0 | |
| | | ||||||
| * | Add src/engine/SCons/Tool/docbook/utils/xmldepend.xsl to MANIFEST-xml.in | William Deegan | 2017-09-18 | 4 | -4/+17 | |
| | | ||||||
| * | Updates for 3.0.0 release | William Deegan | 2017-09-18 | 8 | -36/+36 | |
| | | ||||||
| * | Regenerated docs for 3.0.0 release. | William Deegan | 2017-09-18 | 12 | -26/+212 | |
|/ | ||||||
* | Add clang.py and clangxx.py to Manifest.in to include them in the ↵ | William Deegan | 2017-09-18 | 1 | -0/+2 | |
| | | | | distribution packages | |||||
* | PY2/3 changes to pickle so py2.7 and py3.5+ pickles used in sconsign will be ↵ | William Deegan | 2017-09-11 | 2 | -2/+7 | |
| | | | | readable by either. There are still rebuilds when switching | |||||
* | remove reference to tools no longer included in SCons | William Deegan | 2017-09-02 | 1 | -9/+7 | |
| | ||||||
* | D: added DCommon.xml to hold common variable cvars. the following were ↵ | William Deegan | 2017-09-01 | 1 | -0/+71 | |
| | | | | missing which broke doc building. DRPATHPREFIX, DRPATHSUFFIX, DShLibSonameGenerator, SHDLIBVERSION, SHDLIBVERSIONFLAGS | |||||
* | add docs target | William Deegan | 2017-09-01 | 1 | -1/+12 | |
| | ||||||
* | restore default sconsign extension | William Deegan | 2017-09-01 | 1 | -4/+10 | |
| | ||||||
* | Fix many epydoc warnings | William Deegan | 2017-09-01 | 22 | -239/+251 | |
| | ||||||
* | Merged scons/scons into default | William Deegan | 2017-08-31 | 8 | -46/+331 | |
|\ | ||||||
| * | Merge in mainline. | Russel Winder | 2017-08-26 | 248 | -384/+371 | |
| |\ | ||||||
| * | | For consistency with another test. | Russel Winder | 2017-08-23 | 2 | -8/+17 | |
| | | | ||||||
| * | | Make the exists and generate functions consistent over D compilers. | Russel Winder | 2017-08-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge mainline. | Russel Winder | 2017-08-23 | 10 | -5/+71 | |
| |\ \ | ||||||
| * \ \ | Merge in mainline. | Russel Winder | 2017-08-15 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * \ \ \ | Update to mainline. | Russel Winder | 2017-08-08 | 41 | -51/+568 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge mainline. | Russel Winder | 2017-08-05 | 32 | -155/+300 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge in mainline. | Russel Winder | 2017-08-02 | 5 | -143/+209 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge mainline. | Russel Winder | 2017-07-28 | 5 | -8/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge in from mainline. | Russel Winder | 2017-07-27 | 4 | -6/+145 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge in from mainline. | Russel Winder | 2017-07-11 | 4 | -23/+24 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge in mainline. | Russel Winder | 2017-07-03 | 14 | -1/+762 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge mainline. | Russel Winder | 2017-07-02 | 18 | -209/+380 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Amend the missed name changes. | Russel Winder | 2017-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Keep all D tool XML files consistent. | Russel Winder | 2017-06-21 | 3 | -11/+284 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge in an older commit resolving conflicts. | Russel Winder | 2017-06-21 | 4 | -25/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Make the symbol naming more consistent. | Russel Winder | 2017-06-16 | 4 | -27/+30 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add string of actual output when the commands in this test are run manually. ↵ | William Deegan | 2017-08-29 | 1 | -0/+14 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears that on non-win and win+py2.7 some of the output is getting dropped and so the test passes when it should fail. with win+py3.5or6 it intermittently fails as it should based on expected output. Though in reality the output is correct. | |||||
* | | | | | | | | | | | | | PY2/3 get_contents() was returning empty string instead of empty bytes when ↵ | William Deegan | 2017-08-24 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file doesn't exist. get_text_contents() was then trying to call decode on a string object... Fixed. get_contents() now returns empty byte string |