Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-14 | ac_converter: use better style for header check iteration | Eli Schwartz | 1 | -5/+5 | |
underscorifying and upper casing the header name is superior to duplicating it. | |||||
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -1/+1 | |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -3/+3 | |
performed by running "pyupgrade --py36-plus" and committing the results | |||||
2019-12-06 | Update Python2 syntax to Python3 syntax in ghwt.py | Michael Brockus | 1 | -5/+5 | |
2019-11-07 | CI: add initial type annotation checking | Michael Hirsch, Ph.D | 1 | -7/+7 | |
2017-07-31 | Improve ac_converter to print a help message. | Jussi Pakkanen | 1 | -1/+8 | |
2017-07-16 | Removed duplicate key in dictionary. | Jussi Pakkanen | 1 | -1/+0 | |
2017-06-04 | A few typo fixes in the converter script. | Jussi Pakkanen | 1 | -2/+2 | |
2017-06-04 | Added more functions to the list of checks. | Jussi Pakkanen | 1 | -0/+143 | |
2017-01-01 | style: fix E124 violations | Igor Gnatenko | 1 | -1/+1 | |
E124: closing bracket does not match visual indentation Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2016-12-31 | Fix space before :. | Jussi Pakkanen | 1 | -32/+32 | |
2016-10-07 | tools/ac_converter: couple of trivial fixes (#867) | Igor Gnatenko | 1 | -3/+2 | |
W: 31, 4: Duplicate key 'HAVE_UNSETENV' in dictionary (duplicate-key) Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> * tools/ac_converter: fix undefined variable 'func' E:283,11: Undefined variable 'func' (undefined-variable) Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> * tools/ac_converter: use spaces properly in HAVE_SOCKET C: 97, 0: Exactly one space required after comma 'HAVE_SOCKET' : ('socket',' sys/socket.h'), ^ (bad-whitespace) This also might cause some issue after conversion. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2016-09-04 | loop over `sizes' | Iain Lane | 1 | -1/+1 | |
I ran `ac_converter.py`, and it crashed ``` Traceback (most recent call last): File "ac_converter.py", line 299, in <module> for elem, typename in size: ``` I think it's a typo like this. | |||||
2016-08-30 | Use context manager in scripts. | Elliott Sales de Andrade | 1 | -41/+66 | |
2016-08-14 | Use our config template rather than Autoconf's. | Jussi Pakkanen | 1 | -1/+1 | |
2016-08-13 | A few more checks for ac converter tool. | Jussi Pakkanen | 1 | -0/+5 | |
2016-07-28 | Convert socket checks. | Jussi Pakkanen | 1 | -0/+1 | |
2015-11-20 | A few more checks for converter. | Jussi Pakkanen | 1 | -0/+4 | |
2015-11-12 | More checks for converter. | Jussi Pakkanen | 1 | -0/+53 | |
2015-09-04 | Moved new ac converter from wrap repo and made shebang line use env. Closes ↵ | Jussi Pakkanen | 1 | -0/+217 | |
#256. |