summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updates for 4.4.04.4.0rel_4.4.0William Deegan2022-07-301-18/+12
* updates for 4.4.0William Deegan2022-07-301-3/+3
* Updates for 4.4.0 releaseWilliam Deegan2022-07-302-5/+5
* Updates for 4.4.0 releaseWilliam Deegan2022-07-303-4/+9
* Updated autogenerated doc filesWilliam Deegan2022-07-3013-23/+137
* Merge pull request #4202 from mwichmann/doc/sphinxconfWilliam Deegan2022-07-301-1/+1
|\
| * Fix Sphinx config file error [skip appveyor]Mats Wichmann2022-07-301-1/+1
* | Merge pull request #4201 from mwichmann/maint/tooldebugWilliam Deegan2022-07-301-19/+19
|\ \
| * | Minor cleanup of debug in Tool init [skip appveyor]Mats Wichmann2022-07-301-19/+19
| |/
* | Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2022-07-262-112/+137
|\ \ | |/
| * Merge pull request #4197 from mwichmann/doc/CONTRIBWilliam Deegan2022-07-251-51/+84
| |\
| | * Put back add-scons-to-PATH option [ci skip]Mats Wichmann2022-07-251-0/+17
| | * Sider spotted a typo [ci skip]Mats Wichmann2022-07-251-1/+1
| | * Update the CONTRIBUTING file [ci skip]Mats Wichmann2022-07-251-51/+67
| * | Merge pull request #4196 from mwichmann/doc/dedent-compdbWilliam Deegan2022-07-251-61/+53
| |\ \
| | * | Dedent some examples in userguide [ci skip]Mats Wichmann2022-07-251-61/+53
| | |/
* | | move sphinx to be >= 5.1.1William Deegan2022-07-261-1/+2
|/ /
* | reorder appveyor matrix to push coverage run to be the last since it always t...William Deegan2022-07-241-4/+8
* | Merge pull request #4174 from jcbrill/jbrill-msvc-batchargsWilliam Deegan2022-07-2447-839/+8381
|\ \ | |/ |/|
| * Fix sphinx version < 5.1.0. For now 5.1.0 breaks the sphinx api buildWilliam Deegan2022-07-242-8/+8
| * minor formatting updatesWilliam Deegan2022-07-249-32/+30
| * Updated copyright block, minor code fixesWilliam Deegan2022-07-243-14/+36
| * fix variable names which were shadowing global/module symbolsWilliam Deegan2022-07-231-5/+5
| * Format code via blackWilliam Deegan2022-07-231-6/+9
| * Format code via blackWilliam Deegan2022-07-231-2/+4
| * Format code via blackWilliam Deegan2022-07-231-6/+3
| * refactore to avoid shadowing 'bool' changed variable name to bool_valWilliam Deegan2022-07-231-5/+5
| * Update MSCommon/README.rst.Joseph Brill2022-07-191-2/+382
| * Remove sentence that predates file rename. [ci skip]Joseph Brill2022-07-181-3/+0
| * Convert format from plain text to RST. [ci skip]Joseph Brill2022-07-181-109/+121
| * Rename README to README.rst.Joseph Brill2022-07-181-0/+0
| * Remove README.rst.Joseph Brill2022-07-181-125/+0
| * Revert "Rename README to README.rst and update contents for RST. [ci skip]"Joseph Brill2022-07-182-4/+117
| * Rename README to README.rst and update contents for RST. [ci skip]Joseph Brill2022-07-182-117/+4
| * Merge branch 'master' into jbrill-msvc-batchargsJoseph Brill2022-07-1810-86/+60
| |\
| * | Add MSCommon/README.rst with verbatim content from MSCommon/README. Add out-...Joseph Brill2022-07-182-0/+130
| * | Minor tweaks for readability and consistency.Joseph Brill2022-07-181-6/+9
| * | Add special case for msvc 14.0 and store/uwp specified via script args and sd...Joseph Brill2022-07-185-203/+165
| * | Add msvc spectre libs test. Add library path checks to msvc sdk version and ...Joseph Brill2022-07-173-6/+184
| * | Remove print statement from ScriptArgumentsTests.py.Joseph Brill2022-07-171-1/+0
| * | Remove blank line and redundant test invocation.Joseph Brill2022-07-171-2/+0
| * | Add function to return toolsets with spectre libs folder (target may not be i...Joseph Brill2022-07-175-12/+100
| * | Add msvc sdk version components utility function and tuple. Finish script ar...Joseph Brill2022-07-174-64/+292
| * | Add version components tuple to version breakdown definitions.Joseph Brill2022-07-172-5/+14
| * | Use installed versions instead of all versions.Joseph Brill2022-07-161-2/+2
| * | Return previous policy when setting default argument policy. Add more tests.Joseph Brill2022-07-163-42/+330
| * | Rework unit tests: move global data to Data class and move monkey patching to...Joseph Brill2022-07-166-108/+189
| * | Add additional tests for msvc_sdk_versions, msvc_toolset_versions, and msvc_q...Joseph Brill2022-07-151-8/+82
| * | Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...Joseph Brill2022-07-146-75/+175
| * | Add WinSDK tests.Joseph Brill2022-07-142-1/+100