Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalized all sconsfiles and sub-sconsfiles to use algorithm if not ↵ | Jacob Cassagnol | 2021-11-10 | 1 | -1/+1 |
| | | | | | | | | | defaulted to md5. Dir search now excludes all types of sconsfiles that are now created. Environment now defaults to the current scons filename instead of .sconsfile Sconsign now has a function used by a lot of code that gets the default sconsign filename Any tests referring to .sconsfile have now been changed, including one old legacy test. | ||||
* | [PR 3464] quiet sider complaints | Mats Wichmann | 2019-10-21 | 2 | -3/+0 |
| | | | | | | | unused imports in a pair of tests that were moved and thus "touched". Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Remove deprecated {Source,Target}Signatures | Mats Wichmann | 2019-10-20 | 7 | -0/+590 |
These two have been deprecated since 2010 (about SCons 2.0), commit 935e6985. Methods are removed, setoption for setting them removed, doc is removed, tests are migrated to test/Removed/*/Old with a sconstest.skip file so they don't run, and two new tests are added to confirm that using the functions and setoptions generate exceptions. Signed-off-by: Mats Wichmann <mats@linux.com> |