summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_...William Deegan2023-01-28168-2328/+4795
|\
| * Run latex after bibtex/biber only when necessaryLukas Schrangl2023-01-232-6/+27
| * Merge branch 'master' into maint/gfortran-fiddleWilliam Deegan2023-01-231-1/+1
| |\
| | * Add Python 3.12 supportMats Wichmann2023-01-221-1/+1
| * | gfortran - remove some debug prints [skip appveyor]Mats Wichmann2023-01-221-6/+0
| * | Tweak gfortran tool to respect tool settingMats Wichmann2023-01-183-108/+96
| |/
| * Merge pull request #4289 from mwichmann/java-emitted-cachedirWilliam Deegan2023-01-171-0/+77
| |\
| | * Remove unneeded code in new Java testMats Wichmann2023-01-131-2/+2
| | * Fix problem where Java inner classes cannot cacheMats Wichmann2023-01-131-0/+77
| * | feat: adds JAVAPROCESSORPATH construction variable; updates JavaScanner to sc...djh2023-01-131-0/+95
| |/
| * Force OBJSUFFIX for TEMPFILE test to be .o so it match expected on all platformsWilliam Deegan2022-12-311-0/+1
| * Simplify test for commpilation db + TEMPFILE interactionWilliam Deegan2022-12-312-60/+13
| * Update copyright header text, format filesWilliam Deegan2022-12-313-6/+10
| * Merge branch 'fix_4275_comp_db_with_TEMPFILE' of github.com:bdbaddog/scons in...William Deegan2022-12-312-0/+141
| |\
| | * Added specific test for Compilation Database to reproduce issue #4275 with Te...TZe2022-12-122-0/+141
| * | Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-191-5/+12
| |/
| * Fix broken testsWilliam Deegan2022-12-043-4/+5
| * Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-041-2/+1
| * Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...William Deegan2022-12-0338-98/+170
| |\
| | * Remove an extra check in one ninja testMats Wichmann2022-11-171-4/+2
| | * A few more e2e test speedupsMats Wichmann2022-11-166-5/+17
| | * Speed up a few tests for CIMats Wichmann2022-11-1530-82/+141
| | * Move execution environment sanitation from Action._suproc to SCons.Util.sanit...William Deegan2022-11-021-0/+6
| | * Merge pull request #4251 from bdbaddog/taskmaster_trace_to_python_loggingWilliam Deegan2022-10-262-13/+7
| | |\
| | | * Fixed taskmaster trace tests. Previously there was an extra line at the end o...William Deegan2022-10-262-13/+7
| * | | Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-035-172/+267
| |/ /
| * | Small cleanup in BoolVariable [skip appveyor]Mats Wichmann2022-10-226-102/+123
| |/
| * removing obsolete python 2 only testWilliam Deegan2022-10-101-56/+0
| * Tweak Copy() changes:Mats Wichmann2022-09-121-0/+5
| * Handle a list as source in CopyMats Wichmann2022-09-122-26/+43
| * Merge pull request #4220 from mwichmann/maint/no-dos-endingsWilliam Deegan2022-09-1127-690/+690
| |\
| | * Convert line endings on sources [skip appveyor]Mats Wichmann2022-08-2027-690/+690
| * | Merge pull request #4218 from jediry/fix_runtest_pyWilliam Deegan2022-08-211-9/+1
| |\ \ | | |/ | |/|
| | * Fix handling of posix paths containing backslash, and update testsRyan Saunders2022-08-141-9/+1
| * | Added throw_exception parameter to ValidateOptions() which allows you to sele...William Deegan2022-08-152-1/+27
| * | updates based on mwichmann's comments on the PRWilliam Deegan2022-08-141-1/+1
| * | address comments by mwichmannWilliam Deegan2022-08-142-8/+11
| * | Add ValidateOption() API which validates that all command line options are ei...William Deegan2022-08-132-0/+60
| |/
| * Add newline to end of compilation dbDan Mezhiborsky2022-08-072-6/+12
| * Merge pull request #4174 from jcbrill/jbrill-msvc-batchargsWilliam Deegan2022-07-2413-177/+1174
| |\
| | * minor formatting updatesWilliam Deegan2022-07-249-32/+30
| | * Merge branch 'master' into jbrill-msvc-batchargsJoseph Brill2022-07-185-83/+45
| | |\
| | * | Add special case for msvc 14.0 and store/uwp specified via script args and sd...Joseph Brill2022-07-184-183/+141
| | * | Add msvc spectre libs test. Add library path checks to msvc sdk version and ...Joseph Brill2022-07-173-6/+184
| | * | Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...Joseph Brill2022-07-141-57/+0
| | * | Move individual tests file content into vcTests.pyJoseph Brill2022-07-133-269/+0
| | * | Update UtilTests with version components tests and remove separate msvc versi...Joseph Brill2022-07-131-61/+0
| | * | Add additional tests. Remove trailing whitespace.Joseph Brill2022-07-113-57/+1
| | * | Local flake8 recommendations.Joseph Brill2022-07-111-1/+0
| | * | Fix msvc toolset versions test when not msvc version not installed.Joseph Brill2022-07-102-4/+5