summaryrefslogtreecommitdiff
path: root/tools/ac_converter.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
|
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-3/+3
| | | | performed by running "pyupgrade --py36-plus" and committing the results
* Update Python2 syntax to Python3 syntax in ghwt.pyMichael Brockus2019-12-061-5/+5
|
* CI: add initial type annotation checkingMichael Hirsch, Ph.D2019-11-071-7/+7
|
* Improve ac_converter to print a help message.Jussi Pakkanen2017-07-311-1/+8
|
* Removed duplicate key in dictionary.Jussi Pakkanen2017-07-161-1/+0
|
* A few typo fixes in the converter script.Jussi Pakkanen2017-06-041-2/+2
|
* Added more functions to the list of checks.Jussi Pakkanen2017-06-041-0/+143
|
* style: fix E124 violationsIgor Gnatenko2017-01-011-1/+1
| | | | | | E124: closing bracket does not match visual indentation Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Fix space before :.Jussi Pakkanen2016-12-311-32/+32
|
* tools/ac_converter: couple of trivial fixes (#867)Igor Gnatenko2016-10-071-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>
* loop over `sizes'Iain Lane2016-09-041-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.
* Use context manager in scripts.Elliott Sales de Andrade2016-08-301-41/+66
|
* Use our config template rather than Autoconf's.Jussi Pakkanen2016-08-141-1/+1
|
* A few more checks for ac converter tool.Jussi Pakkanen2016-08-131-0/+5
|
* Convert socket checks.Jussi Pakkanen2016-07-281-0/+1
|
* A few more checks for converter.Jussi Pakkanen2015-11-201-0/+4
|
* More checks for converter.Jussi Pakkanen2015-11-121-0/+53
|
* Moved new ac converter from wrap repo and made shebang line use env. Closes ↵Jussi Pakkanen2015-09-041-0/+217
#256.