summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3326 from macqm/macqm-rcflags-nologooriginWilliam Deegan2019-03-072-2/+4
|\
| * Add the changelog entryMaciej Kumorek2019-03-071-1/+3
| * Add /nologo flag to RCFLAGSMaciej Kumorek2019-03-061-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
* | 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-0266-199/+690
| |\ \
| | * | Add test to cover this issue with MD5-timestamp decider breaking dependencies...William Deegan2019-03-025-0/+122
| | * | Added logic to shortcut comparing prev_ni if there is no dependency map from ...William Deegan2019-03-021-4/+24
| | * | On windows first try with native file paths with \\ then swap path to normali...William Deegan2019-03-021-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-261-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-024-8/+35
|\ \
| * | Add support for usign chocolatey install winflexbison package with tools name...William Deegan2019-03-023-7/+6
| * | copy logic from lex to find win_bison if installed via chocolateyWilliam Deegan2019-03-021-1/+29
|/ /
* | Merge pull request #3290 from dmoody256/make_lex_tool_cross_platformWilliam Deegan2019-03-0214-27/+267
|\ \
| * | only use no-unistd option with MSVC environmentDaniel2019-02-283-5/+13
| * | add win_flex as option for windows, add choco default path, and add flag for ...Daniel2019-02-2011-42/+231
| * | condensed and organized codeDaniel2019-02-161-20/+12
| * | add check for tar before trying to run testDaniel2019-02-161-0/+4
| * | update lex tool to find paths on windowsDaniel2019-02-163-10/+57
* | | Merge pull request #3320 from mwichmann/test-file-closingsWilliam Deegan2019-03-024-38/+37
|\ \ \
| * | | For PR #3320 re-unindent expect strings in with blockMats Wichmann2019-03-021-3/+3
| * | | [PYPY] [PY 3.8] more context manager use in testsMats Wichmann2019-03-024-41/+40
* | | | Merge pull request #3319 from mwichmann/cachedir-file-useWilliam Deegan2019-03-0213-58/+70
|\ \ \ \ | |/ / / |/| | |
| * | | [PYPY3] [PY 3.8] CacheDir tests use context managersMats Wichmann2019-03-0213-58/+70
|/ / /
* | | Merge pull request #3314 from mwichmann/runtest-no-ttWilliam Deegan2019-03-0121-41/+67
|\ \ \
| * | | [WIP] for #3304: drop use of -tt if py3Mats Wichmann2019-03-0121-40/+66
| * | | Drop -tt flag in runtest.pyMats Wichmann2019-03-011-1/+1
* | | | Merge pull request #3313 from bdbaddog/fix_gh_3303_force_config_alters_env_de...William Deegan2019-02-287-24/+78
|\ \ \ \ | |/ / / |/| | |
| * | | Add debug logic to try to find why test/TEX/variant_dir.py is failing not fin...William Deegan2019-02-281-0/+2
| * | | Update SConf tests to add scan arg to mocked out Node children() method since...William Deegan2019-02-281-1/+1
| * | | Fix Issue #3303 --config=force overwritting passed in Environment's Decider a...William Deegan2019-02-273-23/+61
| * | | Add test for GH Issue #3303William Deegan2019-02-272-0/+14
* | | | Merge pull request #3312 from bmwiedemann/hostWilliam Deegan2019-02-282-4/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typoBernhard M. Wiedemann2019-02-281-1/+1
| * | | Do not store build user nameBernhard M. Wiedemann2019-02-282-2/+6
| * | | Do not store build host nameBernhard M. Wiedemann2019-02-282-2/+9
|/ / /