summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3049 from mwichmann/wip-prependWilliam Deegan2018-01-177-28/+34
|\
| * correcting typoMats Wichmann2018-01-171-1/+1
| * Use prepend for insertsMats Wichmann2018-01-177-28/+34
* | Merge pull request #3050 from dmoody256/CoveralsMarkdownWilliam Deegan2018-01-171-3/+3
|\ \ | |/ |/|
| * fixed the coveralls badge to point to master branch, and small change to desc...Daniel Moody2018-01-171-3/+3
|/
* Merge pull request #3048 from dmoody256/CoverageImprovementsWilliam Deegan2018-01-174-10/+34
|\
| * moved coverage check for tests to common location.Daniel Moody2018-01-173-2/+7
| * switched to using COVERAGE_FILE for simplicityDaniel Moody2018-01-011-15/+3
| * forget to add import os for checking the environment for coverageDaniel Moody2017-12-301-1/+1
| * several tests will not work with coverage, so set them to skipDaniel Moody2017-12-303-4/+10
| * coverage reports have been missing the coverage data located in the tmp test ...Daniel Moody2017-12-301-6/+31
* | Merge pull request #3046 from garyo/masterWilliam Deegan2018-01-164-5/+14
|\ \
| * | Oops, remove stray debugging print stmt.Gary Oberbrunner2018-01-161-1/+0
| * | Prevent TypeError with None in error messageGary Oberbrunner2018-01-164-5/+15
* | | Merge pull request #3044 from garyo/masterWilliam Deegan2018-01-057-4/+61
|\ \ \ | |/ /
| * | Fix problem with Install and multiple dirs outside src tree.Gary Oberbrunner2018-01-057-4/+61
|/ /
* | Merge pull request #33 from dmoody256/AppveyorCIScriptWilliam Deegan2017-12-313-15/+91
|\ \ | |/ |/|
| * Merge branch 'master' of https://github.com/SCons/scons into AppveyorCIScriptDaniel Moody2017-12-223-16/+65
| |\
| * | updated badge to point to SCons.Daniel Moody2017-12-221-4/+4
| * | split the tests in multiple jobs for multiple python environments.Daniel Moody2017-12-221-14/+68
| * | Merge branch 'appveyor' of https://github.com/ajf58/scons into AppveyorCIScriptDaniel Moody2017-12-223-15/+37
| |\ \
| | * | Change the AppVeyor VM image.Andrew Featherstone2017-12-201-0/+1
| | * | Removed attempt to install clang using choco.Andrew Featherstone2017-12-201-1/+0
| | * | Threading module should definitely be present. Don't try and soldier on witho...Andrew Featherstone2017-12-201-15/+6
| | * | Add more dependencies for improved test coverage.Andrew Featherstone2017-12-201-0/+2
| | * | Try and run 2 jobs in parallel to use both virtual cores of AppVeyor's VM, an...Andrew Featherstone2017-12-201-1/+1
| | * | Add SWIG to the Window's CI VM.Andrew Featherstone2017-12-171-0/+1
| | * | Add tools for the D programming language.Andrew Featherstone2017-12-171-0/+2
| | * | SVG format for CI badge.Andrew Featherstone2017-12-171-1/+1
| | * | Add AppVeyor CI status badge to README.rst.Andrew Featherstone2017-12-171-0/+4
| | * | Tweaking tets_scripts section.Andrew Featherstone2017-12-171-1/+1
| | * | Convert test command to Windows batch script equivalent.Andrew Featherstone2017-12-171-1/+1
| | * | Disable AppVeyor's build phase.Andrew Featherstone2017-12-171-0/+2
| | * | Add AppVeyor configuration, based on .travi.yml's contents and http://buildbo...Andrew Featherstone2017-12-171-0/+20
* | | | Added github pull request templateWilliam Deegan2017-12-291-0/+11
* | | | Fix typo in LDC URLWilliam Deegan2017-12-261-1/+1
* | | | fix check for py27William Deegan2017-12-261-1/+1
* | | | fix typo in scriptWilliam Deegan2017-12-261-1/+1
* | | | fix typo in scriptWilliam Deegan2017-12-261-1/+1
* | | | have travis/install.sh echo it's commands. Hopefully get PYVER env variable setWilliam Deegan2017-12-262-19/+25
* | | | fix travis/install.sh permissionsWilliam Deegan2017-12-251-0/+0
* | | | fix typoWilliam Deegan2017-12-251-1/+1
* | | | skip swig install if not py27. add PYVER to identify version of python we're ...William Deegan2017-12-252-24/+39
* | | | Add pypy to travis jobsWilliam Deegan2017-12-251-0/+3
| |_|/ |/| |
* | | fix travis fileWilliam Deegan2017-12-221-4/+0
* | | Merge pull request #31 from mwichmann/wip-manformatWilliam Deegan2017-12-212-11/+27
|\ \ \
| * \ \ Merge branch 'master' into wip-manformatWilliam Deegan2017-12-212-3/+11
| |\ \ \
| * | | | Fix nested list formatting in manpageMats Wichmann2017-12-211-0/+3
| * | | | Fix nested list formatting in manpageMats Wichmann2017-12-211-11/+24
* | | | | Merge pull request #30 from dmoody256/TravisPython3TestWilliam Deegan2017-12-211-4/+36
|\ \ \ \ \ | |_|/ / / |/| | | |