aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-11fix various spelling issuesJosh Soref1-2/+2
2022-06-16docs: only list the latest build of a given stable tag for each wrapdb entryEli Schwartz1-1/+7
2022-04-14ac_converter: use better style for header check iterationEli Schwartz1-5/+5
2022-03-09Fix exponential regex in doc regeneration.Jussi Pakkanen1-1/+18
2022-01-25docs: fix command help regenerator on python 3.10Eli Schwartz1-1/+1
2022-01-10port from embedded data to importlib.resourcesEli Schwartz1-140/+0
2022-01-02Fix files in the unittests subdir.Jussi Pakkanen1-0/+2
2021-10-26remove unused importsEli Schwartz1-1/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-2/+2
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-3/+3
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger7-16/+16
2021-06-22coverage: Enable coverage reportsDaniel Mensinger1-0/+53
2021-06-05docs: Generate a table of all wrapdb releasesXavier Claessens1-0/+19
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz3-16/+16
2021-03-04various python neatness cleanupsEli Schwartz2-2/+2
2021-01-13gen_data.py: even more sortingEli Schwartz1-1/+1
2021-01-12gen_data.py: sort files when generating mesondataEli Schwartz1-1/+1
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file (#...Eli Schwartz1-14/+6
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger1-1/+2
2020-10-12typing: fix mypy typing errorDaniel Mensinger1-3/+3
2020-09-08typing: fix code reviewDaniel Mensinger1-3/+3
2020-09-08typing: fully annotate toolsDaniel Mensinger4-21/+22
2020-07-16mdata: Generate mesondata.py from */data foldersDaniel Mensinger1-0/+139
2020-07-01Store website build script. [skip ci]Jussi Pakkanen1-0/+51
2020-06-30Made Commands.md dynamically generated (#7346)TheQwertiest2-0/+205
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker1-0/+4
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-14/+42
2020-04-30Update dircondenser.py tool to update paths in test.json as wellJon Turney1-0/+4
2020-02-23cmake2meson fix if nesting (#6676)Yann Dirson1-8/+17
2020-02-20boost: Rewrite boost_names.py generatorDaniel Mensinger1-143/+228
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger2-9/+9
2019-12-06Update Python2 syntax to Python3 syntax in ghwt.pyMichael Brockus1-5/+5
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D3-17/+20
2019-10-19cmake2meson: improve exceptions, add type annotations, use argparseMichael Hirsch, Ph.D1-22/+22
2019-04-29Fix unused variables warningsDaniel Mensinger1-1/+1
2019-01-16allow nested if loopMichael Hirsch, Ph.D1-17/+31
2019-01-06modernize library default syntax, be like CMake static defaultMichael Hirsch, Ph.D1-2/+2
2018-09-13Fix flake8 whitespace reportsJon Turney1-1/+1
2018-07-31Add script to condense test directory names.Jussi Pakkanen1-0/+82
2017-10-25Boost: Add Python librariesNiklas Claesson1-0/+3
2017-10-12Boost: Jamfile has two syntaxes for boost librariesNiklas Claesson1-0/+4
2017-10-01Boost: Improve search algorithmNiklas Claesson1-0/+180
2017-09-14cmake2meson: convert varexp to lowercaseGeorg Müller1-1/+1
2017-09-14cmake2meson: strip comments from statementsGeorg Müller1-1/+4
2017-09-14cmake2meson: convert statements to lower caseGeorg Müller1-1/+1
2017-07-31Improve ac_converter to print a help message.Jussi Pakkanen1-1/+8
2017-07-16Removed unnecessary pass statements.Jussi Pakkanen1-1/+0
2017-07-16Removed duplicate key in dictionary.Jussi Pakkanen1-1/+0
2017-06-04A few typo fixes in the converter script.Jussi Pakkanen1-2/+2