summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-06-106-10/+213
| | | |\ \ | | | | |/
| | | * | Added test for invalid env['MSVC_NOTFOUND_POLICY'] valueWilliam Deegan2022-06-061-0/+10
| | | * | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-06-0116-461/+378
| | | |\ \
| | | * | | Fix tool name in test fixtureJoseph Brill2022-05-161-1/+1
| | | * | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-151-0/+76
| | | |\ \ \
| | | * | | | Update test script header with template/test.py headerJoseph Brill2022-05-151-4/+3
| | | * | | | Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-1511-0/+468
| | | |\ \ \ \
| | | * | | | | Replace msvc_exists in tools exists functions for msvc tools with msvc_setup_...Joseph Brill2022-04-264-4/+21
| | | * | | | | Rework exception message construction when a specified msvc version is not fo...Joseph Brill2022-04-241-1/+1
| | | * | | | | Raise MSVCVersionNotFound exception instead of returning an empty/undefined d...Joseph Brill2022-04-125-4/+110
| | * | | | | | Added test for NINJA_CMD_ARGS="-v -j3" (contains two arguments for ninja)William Deegan2022-06-131-0/+4
| | * | | | | | Added command line variable to pass ninja args through scons.Daniel Moody2022-06-071-1/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-071-0/+79
| |/ / / / /
* | | | | | Added option to allow scons to determine if it should skip ninja regeneration.Daniel Moody2022-06-072-0/+125
|/ / / / /
* | | | | Merge branch 'master' into ninja_always_executeWilliam Deegan2022-06-0218-470/+399
|\ \ \ \ \
| * \ \ \ \ Merge pull request #4158 from dmoody256/shell_env_gen_listWilliam Deegan2022-06-012-9/+21
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Updated CHANGES/RELEASE to be a bit simpler. Fixed typo in docs for SHELL_ENV...William Deegan2022-06-011-1/+1
| | * | | | Updated SHELL_ENV_GENERATOR to be list of functions now called SHELL_ENV_GENE...Daniel Moody2022-05-242-8/+20
| | | |_|/ | | |/| |
| * | | | Fix sider-detected typo in test changeMats Wichmann2022-05-311-1/+1
| * | | | Normalize use of test.sleep()Mats Wichmann2022-05-3116-461/+378
| |/ / /
* | | | Merge branch 'master' into ninja_always_executeDaniel Moody2022-05-241-0/+76
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into jbrill-msvc-usesettingsJoseph Brill2022-05-1511-0/+468
| |\ \ \ | | | |/ | | |/|
| * | | Test MSVCUseSettingsError exception raised for type errorJoseph Brill2022-05-051-0/+8
| * | | Test that MSVC_USE_SETTINGS empty dictionary produces msvc compiler not found...Joseph Brill2022-05-051-0/+8
| * | | Add MSVC_USE_SETTINGS testJoseph Brill2022-05-031-0/+60
| | |/ | |/|
* | | Merge branch 'master' into ninja_always_executeWilliam Deegan2022-05-123-0/+76
|\ \ \ | | |/ | |/|
| * | Merge pull request #4144 from dmoody256/shell_subst_env_varsWilliam Deegan2022-05-122-0/+74
| |\ \
| | * | fix whitespace typoDaniel Moody2022-05-111-1/+1
| | * | switched name to SHELL_ENV_GENERATORDaniel Moody2022-05-101-1/+1
| | * | updated test to test expanding differently in different actionsDaniel Moody2022-05-102-1/+4
| | * | address matts commentsDaniel Moody2022-05-102-3/+2
| | * | update test docstringDaniel Moody2022-05-101-4/+2
| | * | added test for EXPANDED_SHELL_VARDaniel Moody2022-05-102-0/+74
| * | | switch to using test.sleep()Daniel Moody2022-05-121-2/+1
| * | | Add some time in Dir/source.py test because of filesystem precision.Daniel Moody2022-05-121-0/+3
| |/ /
* | | Merge remote-tracking branch 'origin/master' into ninja_always_executeDaniel Moody2022-05-111-0/+81
|\ \ \ | |/ /
| * | Skip new content-timestamp-symlink test on win32Mats Wichmann2022-05-061-0/+3
| * | Fix a couple of sider complaints in new testcaseMats Wichmann2022-05-061-5/+2
| * | Fix content-timestamp decider for symlinksMats Wichmann2022-05-061-0/+81
* | | fix sider issuesDaniel Moody2022-05-101-1/+0
* | | added target propagation for ninja executionDaniel Moody2022-05-101-0/+95
* | | improved ninja default targets and for ninja file as only target when generat...Daniel Moody2022-05-063-1/+98
|/ /
* | Merge branch 'master' into masterWilliam Deegan2022-05-053-0/+132
|\ \
| * \ Merge branch 'master' into ninja_alias_generated_filesWilliam Deegan2022-05-052-0/+67
| |\ \
| * | | Add ninja alias option to label generated source filesDaniel Moody2022-04-143-0/+132
| | |/ | |/|
* | | Merge branch 'master' into masterWilliam Deegan2022-05-042-0/+67
|\ \ \ | | |/ | |/|
| * | Clean up sider complaintWilliam Deegan2022-05-041-3/+0
| * | change test to set NINJA_DEPFILE_PARSE_FORMAT to msvc after loading mingw, to...William Deegan2022-05-042-1/+3
| * | no need to actually have mingw installed to run test, removed that case fo sk...William Deegan2022-05-041-8/+0
| * | Clean up sider complaintWilliam Deegan2022-05-041-1/+0