summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Update vswhere function api and update MSCommon/README.rstJoseph Brill2024-03-262-11/+34
| * | | | | | | | Change rst footnotes to numbered lists (github rendering places at end of doc...Joseph Brill2024-03-251-7/+10
| * | | | | | | | Convert simple tables to grid tables in MSCommon/README.rstJoseph Brill2024-03-251-77/+125
| * | | | | | | | Update MSCommon/README.rst formatting.Joseph Brill2024-03-251-126/+99
| * | | | | | | | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-03-242-40/+57
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rework vswhere executable filter/seen handling.Joseph Brill2024-03-243-86/+69
| * | | | | | | | | Update documentation.Joseph Brill2024-03-241-24/+33
| * | | | | | | | | Remove orphaned warning and update CHANGES.txtJoseph Brill2024-03-231-3/+0
| * | | | | | | | | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-03-2313-267/+387
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor vswhere executable support and detection.Joseph Brill2024-03-237-290/+545
| * | | | | | | | | | Detection changes for VS IDE editions and VS2008 (develop and vcforpython).Joseph Brill2024-03-125-71/+86
| * | | | | | | | | | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-03-054-127/+149
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Clear VisualStudio internal cache and installed visual studios data structure...Joseph Brill2024-03-032-11/+52
| * | | | | | | | | | | Test suite update and bug fixes.Joseph Brill2024-02-291-5/+20
| * | | | | | | | | | | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-02-2732-735/+878
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Replace removed process_path function call with normalize_path.Joseph Brill2024-01-071-3/+3
| * | | | | | | | | | | | Add additional vswhere locations and remove vswhere command-line stub.Joseph Brill2024-01-071-31/+3
| * | | | | | | | | | | | Remove unused cache dictionary.Joseph Brill2024-01-071-2/+0
| * | | | | | | | | | | | Add additional registry keys for 12.0Exp and 11.0Exp detection (VS roots).Joseph Brill2024-01-071-6/+10
| * | | | | | | | | | | | Merge branch 'master' into HEADJoseph Brill2024-01-0743-312/+825
| * | | | | | | | | | | | Merge branch 'master' into jbrill-msvc-fixesJoseph Brill2023-10-0522-415/+596
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update for SCons/Tool/msvc.xml (remove hard tabs). [ci skip]Joseph Brill2023-09-111-1/+1
| * | | | | | | | | | | | | Third update for SCons/Tool/msvc.xml (remove hard tabs). [ci skip]Joseph Brill2023-09-111-8/+8
| * | | | | | | | | | | | | Second update for SCons/Tool/msvc.xml. [ci skip]Joseph Brill2023-09-111-22/+29
| * | | | | | | | | | | | | Initial update for SCons/Tool/msvc.xml. [ci skip]Joseph Brill2023-09-101-5/+11
| * | | | | | | | | | | | | Update MSCommon/README.rst documentation [ci skip]Joseph Brill2023-09-101-20/+178
| * | | | | | | | | | | | | Remove vswhere command-line option and replace retrieval with stub returning ...Joseph Brill2023-09-101-26/+7
| * | | | | | | | | | | | | Update verification of vswhere executable and temporary removal of vswhere co...Joseph Brill2023-09-081-25/+35
| * | | | | | | | | | | | | Temporarily disable command-line argument and keep original case of vc path f...Joseph Brill2023-09-081-22/+22
| * | | | | | | | | | | | | MSVC: detection fixes and changesJoseph Brill2023-09-0817-313/+1764
* | | | | | | | | | | | | | Minor cleanups in VariablesMats Wichmann2024-06-2910-41/+36
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4556 from mwichmann/perf/env-setitemWilliam Deegan2024-06-283-22/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into perf/env-setitemWilliam Deegan2024-06-246-126/+234
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update to current fastest env setitemMats Wichmann2024-06-153-22/+22
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Standardize license header on in-use doc files [skip appveyor]Mats Wichmann2024-06-25112-351/+366
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into modifiable-add-optionWilliam Deegan2024-06-232-26/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ListVariable now has a separate validatorMats Wichmann2024-06-132-26/+88
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Tweak some docstrings for OptionsMats Wichmann2024-06-201-36/+26
* | | | | | | | | | | | | AddOption now recognizes "settable" optionMats Wichmann2024-06-174-83/+139
|/ / / / / / / / / / / /
* | | | | | | | | | | | Move environment var checker to SCons.UtilMats Wichmann2024-06-066-50/+54
* | | | | | | | | | | | Merge branch 'master' into variables-nosubstWilliam Deegan2024-06-062-16/+44
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Teach Clone() to respect the variables= kwarg.Mats Wichmann2024-06-042-16/+44
* | | | | | | | | | | | | Even more vars.Add() docstring tweaking.Mats Wichmann2024-06-031-10/+12
* | | | | | | | | | | | | Small docstring update for vars.AddMats Wichmann2024-06-031-6/+12
* | | | | | | | | | | | | Additional testcase for subst on VariablesMats Wichmann2024-06-031-4/+24
* | | | | | | | | | | | | Adding testcase for Add(..., subst)Mats Wichmann2024-06-032-2/+27
* | | | | | | | | | | | | Allow a Variable to not be substitutedMats Wichmann2024-06-033-11/+21
|/ / / / / / / / / / / /
* | | | | | | | | | | | Make is_valid_construction_var really be a bool functionMats Wichmann2024-06-022-19/+19
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Tweak some things about Command() docsMats Wichmann2024-05-223-73/+86
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Variables cleanup: coreMats Wichmann2024-05-192-161/+201
| |_|_|_|_|_|_|_|/ |/| | | | | | | |