Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] file closes in tools and others | Mats Wichmann | 2019-04-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | rename clang command package to clangCommon as it was breaking imports test. | William Deegan | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | Update default paths for clang compilers. This should hopefully fix some ↵ | William Deegan | 2018-02-14 | 1 | -1/+3 |
| | | | | appveyor failures. | ||||
* | Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to ↵ | William Deegan | 2018-01-18 | 1 | -1/+10 |
| | | | | allow tools to search for normal SCOns paths, and then specify alternative default install paths for such tools. This should resolve clang failing on appveyor on windows | ||||
* | Remove inappropriate comment. Correct encoding lines. | Russel Winder | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | Change the name of the tool to avoid + in filename. Add alias so clang++ ↵ | Russel Winder | 2017-06-21 | 1 | -0/+91 |
still works as a tool name. |