Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | ListVariable now has a separate validator | Mats Wichmann | 2024-06-13 | 1 | -0/+5 | |
| | | |/ | ||||||
| | * | | AddOption now recognizes "settable" option | Mats Wichmann | 2024-06-17 | 1 | -0/+3 | |
| | |/ | ||||||
| * | | Replace `black`/`flake8` with `ruff` | Thaddeus Crews | 2024-06-02 | 1 | -0/+3 | |
* | | | Merge branch 'master' into jbrill-msvc-detect | William Deegan | 2024-06-07 | 1 | -1/+23 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | fix some spelling issues and add blurb to RELEASE | William Deegan | 2024-06-07 | 1 | -1/+4 | |
| * | | Merge branch 'master' into variables-nosubst | William Deegan | 2024-06-06 | 1 | -0/+6 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into runtest-exit5 | William Deegan | 2024-06-06 | 1 | -0/+2 | |
| | |\ \ | ||||||
| | | * \ | Merge branch 'master' into repro-build-notes | William Deegan | 2024-06-06 | 1 | -0/+1 | |
| | | |\ \ | ||||||
| | | | * | | Teach Clone() to respect the variables= kwarg. | Mats Wichmann | 2024-06-04 | 1 | -0/+1 | |
| | | * | | | Added blurb to RELEASE.txt | William Deegan | 2024-06-06 | 1 | -0/+1 | |
| | | |/ / | ||||||
| | * | | | Added blurb to RELEASE.txt | William Deegan | 2024-06-06 | 1 | -0/+4 | |
| | |/ / | ||||||
| * | | | Adding testcase for Add(..., subst) | Mats Wichmann | 2024-06-03 | 1 | -1/+1 | |
| * | | | Allow a Variable to not be substituted | Mats Wichmann | 2024-06-03 | 1 | -0/+3 | |
| |/ / | ||||||
| * | | Fixed typo, added RELEASE.txt | William Deegan | 2024-06-03 | 1 | -0/+6 | |
| |/ | ||||||
| * | eol commit to `.git-blame-ignore-revs` | Thaddeus Crews | 2024-05-31 | 1 | -0/+4 | |
* | | Fix grammatical error in RELEASE.txt | Joseph Brill | 2024-05-28 | 1 | -1/+1 | |
* | | Merge branch 'master' into jbrill-msvc-detect | Joseph Brill | 2024-05-28 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Migrate `setup.cfg` logic to `pyproject.toml` | Thaddeus Crews | 2024-05-26 | 1 | -1/+2 | |
* | | Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto... | Joseph Brill | 2024-05-27 | 1 | -0/+2 | |
* | | Merge branch 'master' into jbrill-msvc-detect | Joseph Brill | 2024-05-26 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Tweak some things about Command() docs | Mats Wichmann | 2024-05-22 | 1 | -0/+1 | |
* | | Merge branch 'master' into jbrill-msvc-detect | Joseph Brill | 2024-05-20 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | added reference to fixed issue in Release.txt | William Deegan | 2024-05-19 | 1 | -1/+1 | |
| * | Merge branch 'master' into exception-convert | William Deegan | 2024-05-19 | 1 | -0/+2 | |
| |\ | ||||||
| | * | API Docs build adjustment. | Mats Wichmann | 2024-05-16 | 1 | -0/+2 | |
| * | | Improve conversion to BuildError | Mats Wichmann | 2024-05-16 | 1 | -0/+3 | |
| |/ | ||||||
* | | Merge branch 'master' into jbrill-msvc-detect | Joseph Brill | 2024-05-14 | 1 | -3/+28 | |
|\ \ | |/ | ||||||
| * | Merge branch 'master' into py36-depr | William Deegan | 2024-05-10 | 1 | -4/+9 | |
| |\ | ||||||
| | * | Merge branch 'master' into finish-4520 | William Deegan | 2024-05-10 | 1 | -0/+2 | |
| | |\ | ||||||
| | | * | Variables cleanup: BoolVariable | Mats Wichmann | 2024-05-09 | 1 | -0/+2 | |
| | * | | Fix ParseFlags so -stdlib goes in CXXFLAGS | Mats Wichmann | 2024-05-09 | 1 | -0/+2 | |
| | |/ | ||||||
| | * | Merge pull request #4503 from mwichmann/testing/win | William Deegan | 2024-05-04 | 1 | -3/+3 | |
| | |\ | ||||||
| | | * | Merge branch 'master' into testing/win | William Deegan | 2024-04-04 | 1 | -1/+7 | |
| | | |\ | ||||||
| | | * | | Back off test framework exception handling | Mats Wichmann | 2024-04-01 | 1 | -3/+1 | |
| | | * | | Testing framework fixes | Mats Wichmann | 2024-04-01 | 1 | -3/+5 | |
| | * | | | Merge pull request #4514 from Repiteo/GetSConsVersion | William Deegan | 2024-05-04 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | | * | | | Minor edits | William Deegan | 2024-05-04 | 1 | -1/+1 | |
| | | * | | | Implement `GetSConsVersion` static method | Thaddeus Crews | 2024-04-15 | 1 | -1/+1 | |
| | | | |/ | | | |/| | ||||||
| | * | | | Update docs for Variables | Mats Wichmann | 2024-04-18 | 1 | -0/+1 | |
| | |/ / | ||||||
| * | | | Deprecate Python 3.6 support. | Mats Wichmann | 2024-05-04 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Extend pdf-skipping to man and user builds. | Mats Wichmann | 2024-04-02 | 1 | -1/+7 | |
| |/ | ||||||
| * | Tools update, maninly documentation | Mats Wichmann | 2024-03-31 | 1 | -0/+1 | |
| * | Merge branch 'master' into maint/pickling | William Deegan | 2024-03-30 | 1 | -2/+6 | |
| |\ | ||||||
| | * | Prefix with NOTE | Raymond Li | 2024-03-30 | 1 | -4/+4 | |
| | * | Add warning to CHANGES and RELEASE | Raymond Li | 2024-03-30 | 1 | -1/+4 | |
| | * | Update CHANGELOG/RELEASE | Raymond Li | 2024-03-29 | 1 | -1/+3 | |
| * | | added blurb to RELEASE.txt | William Deegan | 2024-03-30 | 1 | -0/+4 | |
| |/ | ||||||
* | | Merge branch 'master' into jbrill-msvc-detect | Joseph Brill | 2024-03-24 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix isabs() check in NodeInfo for Py 3.13 | Mats Wichmann | 2024-03-24 | 1 | -0/+2 | |
* | | Update documentation. | Joseph Brill | 2024-03-24 | 1 | -0/+8 | |