| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated {Source,Target}Signatures | Mats Wichmann | 2019-10-20 | 1 | -2/+0 |
|
|
* | Added debug option "timestamp", changed option "timestamp" to "action_timesta... | Edoardo Bezzeccheri | 2019-10-09 | 2 | -7/+7 |
|
|
* | Added debug option "timestamp", implementation | Edoardo Bezzeccheri | 2019-10-01 | 2 | -2/+10 |
|
|
* | Remove deprecated debug options | Mats Wichmann | 2019-09-12 | 1 | -4/+16 |
|
|
* | Some more lint-derived cleanups | Mats Wichmann | 2019-04-27 | 2 | -4/+4 |
|
|
* | Fixup some code triggering pylint errors. | Mats Wichmann | 2019-04-21 | 2 | -54/+23 |
|
|
* | Clean up some file opens, regex strings | Mats Wichmann | 2019-03-07 | 1 | -5/+6 |
|
|
* | [PYPY] fix way exit status is retrieved in main | Mats Wichmann | 2019-03-03 | 1 | -1/+1 |
|
|
* | Work on Default docu wording a bit more | Mats Wichmann | 2019-01-19 | 1 | -0/+4 |
|
|
* | Add Textfile/Substfile to default. | Mats Wichmann | 2018-11-17 | 1 | -0/+2 |
|
|
* | corrections after bdbaddog's code review | Paweł Tomulik | 2018-11-10 | 3 | -8/+8 |
|
|
* | initial support for virtualenv | Paweł Tomulik | 2018-11-10 | 3 | -1/+23 |
|
|
* | Fix for #3162: tweak SConscript() docstrings a little more | Mats Wichmann | 2018-07-30 | 1 | -10/+18 |
|
|
* | Some further adjustments to missing-sconscript tests | Mats Wichmann | 2018-07-30 | 1 | -2/+2 |
|
|
* | Add a docstring for SConscript() | Mats Wichmann | 2018-07-29 | 1 | -1/+25 |
|
|
* | Add tests for SConscript(must_warn) option | Mats Wichmann | 2018-07-28 | 2 | -9/+11 |
|
|
* | Add ability for SConscript to fail on missing script | Mats Wichmann | 2018-07-21 | 3 | -6/+46 |
|
|
* | Merge pull request #3148 from swuecho/fix_test | William Deegan | 2018-07-15 | 1 | -8/+1 |
|\ |
|
| * | Replace usage of unittest.TestSuite with unittest.main() | Hao Wu | 2018-07-12 | 1 | -8/+1 |
|
|
* | | Swap to use cleaner check for py 3.7 or above from @serhiy-storchaka | William Deegan | 2018-07-15 | 1 | -2/+1 |
|
|
* | | Fix -jN for Python3.7, which always has thread support | Gary Oberbrunner | 2018-07-13 | 1 | -1/+5 |
|/ |
|
* | Added in support for Sconstruct.py | grbd | 2018-04-15 | 1 | -1/+1 |
|
|
* | Added sconstruct.py lowercase | grbd | 2018-04-02 | 1 | -1/+1 |
|
|
* | Also search for SConstruct.py, to make VStudio debugging easier | grbd | 2018-04-01 | 1 | -1/+1 |
|
|
* | Reenable parallel builds with Pypy | William Deegan | 2018-03-25 | 1 | -1/+3 |
|
|
* | Fix HOWTO/README. Remove vestiges of Option(). [ci skip] | William Deegan | 2018-02-19 | 1 | -2/+0 |
|
|
* | Remove SCons.Options code which has long been deprecated and already removed ... | William Deegan | 2018-01-30 | 1 | -7/+0 |
|
|
* | Add printing time processing each SConscript when --debug=time is specified o... | William Deegan | 2017-10-20 | 1 | -0/+9 |
|
|
* | Support python 2 print statements in SConscripts | Thomas Berg | 2017-09-25 | 1 | -2/+0 |
|
|
* | Fix many epydoc warnings | William Deegan | 2017-09-01 | 1 | -11/+8 |
|
|
* | Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could... | William Deegan | 2017-08-20 | 1 | -0/+8 |
|
|
* | Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could... | William Deegan | 2017-08-20 | 1 | -0/+1 |
|
|
* | Added support for a PyPackageDir function | grbd | 2017-08-03 | 1 | -0/+1 |
|
|
* | Remove ancient Aegis revision control system files | Jane Doe | 2017-05-30 | 1 | -5/+0 |
|
|
* | py2/3 change to read sconscripts as binary file. at least test/packaging/rpm/... | William Deegan | 2017-04-10 | 1 | -3/+4 |
|
|
* | fix breaking windows check for functional parallel builds | William Deegan | 2017-04-07 | 1 | -3/+3 |
|
|
* | py2/3 use sysconfig.get_config_var('WITH_THREAD') to determine if python has ... | William Deegan | 2017-04-06 | 1 | -1/+5 |
|
|
* | py2/3 remove wb from created taskmaster trace file | William Deegan | 2017-03-13 | 1 | -1/+1 |
|
|
* | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 2 | -2/+2 |
|
|
* | Merged in rodrigc/scons (pull request #404) | William Deegan | 2017-03-12 | 1 | -1/+1 |
|\ |
|
| * | exec() must take a string, not a file object. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 |
|
|
* | | Replace list(filter()) with list comprehension. | Craig Rodrigues | 2017-03-11 | 2 | -2/+2 |
|/ |
|
* | Merged scons/scons into default | William Deegan | 2017-03-10 | 1 | -2/+2 |
|\ |
|
| * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -2/+2 |
|
|
* | | Fixing SConsValues to work with py2/3. Turns out because in py2 optparse.Valu... | William Deegan | 2017-03-10 | 1 | -1/+14 |
|/ |
|
* | PEP-8 changes | William Deegan | 2017-02-26 | 1 | -0/+6 |
|
|
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 4 | -5/+5 |
|
|
* | merge python3 branch to default | William Deegan | 2016-05-23 | 5 | -53/+66 |
|\ |
|
| * | Fixing StringIO usage. | William Deegan | 2016-05-19 | 1 | -1/+1 |
|
|
| * | Fix py2/3 StringIO import | William Deegan | 2016-05-19 | 1 | -1/+6 |
|
|