summaryrefslogtreecommitdiffstats
path: root/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* Update NEXT_RELEASE to 4.9.0William Deegan2025-03-021-3/+3
* Tweak Clean and NoClean manpage entries [skip appveyor]Mats Wichmann2024-11-171-2/+12
* Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-8/+12
* Add as_dict flag to env.DictionaryMats Wichmann2024-11-121-25/+33
* Improve Repository docs [skip appveyor]Mats Wichmann2024-10-241-1/+1
* Update some doc for OverrideEnvironmentMats Wichmann2024-09-141-6/+6
* Don't let deletions leak from OverrideEnvironmentMats Wichmann2024-09-041-63/+168
* Fix bug with unique adds and delete_existingMats Wichmann2024-08-191-16/+26
* Enhancement: Dump() takes multiple args nowMats Wichmann2024-07-121-14/+24
* Update to current fastest env setitemMats Wichmann2024-06-151-20/+17
* Move environment var checker to SCons.UtilMats Wichmann2024-06-061-8/+2
* Teach Clone() to respect the variables= kwarg.Mats Wichmann2024-06-041-7/+21
* Make is_valid_construction_var really be a bool functionMats Wichmann2024-06-021-2/+2
* Tweak some things about Command() docsMats Wichmann2024-05-221-37/+29
* Fix ParseFlags so -stdlib goes in CXXFLAGSMats Wichmann2024-05-091-3/+7
* Tools update, maninly documentationMats Wichmann2024-03-311-6/+17
* Improve env.Dump('json') a bitMats Wichmann2024-03-211-24/+37
* Merge pull request #4480 from Repiteo/non-serializableWilliam Deegan2024-03-131-1/+1
|\
| * Merge branch 'master' into non-serializableWilliam Deegan2024-02-181-2/+3
| |\
| * | Explicitly wrap non-serializable values in json dumpThaddeus Crews2024-02-141-1/+1
* | | Minor manpage updates. [skip appveyor]Mats Wichmann2024-03-011-0/+11
| |/ |/|
* | Merge branch 'master' into complex-type-hint-frameworkWilliam Deegan2024-02-141-3/+9
|\ \ | |/
| * doc: update Pseudo description and moreMats Wichmann2024-02-091-3/+9
* | Implement framework for hinting complex typesThaddeus Crews2024-01-151-2/+3
|/
* Fix library literal prefix codeMats Wichmann2023-10-281-6/+10
* Merge branch 'master' into feature/new-subprocMats Wichmann2023-09-091-2/+2
|\
| * "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-2/+2
* | Implement a new subprocess wrapperMats Wichmann2023-07-081-14/+10
|/
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-12/+8
* Drop unused environment methodsMats Wichmann2023-05-221-25/+0
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-61/+61
* Fix problem when MergeFlags adds to existing CPPDEFINESMats Wichmann2023-03-091-1/+18
* rewording of CHANGES.txt info. Changed versionadded to 4.5.0William Deegan2023-02-161-1/+1
* Tweak Append/Prepend e2e testsMats Wichmann2023-02-151-1/+3
* Adjusted CPPDEFINES behavior for list and tupleMats Wichmann2023-02-091-32/+62
* Alter append logic to keep existing append of tuple value yielding -Dkey=valueWilliam Deegan2023-02-031-1/+13
* Fix some CPPDEFINES handling problemsMats Wichmann2023-01-301-1/+1
* CPPDEFINES: reword some doc stuffMats Wichmann2023-01-301-6/+7
* Fix some pyside complaintsMats Wichmann2023-01-301-2/+2
* Split out CPPDEFINES handling in Append methodsMats Wichmann2023-01-301-123/+183
* Solution for Issue #4275 (Compilation db get's tmp file command line), also e...William Deegan2022-12-111-4/+4
* Minor doc update for Value nodes [skip appveyor]Mats Wichmann2022-10-211-4/+11
* Fix -fsanitize flag handlingFlaviu Tamas2022-08-131-1/+1
* docs: update parseconfig, parseflags, mergeflagsMats Wichmann2022-05-041-24/+51
* Fix sider complaintMats Wichmann2022-03-151-0/+9
* Use super call instead of direct class callMats Wichmann2022-03-151-52/+57
* Update manpage bits about env['ENV'] [skip appveyor]Mats Wichmann2022-01-101-12/+12
* Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...Jacob Cassagnol2021-11-101-1/+1
* Change SCons.Scanner.Base to ScannerBaseMats Wichmann2021-10-041-1/+1
* Rework wording of {HOST,TAGET}_{ARCH_OS}.Mats Wichmann2021-09-271-6/+6