| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a tag to the cachedir | Mats Wichmann | 2024-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Since there are now two files to make when a cachedir is created, use the temporary-dir -> rename technique. CacheDir tests no longer pre-create the cache directory, they should be verifying it's created properly upon request (one unit test still makes sure passing an existing empty directory works, too). Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | cleaning up tool initialization to speed up tests | William Deegan | 2024-05-28 | 1 | -4/+3 |
| | | |||||
| * | Run autoflake on code | Mats Wichmann | 2020-09-21 | 1 | -1/+0 |
| | | | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Add test to verify Configure's TryCompile works with Cachedir | William Deegan | 2018-10-10 | 1 | -0/+71 |
