summaryrefslogtreecommitdiff
path: root/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...Jacob Cassagnol2021-11-091-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
* Tweak env.Tool documentation for clarityMats Wichmann2021-05-241-2/+2
* Update env.Tool behavior and docMats Wichmann2021-05-231-5/+6
* Fix checker-spotted issues in Environment apply_toolsMats Wichmann2021-05-231-6/+7
* Avoid exception if tool set to emptyMats Wichmann2021-04-231-5/+7
* switched back to just type checking the cachedir instead of avoiding linter r...Daniel Moody2021-04-071-2/+5
* fix sider issuesDaniel Moody2021-04-051-1/+2
* improved DoubleCacheDir test, added extra cachedir validation check.Daniel Moody2021-04-051-6/+15
* fixed sider issuesDaniel Moody2021-04-021-1/+1
* Added reinstantiatng custom cachedirDaniel Moody2021-04-011-3/+2
* Update to add CacheDir arg and address some review comments.Daniel Moody2021-04-011-1/+4
* Added support for passing custom CacheDir classes.Daniel Moody2021-04-011-13/+16
* PR #3898 fix syntax - missing :Mats Wichmann2021-03-111-1/+1
* PR #3898: address review commentsMats Wichmann2021-03-111-3/+3
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-18/+4
* Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-071-128/+141
|\
| * Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...William Deegan2021-01-161-5/+6
| * New solution to issue described in PR 3114. This should resolve an issue when...William Deegan2021-01-151-0/+5
| * Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2021-01-151-126/+133
| |\
| | * Work around Py3.10 optimizing out a builder testMats Wichmann2021-01-121-1/+1
| | * Merge pull request #3852 from mwichmann/try-continue-patchWilliam Deegan2021-01-051-123/+124
| | |\
| | | * Add back accidentally removed env._canonicalize()Mats Wichmann2021-01-041-0/+11
| | | * Fix awkward consvar code from ancient PythonMats Wichmann2021-01-041-129/+119
| | * | Fix bug where SideEffect() was returning duplicate entriesAdam Gross2021-01-051-1/+4
| | * | Don't allow duplicate side effects to be addedAdam Gross2021-01-051-2/+5
| | |/
| * | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-201-176/+183
| |\ \ | | |/
| * | docstrings and minor code cleanupWilliam Deegan2020-12-081-1/+1
* | | fix bad merge. Add note where we may want deprecation noticeWilliam Deegan2020-12-121-3/+1
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-121-96/+114
|\ \ \ | | |/ | |/|
| * | Remove some "star imports"Mats Wichmann2020-11-161-97/+113
* | | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-061-83/+74
|\ \ \ | |/ /
| * | Fix/update global AddMethodMats Wichmann2020-10-121-38/+8
| * | Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-13/+9
| * | [PR #3787] put back a return and update docstringMats Wichmann2020-08-281-7/+11
| * | Fix some MergeFlags issuesMats Wichmann2020-08-271-30/+51
| |/
* | Fix a few issuesAdam Gross2020-08-041-1/+1
* | Add support for overriding the default hash formatAdam Gross2020-08-041-3/+1
|/
* Adjust env.setdefault to be more efficient (review comment)Mats Wichmann2020-07-311-1/+1
* Enable environment dict.setdefaultMats Wichmann2020-07-311-2/+19
* Update docs on Builders, Scanners, EnvironmentMats Wichmann2020-07-171-35/+55
* Add keys() and values() to environmentMats Wichmann2020-06-251-5/+30
* Docstring changes from Sphinx conversion [ci skip]Mats Wichmann2020-05-301-18/+27
* Extend `Environment.Dump()` to select serialization formatAndrii Doroshenko (Xrayez)2020-05-281-10/+26
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-3/+3
* If ParseFlags called with dict argument, leave unchangedMats Wichmann2020-05-221-2/+1
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+2449