summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Exp: try to make the Windows Docbook tests betterMats Wichmann2025-03-121-12/+18
* Set TEMPLATE rule to `install_pool` for the Ninja toolAdam Scott2024-12-171-1/+1
* Merge branch 'master' into maint/st_modeWilliam Deegan2024-12-161-1/+1
|\
| * Tweak Variables docsMats Wichmann2024-12-151-1/+1
* | Modernize stat usageMats Wichmann2024-12-151-2/+2
|/
* renamed SCons.Tool.ninja -> SCons.Tool.ninja_tool and added alias in tool loa...William Deegan2024-11-2512-14/+15
* Fixed ninja binary location logic to use ninja.BIN_DIR. Previous logic no lon...William Deegan2024-11-251-10/+9
* Merge pull request #4643 from Repiteo/future-annotationsWilliam Deegan2024-11-168-27/+42
|\
| * Integrate `from __future__ import annotations`Thaddeus Crews2024-11-168-27/+42
* | [ci skip] change look-up and look up -> lookup.William Deegan2024-11-161-1/+1
* | [ci skip] change look-up and look up -> lookup.William Deegan2024-11-161-1/+1
* | [ci skip] change look-up and look up -> lookup, also use the Tool entity inst...William Deegan2024-11-162-2/+2
* | [ci skip] change look-up and look up -> lookupWilliam Deegan2024-11-161-2/+2
* | change look-up and look up -> lookupWilliam Deegan2024-11-162-4/+4
* | change look-up and look up -> lookupWilliam Deegan2024-11-162-4/+4
* | [ci skip] Add CHANGES/RELEASE Blurb. Minor edit in ninja.xmlWilliam Deegan2024-11-161-1/+1
* | *.xml: Add miscellaneous language improvementsAlex Thiessen2024-11-157-7/+7
* | *.xml: Fix joined wordsAlex Thiessen2024-11-152-3/+3
* | *.xml: Remove trailing whitespaceAlex Thiessen2024-11-151-1/+1
* | *.xml: Capitalize proper nounsAlex Thiessen2024-11-152-2/+2
* | *.xml: Hyphenate `out of date`Alex Thiessen2024-11-151-1/+1
* | *.xml: Fix hyphensAlex Thiessen2024-11-155-5/+5
* | *.xml: Use en_USAlex Thiessen2024-11-151-1/+1
* | *.xml: Add missing commasAlex Thiessen2024-11-1513-16/+16
* | *.xml: Fix obvious typos etc.Alex Thiessen2024-11-1513-25/+25
|/
* Add optional keyword argument auto_filter_projects to MSVSSolution.Joseph Brill2024-10-282-1/+85
* Merge branch 'master' into jbrill-msvs-testsJoseph Brill2024-10-201-2/+20
|\
| * Remove unused MSCommonLogFile warning.Joseph Brill2024-10-081-3/+0
| * Detect double quotes in SCONS_MSCOMMON_DEBUG value and raise UserError immedi...Joseph Brill2024-10-011-9/+6
| * Remove unnecessary f-string specification in ms common logging error message.Joseph Brill2024-09-271-1/+1
| * Simplify log file handling.Joseph Brill2024-09-271-169/+20
| * Validate the SCONS_MSCOMMON_DEBUG file name.Joseph Brill2024-09-261-2/+175
* | Fix: normalize case for solution file extension and file name for string ends...Joseph Brill2024-10-201-2/+2
* | Bug fix in msvs.py: the value for the construction value 'nokeep' was inadver...Joseph Brill2024-10-191-2/+2
* | Minor code order refactor in msvs.py.Joseph Brill2024-10-191-3/+4
* | Remove MSVSProject argument projectguid and replace with MSVS_PROJECT_GUID in...Joseph Brill2024-10-131-4/+1
* | Update Tool/msvs.py, update MSVS tests; and add additional tests for MSVS mul...Joseph Brill2024-10-112-26/+76
* | Fix MSVS tests and minor changes to Tool/msvs.py.Joseph Brill2024-10-071-3/+8
|/
* Fix typosWilliam Deegan2024-09-221-4/+4
* Clean up manpage entries for gettext and pdf builders [skip appveyor]Mats Wichmann2024-09-207-320/+331
* Add clang, clang++ to default tool searchMats Wichmann2024-09-191-4/+4
* Fix initialization of compilation_db emittersMats Wichmann2024-09-161-6/+11
* Don't let deletions leak from OverrideEnvironmentMats Wichmann2024-09-042-14/+6
* Additinal tweaks for $VSWHERE [skip appveyor]Mats Wichmann2024-07-031-14/+15
* Further tweak $VSWHERE, also $MSVC_VERSION [skip appveyor]Mats Wichmann2024-07-031-31/+39
* vswhere: remove mention of legacy option [skip appveyor]Mats Wichmann2024-07-021-6/+3
* Update $VSWHERE description. [skip appveyor]Mats Wichmann2024-07-011-33/+48
* Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-06-29102-329/+336
|\
| * Standardize license header on in-use doc files [skip appveyor]Mats Wichmann2024-06-25101-329/+333
| * AddOption now recognizes "settable" optionMats Wichmann2024-06-171-0/+3