summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-01-13gen_data.py: even more sortingEli Schwartz
2021-01-12gen_data.py: sort files when generating mesondataEli Schwartz
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file (#...Eli Schwartz
2020-11-20use real pathlib moduleDylan Baker
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger
2020-10-12typing: fix mypy typing errorDaniel Mensinger
2020-09-08typing: fix code reviewDaniel Mensinger
2020-09-08typing: fully annotate toolsDaniel Mensinger
2020-07-16mdata: Generate mesondata.py from */data foldersDaniel Mensinger
2020-07-01Store website build script. [skip ci]Jussi Pakkanen
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger
2020-04-30Update dircondenser.py tool to update paths in test.json as wellJon Turney
2020-02-23cmake2meson fix if nesting (#6676)Yann Dirson
2020-02-20boost: Rewrite boost_names.py generatorDaniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-06Update Python2 syntax to Python3 syntax in ghwt.pyMichael Brockus
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D
2019-10-19cmake2meson: improve exceptions, add type annotations, use argparseMichael Hirsch, Ph.D
2019-04-29Fix unused variables warningsDaniel Mensinger
2019-01-16allow nested if loopMichael Hirsch, Ph.D
2019-01-06modernize library default syntax, be like CMake static defaultMichael Hirsch, Ph.D
2018-09-13Fix flake8 whitespace reportsJon Turney
2018-07-31Add script to condense test directory names.Jussi Pakkanen
2017-10-25Boost: Add Python librariesNiklas Claesson
2017-10-12Boost: Jamfile has two syntaxes for boost librariesNiklas Claesson
2017-10-01Boost: Improve search algorithmNiklas Claesson
2017-09-14cmake2meson: convert varexp to lowercaseGeorg Müller
2017-09-14cmake2meson: strip comments from statementsGeorg Müller
2017-09-14cmake2meson: convert statements to lower caseGeorg Müller
2017-07-31Improve ac_converter to print a help message.Jussi Pakkanen
2017-07-16Removed unnecessary pass statements.Jussi Pakkanen
2017-07-16Removed duplicate key in dictionary.Jussi Pakkanen
2017-06-04A few typo fixes in the converter script.Jussi Pakkanen
2017-06-04Added more functions to the list of checks.Jussi Pakkanen
2017-01-18cleanup: Unbound local variableMike Sinkovsky
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-18cleanup: Redundant character escapeMike Sinkovsky
2017-01-11style: [E1**] IndentationMike Sinkovsky
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky
2017-01-01style: fix E703 violationsIgor Gnatenko
2017-01-01style: fix E124 violationsIgor Gnatenko
2017-01-01style: fix E265 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-31Fix space before :.Jussi Pakkanen
2016-10-19Allow id to contain a pipe "|"Gautier Pelloux-Prayer
2016-10-18cmake2meson.py: Fix missing quote around options type/nameGautier Pelloux-Prayer