Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping. | William Deegan | 2018-03-24 | 8 | -4/+54 |
| | |||||
* | Update issue_template.md | William Deegan | 2018-03-20 | 1 | -0/+1 |
| | |||||
* | Update issue_template.md | William Deegan | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | Initial creation of issue template. | William Deegan | 2018-03-17 | 1 | -0/+10 |
| | |||||
* | Merge pull request #3104 from dmoody256/JobsTestsParallelFix | William Deegan | 2018-02-21 | 2 | -24/+24 |
|\ | | | | | JobTests.py parallel issue fix | ||||
| * | reduced number of calculations and sleep time to improve test speed | Daniel Moody | 2018-02-20 | 1 | -5/+5 |
| | | |||||
| * | whitespace clean up, no functional changes | Daniel Moody | 2018-02-20 | 1 | -8/+7 |
| | | |||||
| * | removed JobTests.py workaround from travis | Daniel Moody | 2018-02-20 | 1 | -14/+3 |
| | | |||||
| * | changed the way JobTests.py checks for tests running in parallel to fix ↵ | Daniel Moody | 2018-02-20 | 1 | -13/+25 |
|/ | | | | github issue 3102 | ||||
* | Update README.rst. Was missing correct info on python 3.5+ support. [ci skip] | William Deegan | 2018-02-20 | 1 | -29/+23 |
| | |||||
* | Fix HOWTO/README. Remove vestiges of Option(). [ci skip] | William Deegan | 2018-02-19 | 2 | -7/+0 |
| | |||||
* | Merge pull request #3100 from bdbaddog/gh_issue_2983 | William Deegan | 2018-02-19 | 11 | -80/+81 |
|\ | | | | | Remove duplicate example. Likely caused by bad merge | ||||
| * | Fix running my_command example script in example | William Deegan | 2018-02-19 | 11 | -35/+50 |
| | | |||||
| * | Remove duplicate example. Likely caused by bad merge | William Deegan | 2018-02-19 | 5 | -52/+38 |
|/ | | | | Fixes #2983 | ||||
* | Merge pull request #3098 from dmoody256/JavaSconsFiles | William Deegan | 2018-02-14 | 2 | -37/+20 |
|\ | | | | | Fix Jar to use SCons to check for files instead of python | ||||
| * | removed code that is not used and added warning for unusual case | Daniel Moody | 2018-02-11 | 1 | -28/+2 |
| | | |||||
| * | fix for issue 3042, Jar method was not respecting variant dirs when using ↵ | Daniel Moody | 2018-02-11 | 2 | -10/+19 |
| | | | | | | | | os.path to detect files or dirs | ||||
* | | Merge pull request #3097 from dmoody256/InteractivePickle | William Deegan | 2018-02-12 | 3 | -5/+7 |
|\ \ | | | | | | | fix for variant dir tests from Interactive tests | ||||
| * | | updated changes to make note that increasing the pickling protocal will ↵ | Daniel Moody | 2018-02-12 | 1 | -3/+4 |
| | | | | | | | | | | | | cause issues when reading sconsigns with the previous pickle protocal | ||||
| * | | used pickle.HIGHEST_PROTOCAL instead of -2 for better readability | Daniel Moody | 2018-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | updated comments no functional change | Daniel Moody | 2018-02-11 | 1 | -2/+1 |
| | | | |||||
| * | | forcing passing of python 3.5 and 3.6 tests for successful build in travis CI | Daniel Moody | 2018-02-11 | 1 | -2/+0 |
| | | | |||||
| * | | Updated CHANGES.txt | Daniel Moody | 2018-02-11 | 1 | -0/+4 |
| | | | |||||
| * | | pickle protocal was causing issues in some cases | Daniel Moody | 2018-02-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #3096 from JonathonReinhart/conftest-strict-prototypes | William Deegan | 2018-02-12 | 35 | -60/+66 |
|\ \ | | | | | | | Replace all instances of `int main()` with `int main(void)` | ||||
| * | | Update CHANGES.txt | Jonathon Reinhart | 2018-02-11 | 1 | -0/+6 |
| | | | |||||
| * | | Replace all instances of `int main()` with `int main(void)` | Jonathon Reinhart | 2018-02-11 | 34 | -60/+60 |
| |/ | |||||
* | | Remove obsolete HOWTO for sub releases. | William Deegan | 2018-02-11 | 1 | -114/+0 |
|/ | |||||
* | Merge pull request #3056 from bdbaddog/remove_deprecated_scons_options | William Deegan | 2018-02-01 | 1 | -1/+0 |
|\ | | | | | Remove SCons.Options from setup.py | ||||
| * | Remove SCons.Options from setup.py | William Deegan | 2018-02-01 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #3055 from bdbaddog/remove_deprecated_scons_options | William Deegan | 2018-01-31 | 1 | -1/+0 |
|\ \ | |/ | | | Remove deprecated scons options | ||||
| * | Remove SCons/Options from Manifest for packaging. | William Deegan | 2018-01-31 | 1 | -1/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | William Deegan | 2017-11-22 | 2 | -6/+0 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/master' | William Deegan | 2017-11-17 | 43 | -234/+574 |
| |\ \ | |||||
| * | | | fix bad syntax | William Deegan | 2017-11-17 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #3045 from gabrielrussell/master | William Deegan | 2018-01-30 | 2 | -0/+84 |
|\ \ \ \ | | | | | | | | | | | update mtime on cache retrieval | ||||
| * | | | | test for mtime update | Gabriel Russell | 2018-01-30 | 1 | -0/+15 |
| | | | | | |||||
| * | | | | test for readonly cache | Gabriel Russell | 2018-01-11 | 1 | -0/+65 |
| | | | | | |||||
| * | | | | update mtime on cache retrieval | Gabriel Russell | 2017-12-13 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #3054 from bdbaddog/remove_deprecated_scons_options | William Deegan | 2018-01-30 | 17 | -1861/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove SCons.Options code which has long been deprecated | ||||
| * | | | | | Remove SCons.Options code which has long been deprecated and already removed ↵ | William Deegan | 2018-01-30 | 17 | -1861/+4 |
|/ / / / / | | | | | | | | | | | | | | | | from documents. Also remove associated tests. | ||||
* | | | | | Clarify why scons.bat change is being done. | William Deegan | 2018-01-21 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Reorder new entries in CHANGES.txt alphabetically as is our policy. Also ↵ | William Deegan | 2018-01-20 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | | | | | clarify some of the notes | ||||
* | | | | | Merge pull request #3051 from mingwandroid/master | William Deegan | 2018-01-18 | 2 | -1/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Do not add unnormalised entries to PATH in scons.bat | ||||
| * | | | | | Do not add unnormalised entries to PATH in scons.bat | Ray Donnelly | 2018-01-18 | 2 | -1/+9 |
|/ / / / / | |||||
* | | | | | Merge pull request #3049 from mwichmann/wip-prepend | William Deegan | 2018-01-17 | 7 | -28/+34 |
|\ \ \ \ \ | | | | | | | | | | | | | Use prepend for inserts | ||||
| * | | | | | correcting typo | Mats Wichmann | 2018-01-17 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use prepend for inserts | Mats Wichmann | 2018-01-17 | 7 | -28/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A number of places "append to the beginning", a better word to use here is "prepend". This is a documentation issue only, no executable statements are affected. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | | | | | Merge pull request #3050 from dmoody256/CoveralsMarkdown | William Deegan | 2018-01-17 | 1 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Coveralls badge not pointing to master branch | ||||
| * | | | | | fixed the coveralls badge to point to master branch, and small change to ↵ | Daniel Moody | 2018-01-17 | 1 | -3/+3 |
|/ / / / / | | | | | | | | | | | | | | | | descriction of appveyor link. |