summaryrefslogtreecommitdiffstats
path: root/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
* Update NEXT_RELEASE to 4.9.0William Deegan2025-03-021-4/+4
* Add as_dict flag to env.DictionaryMats Wichmann2024-11-121-2/+18
* Improve Repository docs [skip appveyor]Mats Wichmann2024-10-241-3/+3
* Minor test cleanup - EnvironmentTestsMats Wichmann2024-10-181-183/+178
* Tweak User Guide environment descriptionsMats Wichmann2024-09-211-5/+10
* Don't let deletions leak from OverrideEnvironmentMats Wichmann2024-09-041-34/+150
* Fix bug with unique adds and delete_existingMats Wichmann2024-08-191-36/+57
* Enhancement: Dump() takes multiple args nowMats Wichmann2024-07-121-15/+33
* Move environment var checker to SCons.UtilMats Wichmann2024-06-061-35/+0
* Make is_valid_construction_var really be a bool functionMats Wichmann2024-06-021-17/+17
* Fix ParseFlags so -stdlib goes in CXXFLAGSMats Wichmann2024-05-091-1/+2
* Improve env.Dump('json') a bitMats Wichmann2024-03-211-1/+2
* Implement test case for non-serializable jsonThaddeus Crews2024-03-131-1/+2
* Fix library literal prefix codeMats Wichmann2023-10-281-13/+27
* switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...William Deegan2023-10-281-1/+12
* Add LIBLITERAL to support gcc -l:filenameMats Wichmann2023-10-281-2/+22
* Implement a new subprocess wrapperMats Wichmann2023-07-081-1/+1
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-194/+194
* Fix problem when MergeFlags adds to existing CPPDEFINESMats Wichmann2023-03-091-9/+14
* added example code which demonstrates the problem introduced in 4.5.0 and fix...William Deegan2023-03-071-9/+9
* Fix issue with CPPDEFINES and Clone environmentsMats Wichmann2023-03-061-104/+146
* Fix -fsanitize flag handlingFlaviu Tamas2022-08-131-2/+8
* docs: update parseconfig, parseflags, mergeflagsMats Wichmann2022-05-041-0/+30
* Add simple unittest for -includeMats Wichmann2022-03-171-1/+4
* Add unittests for unclear Path append operationsMats Wichmann2022-01-121-26/+44
* Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...Jacob Cassagnol2021-11-101-1/+2
* Added test of new functionality for _concat's new affect_signature flagWilliam Deegan2021-06-121-1/+4
* PR #3942: retstore two checks per PR reviewMats Wichmann2021-06-081-8/+7
* Update env.Tool behavior and docMats Wichmann2021-05-231-1/+3
* Fix checker-spotted issues in Environment apply_toolsMats Wichmann2021-05-231-19/+21
* Add simple unit-test for env.Whereis('')Mats Wichmann2021-04-231-0/+2
* Test tweaks to help testing on mingw-only win32 systemsMats Wichmann2021-04-141-1/+1
* fixed sider issuesDaniel Moody2021-04-021-0/+1
* fix up some doc issues and add test coverageDaniel Moody2021-04-011-0/+24
* Drop the local CLVar class from EnvironmentTestsMats Wichmann2021-03-281-12/+2
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-21/+2
* Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...William Deegan2021-01-161-1/+11
* resolve sider issueWilliam Deegan2021-01-161-1/+0
* update cachedir tests to workin a test.workpath(), and also verify that the c...William Deegan2021-01-161-4/+15
* Fix bug where SideEffect() was returning duplicate entriesAdam Gross2021-01-051-3/+9
* Don't allow duplicate side effects to be addedAdam Gross2021-01-051-0/+6
* Fix a sider complaint in EnvironmentTests.pyMats Wichmann2020-10-261-1/+7
* Fix/update global AddMethodMats Wichmann2020-10-121-1/+13
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-3/+2
* Merge branch 'master' into better-tool-msgWilliam Deegan2020-09-191-34/+55
|\
| * Fix some MergeFlags issuesMats Wichmann2020-08-271-34/+55
* | Change erorr in case not-found Tool requestedMats Wichmann2020-09-091-4/+4
|/
* Simplify more tests to use unittest.mainMats Wichmann2020-08-251-15/+6
* Enable environment dict.setdefaultMats Wichmann2020-07-311-4/+51
* Add keys() and values() to environmentMats Wichmann2020-06-251-22/+32