summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix problem where Java inner classes cannot cacheMats Wichmann2023-01-134-16/+107
* | | | | Merge pull request #4288 from djh82/feature/java_processor_pathWilliam Deegan2023-01-166-5/+199
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] Add notation that JAVAPROCESSORPATH is new in version 4.5.0 (The ne...William Deegan2023-01-161-0/+3
| * | | | feat: adds JAVAPROCESSORPATH construction variable; updates JavaScanner to sc...djh2023-01-136-5/+196
|/ / / /
| * | | [ci skip] add blurb to CHANGESWilliam Deegan2023-01-231-0/+1
| |/ /
| * | Docs: update MSVSProject, MSVSSolution [skip appveyor]Mats Wichmann2023-01-093-231/+346
|/ /
* | Merge pull request #4127 from mwichmann/wip/scons-local-zipappWilliam Deegan2023-01-034-91/+165
|\ \
| * | Get the zipapp support working correctly [ci skip]Mats Wichmann2023-01-034-20/+30
| * | Fix sider complaintMats Wichmann2023-01-031-5/+1
| * | Experimental: build a scons-local zipapp [skip appveyor]Mats Wichmann2023-01-032-85/+153
|/ /
* | Merge pull request #4278 from bdbaddog/fix_4275_comp_db_with_TEMPFILEWilliam Deegan2023-01-0113-23/+167
|\ \
| * | Force OBJSUFFIX for TEMPFILE test to be .o so it match expected on all platformsWilliam Deegan2022-12-311-0/+1
| * | add content to CHANGES/RELEASE for this PRWilliam Deegan2022-12-312-0/+12
| * | 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
| |\ \
| | * \ Merge pull request #9 from TZe-0xff/fix_4275_comp_db_with_TEMPFILE_testWilliam Deegan2022-12-182-0/+141
| | |\ \
| | | * | Added specific test for Compilation Database to reproduce issue #4275 with Te...TZe2022-12-122-0/+141
| | |/ /
| * | | Merge branch 'master' of github.com:SCons/scons into fix_4275_comp_db_with_TE...William Deegan2022-12-3112-982/+1234
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #4285 from thadguidry/patch-1William Deegan2022-12-301-1/+1
|\ \ \ \
| * | | | fix typoThad Guidry2022-12-311-1/+1
|/ / / /
* | | | Merge pull request #4283 from bdbaddog/fix_diskcheck_commandline_none_brokenWilliam Deegan2022-12-205-23/+51
|\ \ \ \
| * | | | Address feedback from mwichmann in PRWilliam Deegan2022-12-203-8/+15
| * | | | Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-195-23/+44
|/ / / /
* | | | Merge pull request #4281 from mwichmann/maint/util-splitupWilliam Deegan2022-12-198-958/+1182
|\ \ \ \
| * | | | Added RELEASE info for SCons.Util refactor [ci skip]Mats Wichmann2022-12-191-0/+7
| * | | | Fix typoMats Wichmann2022-12-181-1/+1
| * | | | Util splitup: do some work to quiet siderMats Wichmann2022-12-184-14/+36
| * | | | Turn Util module into a packageMats Wichmann2022-12-156-950/+1145
| | * | | Merge branch 'master' of github.com:SCons/scons into fix_4275_comp_db_with_TE...William Deegan2022-12-196-361/+432
| | |\ \ \ | |_|/ / / |/| | / / | | |/ /
* | | | Merge pull request #4279 from mwichmann/doc/variant-out-of-treeWilliam Deegan2022-12-185-199/+263
|\ \ \ \ | |/ / / |/| | |
| * | | Updated RELEASE to show VariantDir updated [ci skip]Mats Wichmann2022-12-161-0/+3
| * | | uguide: clarify VariantDir example [skip appvyor]Mats Wichmann2022-12-161-16/+21
| * | | Clarify build tree separation wording [skip appveyor]Mats Wichmann2022-12-151-1/+1
| * | | uguide: variant dir tweaking [skip appveyor]Mats Wichmann2022-12-154-193/+249
|/ / /
* | | Merge pull request #4277 from mwichmann/doc/experimentalWilliam Deegan2022-12-132-162/+169
|\ \ \
| * | | Tweak no-exec manpage wording [skip appveyor]Mats Wichmann2022-12-081-16/+21
| * | | Manpage tweaking [skip appveyor]Mats Wichmann2022-12-062-149/+151
|/ / /
| * | Solution for Issue #4275 (Compilation db get's tmp file command line), also e...William Deegan2022-12-106-17/+50
|/ /
* | Merge pull request #4276 from bdbaddog/add_new_parallel_job_experimental_featureWilliam Deegan2022-12-059-40/+58
|\ \
| * | [ci skip] Add pylint annotation and comment regarding importing GetOption in ...William Deegan2022-12-051-0/+4
| * | [ci skip] Add note to RELEASE/CHANGE that tm_v2 can be set via SetOption()William Deegan2022-12-042-2/+2
| * | [ci skip] Fix formatting for which versions introduced which experimental fea...William Deegan2022-12-042-2/+3
| * | modernize JobTests to just use unittest.main(), fix JobTests to have a reason...William Deegan2022-12-042-28/+34
| * | Fix broken testsWilliam Deegan2022-12-043-4/+5
| * | Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-046-9/+15
|/ /
* | Merge branch 'add_logging_to_new_parallel_job'William Deegan2022-12-048-189/+310
|\ \
| * \ Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...William Deegan2022-12-0377-912/+1100
| |\ \
| * | | Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-037-186/+303
* | | | Merge pull request #4253 from bdbaddog/add_logging_to_new_parallel_jobWilliam Deegan2022-12-045-31/+75
|\ \ \ \ | |_|/ / |/| | |