Commit message (Collapse) | 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 |
| | | | | running. Move install logic to .travis/install.sh | ||||
* | 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 |
|\ | | | | | Fix nested list formatting in manpage | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The definition of the list term "--debug=list" contains a list of its own; the list tiems in this list need to have their text contents wrapped in paragraph tags. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | | Fix nested list formatting in manpage | Mats Wichmann | 2017-12-21 | 1 | -11/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The definition of the list term "--debug=list" contains a list of its own; the list tiems in this list need to have their text contents wrapped in paragraph tags. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | | Merge pull request #30 from dmoody256/TravisPython3Test | William Deegan | 2017-12-21 | 1 | -4/+36 |
|\ \ \ | |_|/ |/| | | Travis Python 3 tests and coverage clean up | ||||
| * | | 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 ↵ | Daniel Moody | 2017-12-19 | 1 | -4/+28 |
| | | | | | | | | | | | | want to retain python2 coverage in the coverage stage. Also added some comments. | ||||
| * | | 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 |
| |\ \ | | |/ | |/| | Set Travis language to python | ||||
| | * | 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 ↵ | William Deegan | 2017-12-18 | 1 | -2/+5 |
|/ | | | | new changes. | ||||
* | 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 |
|\ | | | | | Travis coverage testing with python coverage and coveralls.io | ||||
| * | 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 ↵ | Daniel Moody | 2017-12-09 | 1 | -3/+27 |
| | | | | | | | | job, so this runs all tests split into 8 separate groups | ||||
| * | 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 ↵ | Daniel Moody | 2017-12-09 | 2 | -7/+25 |
| | | | | | | | | runtest.py with the exclude option from Github PR 27. | ||||
| * | updated travis script to not exit, but instead just set the exit code, also ↵ | Daniel Moody | 2017-12-09 | 2 | -4/+5 |
| | | | | | | | | setup travis to use code coverage correctly for parallel tests, and finally had to remove the .coveralls, because it is overiding the repo token for my repo, and this should not be in public repos | ||||
| * | 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 |
|\ \ | | | | | | | Jar regression fixes | ||||
| * \ | 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 ↵ | Daniel Moody | 2017-12-03 | 2 | -4/+150 |
| | | | | | | | | | | | | | | | | any targets if no Java files are in the directory | ||||
| * | | | updated jar.py to handle nodes and varanit dirs better, added test for nodes ↵ | Daniel Moody | 2017-12-03 | 2 | -6/+10 |
| | | | | | | | | | | | | | | | | and varient dir. | ||||
| * | | | 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 |
|\ \ \ \ | |_|/ / |/| | | | Java tests fail on Mac when java is not installed | ||||
| * | | | 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 ↵ | Daniel Moody | 2017-12-07 | 1 | -0/+28 |
| | |/ | |/| | | | | | | | Scons test modules which just check if the binary exists. Added an extra check for this case. | ||||
* | | | Merge pull request #20 from dmoody256/JarRemoveMagicNumbers | William Deegan | 2017-12-10 | 2 | -3/+6 |
|\ \ \ | | | | | | | | | Jar remove magic numbers | ||||
| * | | | fixed mistake in converting from magic numbers where it should have been the ↵ | Daniel Moody | 2017-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | not case | ||||
| * | | | 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 |
|\ \ \ | |_|/ |/| | | Tidy CLI Warnings | ||||
| * | | 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 |
| | | | | | | | | | | | | This warning was never used in the code. | ||||
| * | | Remove testing for hashlib and corresponding support for command line options. | Andrew Featherstone | 2017-12-02 | 3 | -18/+1 |
| | | | | | | | | | | | | hashlib is part of the standard library since Python 2.5, and SCons supports Python 2.7 and later. | ||||
* | | | 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 |
|\ \ \ | |/ / |/| | | JobTest.py should scale number of jobs based on CPUs |