summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into AddOption-option-objWilliam Deegan2024-09-168-157/+427
|\
| * Merge branch 'master' into issue/TEMPFILE-fiddleWilliam Deegan2024-09-165-111/+337
| |\
| | * Update some doc for OverrideEnvironmentMats Wichmann2024-09-141-6/+6
| | * Merge branch 'master' into env/override-delWilliam Deegan2024-09-113-69/+105
| | |\
| | * | Don't let deletions leak from OverrideEnvironmentMats Wichmann2024-09-045-111/+337
| * | | Update docs and usage of TEMPFILE/TempFileMungeMats Wichmann2024-09-143-46/+90
| | |/ | |/|
* | | Fix some AddOption issuesMats Wichmann2024-09-112-19/+37
|/ /
* | Merge branch 'master' into maint/PkgVariableWilliam Deegan2024-09-111-47/+73
|\ \
| * | Tweak SConsOptions docstringsMats Wichmann2024-09-061-47/+73
| |/
* | PackageVariable now returns the default on "true"Mats Wichmann2024-09-042-22/+32
|/
* Updates for 4.8.1 release4.8.1William Deegan2024-09-041-4/+4
* Merge pull request #4584 from siegria/fix_piped_spawn_encodingWilliam Deegan2024-09-031-2/+2
|\
| * Changed default encoding for pspawned processes on win32 to now be oem. Updat...William Deegan2024-09-021-10/+2
| * Added \r\n -> \n per jcbrill feedback in PRWilliam Deegan2024-08-161-2/+2
| * Switched to 'oem' encoding per jcbrill's adviceWilliam Deegan2024-08-161-2/+4
| * Updates and slight refactor in fixWilliam Deegan2024-08-161-2/+8
| * Apply 'utf-8' encoding if encoding is set to Nonesiegria2024-08-081-2/+2
* | Merge branch 'master' into issue/unique-delete-existingWilliam Deegan2024-08-299-22/+121
|\ \
| * | Variables testing: confirm space-containing valuesMats Wichmann2024-08-272-3/+17
| * | Fix ListVariable with a space-containing valueMats Wichmann2024-08-168-21/+106
| |/
* | Fix bug with unique adds and delete_existingMats Wichmann2024-08-192-52/+83
|/
* added release.txt blurb. Fixed spelling typo in Defaults.xmlWilliam Deegan2024-08-061-1/+1
* Doc: use consistent repeated-args syntax [skip appveyor]Mats Wichmann2024-08-033-42/+58
* Added test to check that 'from SCons.Variables import *' will import all type...William Deegan2024-07-241-0/+22
* Restore usage of "from SCons.Variables import *`Mats Wichmann2024-07-171-0/+5
* Enhancement: Dump() takes multiple args nowMats Wichmann2024-07-123-45/+92
* Implement somewhat pythonic type hints in sctypesThaddeus Crews2024-07-091-6/+32
* Return master to development mode post releaseWilliam Deegan2024-07-081-1/+1
* 4.8.0 updates4.8.0William Deegan2024-07-071-4/+4
* Updates for SCons 4.8.0 releaseWilliam Deegan2024-07-071-1/+1
* Bump SCons "added" version to 4.8 [skip appveyor]Mats Wichmann2024-07-072-1/+5
* Merge pull request #4567 from Repiteo/scsub-pdbWilliam Deegan2024-07-061-0/+4
|\
| * Add `SCsub` to known SConscript namesThaddeus Crews2024-07-051-0/+4
* | 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 pull request #4534 from jcbrill/jbrill-msvc-detectWilliam Deegan2024-07-0117-664/+2909
|\
| * Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-06-29120-499/+622
| |\
| * \ Merge branch 'master' into jbrill-msvc-detectWilliam Deegan2024-06-0710-91/+186
| |\ \
| * | | Fix bug in Config.py initialization and rework support for MsvcQueryVersionTo...Joseph Brill2024-05-285-32/+91
| * | | Fix msvc_query_version_toolset function test in vcTests.pyJoseph Brill2024-05-282-3/+37
| * | | Rework experimental msvc_query_version_toolset function.Joseph Brill2024-05-274-92/+179
| * | | Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...Joseph Brill2024-05-276-160/+294
| * | | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-263-73/+86
| |\ \ \
| * \ \ \ Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-212-161/+201
| |\ \ \ \
| * | | | | Simplify check for VSWHERE undefined, None, or empty.Joseph Brill2024-05-211-3/+3
| * | | | | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-206-95/+143
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-182-105/+97
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-1426-294/+309
| |\ \ \ \ \ \ \