| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo in script | William Deegan | 2017-12-26 | 1 | -1/+1 |
|
|
* | have travis/install.sh echo it's commands. Hopefully get PYVER env variable set | William Deegan | 2017-12-26 | 2 | -19/+25 |
|
|
* | fix travis/install.sh permissions | William Deegan | 2017-12-25 | 1 | -0/+0 |
|
|
* | fix typo | William Deegan | 2017-12-25 | 1 | -1/+1 |
|
|
* | skip swig install if not py27. add PYVER to identify version of python we're ... | William Deegan | 2017-12-25 | 2 | -24/+39 |
|
|
* | Add pypy to travis jobs | William Deegan | 2017-12-25 | 1 | -0/+3 |
|
|
* | fix travis file | William Deegan | 2017-12-22 | 1 | -4/+0 |
|
|
* | Merge pull request #31 from mwichmann/wip-manformat | William Deegan | 2017-12-21 | 2 | -11/+27 |
|\ |
|
| * | Merge branch 'master' into wip-manformat | William Deegan | 2017-12-21 | 2 | -3/+11 |
| |\ |
|
| * | | Fix nested list formatting in manpage | Mats Wichmann | 2017-12-21 | 1 | -0/+3 |
|
|
| * | | Fix nested list formatting in manpage | Mats Wichmann | 2017-12-21 | 1 | -11/+24 |
|
|
* | | | Merge pull request #30 from dmoody256/TravisPython3Test | William Deegan | 2017-12-21 | 1 | -4/+36 |
|\ \ \
| |_|/
|/| | |
|
| * | | added ommision of several test which exists in the src directory | Daniel Moody | 2017-12-20 | 1 | -0/+1 |
|
|
| * | | added allow failures since some python3 tests currently will fail, and we wan... | Daniel Moody | 2017-12-19 | 1 | -4/+28 |
|
|
| * | | added extra jobs for different python versions | Daniel Moody | 2017-12-19 | 1 | -0/+7 |
|
|
* | | | Add py 2.7, 3.5, and pypy to travis build | William Deegan | 2017-12-20 | 1 | -1/+6 |
|/ / |
|
* | | Merge branch 'master' of github.com:SCons/scons | William Deegan | 2017-12-18 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge pull request #29 from dmoody256/TravisLanguage | William Deegan | 2017-12-18 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | switched language python | Daniel Moody | 2017-12-13 | 1 | -1/+1 |
| |/ |
|
* | | Fix CHANGES.txt. 3.0.1 changes had merge issue and weren't segregated from n... | William Deegan | 2017-12-18 | 1 | -2/+5 |
|/ |
|
* | Added coveralls.io status badge | William Deegan | 2017-12-11 | 1 | -0/+5 |
|
|
* | add travis status | William Deegan | 2017-12-11 | 1 | -0/+4 |
|
|
* | Merge pull request #28 from dmoody256/CoverageTesting | William Deegan | 2017-12-10 | 3 | -12/+87 |
|\ |
|
| * | rewrote the travis script to first run a plain test, then do the coverage tests. | Daniel Moody | 2017-12-10 | 1 | -43/+65 |
|
|
| * | had to split the build up because it was exceed travis max time limit per job... | Daniel Moody | 2017-12-09 | 1 | -3/+27 |
|
|
| * | needed to write the JobTest.py to the exclude list | Daniel Moody | 2017-12-09 | 1 | -0/+1 |
|
|
| * | adding in JobTests.py workaround with the coverage testing, also updated runt... | Daniel Moody | 2017-12-09 | 2 | -7/+25 |
|
|
| * | updated travis script to not exit, but instead just set the exit code, also s... | Daniel Moody | 2017-12-09 | 2 | -4/+5 |
|
|
| * | can't use >> with sudo, switching to tee | Daniel Moody | 2017-12-09 | 1 | -2/+2 |
|
|
| * | testing coverage package | Daniel Moody | 2017-12-09 | 1 | -1/+10 |
|
|
* | | Merge pull request #19 from dmoody256/JarFlattenSource | William Deegan | 2017-12-10 | 3 | -17/+268 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'scons/master' into JarFlattenSource | Daniel Moody | 2017-12-10 | 9 | -42/+37 |
| |\ \ |
|
| * | | | Updated some comments and refactored a variable name. No functional changes. | Daniel Moody | 2017-12-03 | 1 | -13/+25 |
|
|
| * | | | updated CHANGES.txt | Daniel Moody | 2017-12-03 | 1 | -0/+1 |
|
|
| * | | | updated jar to handle directories better, JarClassFile build doesnt return an... | Daniel Moody | 2017-12-03 | 2 | -4/+150 |
|
|
| * | | | updated jar.py to handle nodes and varanit dirs better, added test for nodes ... | Daniel Moody | 2017-12-03 | 2 | -6/+10 |
|
|
| * | | | updated CHANGES.txt | Daniel Moody | 2017-12-03 | 1 | -0/+1 |
|
|
| * | | | updated Jar builder to flatten source list, and added test for embedded sources | Daniel Moody | 2017-11-19 | 2 | -1/+88 |
|
|
* | | | | Merge pull request #26 from dmoody256/MacTestsJavaNotInstalled | William Deegan | 2017-12-10 | 1 | -0/+20 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | moved logic to function so less duplicate code | Daniel Moody | 2017-12-10 | 1 | -25/+17 |
|
|
| * | | | On Mac there is are some place holder java binaries installed which confuse S... | Daniel Moody | 2017-12-07 | 1 | -0/+28 |
| | |/
| |/| |
|
* | | | Merge pull request #20 from dmoody256/JarRemoveMagicNumbers | William Deegan | 2017-12-10 | 2 | -3/+6 |
|\ \ \ |
|
| * | | | fixed mistake in converting from magic numbers where it should have been the ... | Daniel Moody | 2017-11-21 | 1 | -1/+1 |
|
|
| * | | | updated some magic number references, no functional changes. | Daniel Moody | 2017-11-20 | 2 | -3/+6 |
| | |/
| |/| |
|
* | | | Merge pull request #24 from ajf58/tidy-warnings | William Deegan | 2017-12-10 | 4 | -32/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Update CHANGES.txt to describe this fix. | Andrew Featherstone | 2017-12-03 | 1 | -0/+3 |
|
|
| * | | Remove unused warnings from the man page and Warnings.py | Andrew Featherstone | 2017-12-03 | 2 | -14/+0 |
|
|
| * | | Remove testing for hashlib and corresponding support for command line options. | Andrew Featherstone | 2017-12-02 | 3 | -18/+1 |
|
|
* | | | Adding to support automatic coverage via github/coveralls | William Deegan | 2017-12-06 | 1 | -0/+3 |
|
|
* | | | Merge pull request #22 from dmoody256/JobTestNumJobs | William Deegan | 2017-12-05 | 1 | -1/+24 |
|\ \ \
| |/ /
|/| | |
|