summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Modifications for deprected getargspecMats Wichmann2018-09-072-5/+16
| |/ |/|
* | Improve issue templateWilliam Deegan2018-09-061-1/+2
* | Merge pull request #3172 from mwichmann/test-rpmpkgWilliam Deegan2018-09-0612-95/+132
|\ \ | |/ |/|
| * Merge branch 'master' into test-rpmpkgWilliam Deegan2018-09-0534-140/+213
| |\ | |/ |/|
* | Merge pull request #3186 from mwichmann/wip-win32William Deegan2018-08-312-3/+4
|\ \
| * \ Merge branch 'master' into wip-win32William Deegan2018-08-313-7/+16
| |\ \
| * | | Convert one more e[0] to e.errno for OSError usageMats Wichmann2018-08-311-1/+1
| * | | win32 handle exception object correctlyMats Wichmann2018-08-292-2/+3
* | | | Have travis-ci post #scons when builds complete.William Deegan2018-08-311-0/+3
* | | | Merge pull request #3189 from bdbaddog/fix__JAVA_OPTIONS_verboseWilliam Deegan2018-08-313-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | More deletion of _JAVA_OPTIONS to runtest.py from travis startup files.William Deegan2018-08-313-6/+5
| * | | Attempt to fix py37 java falures. Which are likely caused by newer oracle jav...William Deegan2018-08-311-0/+4
|/ / /
* | | see if defining _JAVA_OPTIONS= to nothing will quiet STDERR from java which i...William Deegan2018-08-311-1/+3
* | | Merge pull request #3188 from mwichmann/depr-timeclockWilliam Deegan2018-08-302-5/+12
|\ \ \ | |/ / |/| |
| * | Part of previous change restoredMats Wichmann2018-08-301-1/+1
| * | Rework the time.clock -> time.perf_counter changeMats Wichmann2018-08-302-6/+6
| * | Do not use time.clock for Py3 in runtestMats Wichmann2018-08-302-4/+11
|/ /
* | Add ghostscript to travis package install to get dvipdfWilliam Deegan2018-08-291-1/+1
* | Merge pull request #3181 from cclauss/patch-1William Deegan2018-08-221-1/+2
|\ \
| * | Travis CI: Upgrade to Python 3.7 production releasecclauss2018-08-221-1/+2
|/ /
* | Merge pull request #3180 from bdbaddog/update_nasm_test_to_runWilliam Deegan2018-08-201-0/+1
|\ \
| * | Fix bytes->string decoding issue as subprocess returned stdout is bytes in py3William Deegan2018-08-201-0/+1
* | | Merge pull request #3179 from bdbaddog/update_nasm_test_to_runWilliam Deegan2018-08-201-5/+8
|\ \ \ | |/ /
| * | Fix test/AS/nasm.py as it previously would only run with nasm version 0.98William Deegan2018-08-201-5/+8
* | | Merge pull request #3173 from mwichmann/swig-check-PyHWilliam Deegan2018-08-1714-78/+62
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into swig-check-PyHWilliam Deegan2018-08-1717-31/+98
| |\ \ | |/ / |/| |
* | | Merge pull request #3177 from mwichmann/test-devnull-closesWilliam Deegan2018-08-161-8/+9
|\ \ \
| * | | Remove unintended "import io"Mats Wichmann2018-08-151-1/+0
| * | | Redo fix for file closing in SCons.Action._subprocMats Wichmann2018-08-141-8/+10
|/ / /
* | | Merge pull request #3174 from mwichmann/test-devnull-atexitWilliam Deegan2018-08-132-0/+5
|\ \ \
| * | | Quiet Py3.6+ ResourceWarnings on testsMats Wichmann2018-08-132-0/+5
* | | | Merge pull request #3175 from dmoody256/use-travis_preinstalled_clangWilliam Deegan2018-08-131-2/+4
|\ \ \ \
| * | | | added comments to the travis install scriptDaniel Moody2018-08-131-2/+1
| * | | | reverting travis back to masterDaniel Moody2018-08-131-2/+83
| * | | | using the correct pathDaniel Moody2018-08-131-2/+2
| * | | | testing symbolic links instead of messing with the environmentDaniel Moody2018-08-132-85/+6
| * | | | use clang from local/bin instead of installingDaniel Moody2018-08-132-3/+4
| |/ / /
* | | | Merge pull request #3171 from dmoody256/check_for_msvc_cl_binaryWilliam Deegan2018-08-1314-24/+83
|\ \ \ \
| * | | | updated CHANGES.txtDaniel2018-08-131-0/+1
| * | | | also check for 64 bit compiler and added some commentsDaniel2018-08-131-1/+4
| * | | | updated vc and tests to check the msvc cl binaryDaniel2018-08-1313-24/+79
| |/ / /
* | | | Fix wrong path to testing frameworks SConscript (was breaking bootstrap builds)William Deegan2018-08-131-1/+1
|/ / /
| * | add missed TestCmd.py changesMats Wichmann2018-08-171-10/+14
| * | get_platform_python_info fail on missing Python.hMats Wichmann2018-08-1712-24/+24
| * | Move checking for python header to common locationMats Wichmann2018-08-1513-80/+53
| * | SWIG recursive test checkes for Python.hMats Wichmann2018-08-132-1/+8
|/ /
| * generalize the fix for #3164Mats Wichmann2018-09-0410-59/+72
| * Fix rpm tests for newer rpmbuild (fixes #3164)Mats Wichmann2018-08-138-33/+56
|/
* Merge pull request #3169 from dmoody256/MSVSTestDoesntCheckForCLWilliam Deegan2018-08-121-2/+6
|\
| * Merge remote-tracking branch 'origin/master' into MSVSTestDoesntCheckForCLDaniel2018-08-1218-26/+289
| |\