summaryrefslogtreecommitdiff
path: root/SCons/Tool/gcc.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-1/+1
* updated tools to set thisDaniel Moody2022-04-221-0/+1
* fix typo in gcc/clang CCDEFLAGSWilliam Deegan2022-02-261-1/+1
* Initial change to use CCDEFFLAGS set by individual compilers rather than hard...William Deegan2022-02-251-0/+3
* address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...William Deegan2022-01-231-5/+4
* Do not convert throwaway input from gcc tool.Mats Wichmann2021-09-071-1/+2
* Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is ev...William Deegan2020-12-271-13/+11
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
* remove context manager from Pipe() broke testsWilliam Deegan2020-06-151-14/+14
* Wrap SCons.Action._subproc() call with 'with' to prevent leaking popen objectWilliam Deegan2020-06-151-13/+14
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+111