summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release file updates for Release 3.0.53.0.5William Deegan2019-03-268-82/+61
* Updates to CHANGES.txt for Release 3.0.5William Deegan2019-03-261-2/+3
* Update generated docs for Release 3.0.5William Deegan2019-03-265-39/+50
* Merge pull request #3334 from bdbaddog/fix_gh_3333_vswhere_for_32bit_win_installWilliam Deegan2019-03-262-7/+16
|\
| * Fix Issue #3333 - Find vswhere under 32 bit windows installsWilliam Deegan2019-03-262-7/+16
|/
* Merge pull request #3332 from bdbaddog/fix_gh_3329_add_mssdk_v100a_supportWilliam Deegan2019-03-213-0/+77
|\
| * Add bugfix info to CHANGES.txtWilliam Deegan2019-03-181-0/+1
| * Add support for MSSDK V10.0A fixes GH Issue #3329William Deegan2019-03-181-0/+10
| * Add test to check if installed sdk version is supportedWilliam Deegan2019-03-181-0/+66
|/
* Merge pull request #3318 from mwichmann/fedora-rpcWilliam Deegan2019-03-121-0/+8
|\
| * rpcgen test accomodate distros using tirpcMats Wichmann2019-03-031-0/+8
* | Merge pull request #3271 from mwichmann/scons-symlinkWilliam Deegan2019-03-123-2/+5
|\ \
| * \ Merge branch 'master' into scons-symlinkWilliam Deegan2019-03-12162-1595/+3110
| |\ \ | |/ / |/| |
* | | Merge pull request #3328 from bdbaddog/gh_issue_2799_mingw_respect_comstrWilliam Deegan2019-03-127-31/+110
|\ \ \
| * | | [skip ci] Add info to CHANGES.txtWilliam Deegan2019-03-121-0/+1
| * | | PEP8William Deegan2019-03-111-29/+30
| * | | Fix issue #2799 - Get mingw tool to respect SHCCCOMSTR, SHLINKCOMSTR and LDMO...William Deegan2019-03-116-2/+79
* | | | Merge pull request #3325 from mwichmann/scons-time-fixesWilliam Deegan2019-03-103-13/+25
|\ \ \ \
| * \ \ \ Merge branch 'master' into scons-time-fixesWilliam Deegan2019-03-1025-87/+118
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3327 from mwichmann/open-and-regex-cleanupsWilliam Deegan2019-03-1018-71/+100
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clean up some file opens, regex stringsMats Wichmann2019-03-0718-71/+100
* | | | | Merge pull request #3326 from macqm/macqm-rcflags-nologoWilliam Deegan2019-03-072-2/+4
|\ \ \ \ \
| * | | | | Add the changelog entryMaciej Kumorek2019-03-071-1/+3
| * | | | | Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-071-1/+1
| |/ / / /
* | | | | Merge pull request #3316 from mwichmann/pypy-syntaxWilliam Deegan2019-03-072-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [PYPY support] adjust two expect strings for PyPy msgsMats Wichmann2019-03-032-2/+2
| | |_|/ | |/| |
* | | | [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-055-12/+12
| | * | scons-time needed to revert some changesMats Wichmann2019-03-071-4/+4
| | * | [PYPY] [PY 3.8] add context mgr use in scons-timeMats Wichmann2019-03-053-17/+29
| |/ / |/| |
* | | Try another syntax to allow pypy3 failure in addtion to pypyWilliam Deegan2019-03-041-1/+2
* | | Merge pull request #3323 from mwichmann/add-pypy3William Deegan2019-03-042-5/+16
|\ \ \
| * | | [PYPY] don't specify xenial for pypy3Mats Wichmann2019-03-041-2/+1
| * | | [PYPY] further adjust travis-ci pypy3 buildMats Wichmann2019-03-042-4/+5
| * | | [PYPY] travis run pypy jobs with -j 3Mats Wichmann2019-03-041-3/+7
| * | | [WIP] add pypy3 to the Travis CI setupMats Wichmann2019-03-031-2/+9
| |/ /
* | | Merge pull request #3317 from bdbaddog/fix_win_md5_decider_malfunction_on_fre...William Deegan2019-03-046-7/+174
|\ \ \
| * | | Fix logic in test to only use --wincompat if win_flex. Improve test skip mess...William Deegan2019-03-032-3/+4
| * | | fix typo in skip_testWilliam Deegan2019-03-031-2/+2
| * | | Merge branch 'fix_win_md5_decider_malfunction_on_fresh_build' of github.com:b...William Deegan2019-03-0366-199/+690
| |\ \ \
| | * | | Add test to cover this issue with MD5-timestamp decider breaking dependencies...William Deegan2019-03-035-0/+122
| | * | | Added logic to shortcut comparing prev_ni if there is no dependency map from ...William Deegan2019-03-031-4/+24
| | * | | On windows first try with native file paths with \\ then swap path to normali...William Deegan2019-03-031-7/+26
| | |/ /
| * | | Forgot to add current file csig when shortcutting calling changed_content(). ...William Deegan2019-03-021-0/+5
| * | | Added logic to shortcut comparing prev_ni if there is no dependency map from ...William Deegan2019-03-011-4/+24
| * | | On windows first try with native file paths with \\ then swap path to normali...William Deegan2019-02-271-7/+26
* | | | Merge pull request #3322 from mwichmann/sys-exitWilliam Deegan2019-03-032-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | [PYPY] fix way exit status is retrieved in mainMats Wichmann2019-03-032-1/+2
|/ / /
* | | Merge pull request #3321 from bdbaddog/fix_win_location_yaccWilliam Deegan2019-03-034-8/+35
|\ \ \
| * | | Add support for usign chocolatey install winflexbison package with tools name...William Deegan2019-03-033-7/+6
| * | | copy logic from lex to find win_bison if installed via chocolateyWilliam Deegan2019-03-031-1/+29
|/ / /