Age | Commit message (Expand) | Author | Files | Lines |
2022-06-16 | docs: only list the latest build of a given stable tag for each wrapdb entry | Eli Schwartz | 1 | -1/+7 |
2022-04-14 | ac_converter: use better style for header check iteration | Eli Schwartz | 1 | -5/+5 |
2022-03-09 | Fix exponential regex in doc regeneration. | Jussi Pakkanen | 1 | -1/+18 |
2022-01-25 | docs: fix command help regenerator on python 3.10 | Eli Schwartz | 1 | -1/+1 |
2022-01-10 | port from embedded data to importlib.resources | Eli Schwartz | 1 | -140/+0 |
2022-01-02 | Fix files in the unittests subdir. | Jussi Pakkanen | 1 | -0/+2 |
2021-10-26 | remove unused imports | Eli Schwartz | 1 | -1/+1 |
2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | 1 | -2/+2 |
2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | 1 | -3/+3 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 7 | -16/+16 |
2021-06-22 | coverage: Enable coverage reports | Daniel Mensinger | 1 | -0/+53 |
2021-06-05 | docs: Generate a table of all wrapdb releases | Xavier Claessens | 1 | -0/+19 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 3 | -16/+16 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 2 | -2/+2 |
2021-01-13 | gen_data.py: even more sorting | Eli Schwartz | 1 | -1/+1 |
2021-01-12 | gen_data.py: sort files when generating mesondata | Eli Schwartz | 1 | -1/+1 |
2021-01-10 | Hotdoc: use template for Commands.md instead of generating the entire file (#... | Eli Schwartz | 1 | -14/+6 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-24 | cmake: Disable the new (CMake 3.16) PCH support | Daniel Mensinger | 1 | -1/+2 |
2020-10-12 | typing: fix mypy typing error | Daniel Mensinger | 1 | -3/+3 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -3/+3 |
2020-09-08 | typing: fully annotate tools | Daniel Mensinger | 4 | -21/+22 |
2020-07-16 | mdata: Generate mesondata.py from */data folders | Daniel Mensinger | 1 | -0/+139 |
2020-07-01 | Store website build script. [skip ci] | Jussi Pakkanen | 1 | -0/+51 |
2020-06-30 | Made Commands.md dynamically generated (#7346) | TheQwertiest | 2 | -0/+205 |
2020-05-13 | Merge pull request #6620 from jon-turney/test-output-check | Dylan Baker | 1 | -0/+4 |
2020-05-01 | boost: Only use usage-requirements defines (fixes #7046) | Daniel Mensinger | 1 | -14/+42 |
2020-04-30 | Update dircondenser.py tool to update paths in test.json as well | Jon Turney | 1 | -0/+4 |
2020-02-23 | cmake2meson fix if nesting (#6676) | Yann Dirson | 1 | -8/+17 |
2020-02-20 | boost: Rewrite boost_names.py generator | Daniel Mensinger | 1 | -143/+228 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 2 | -9/+9 |
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 | 3 | -17/+20 |
2019-10-19 | cmake2meson: improve exceptions, add type annotations, use argparse | Michael Hirsch, Ph.D | 1 | -22/+22 |
2019-04-29 | Fix unused variables warnings | Daniel Mensinger | 1 | -1/+1 |
2019-01-16 | allow nested if loop | Michael Hirsch, Ph.D | 1 | -17/+31 |
2019-01-06 | modernize library default syntax, be like CMake static default | Michael Hirsch, Ph.D | 1 | -2/+2 |
2018-09-13 | Fix flake8 whitespace reports | Jon Turney | 1 | -1/+1 |
2018-07-31 | Add script to condense test directory names. | Jussi Pakkanen | 1 | -0/+82 |
2017-10-25 | Boost: Add Python libraries | Niklas Claesson | 1 | -0/+3 |
2017-10-12 | Boost: Jamfile has two syntaxes for boost libraries | Niklas Claesson | 1 | -0/+4 |
2017-10-01 | Boost: Improve search algorithm | Niklas Claesson | 1 | -0/+180 |
2017-09-14 | cmake2meson: convert varexp to lowercase | Georg Müller | 1 | -1/+1 |
2017-09-14 | cmake2meson: strip comments from statements | Georg Müller | 1 | -1/+4 |
2017-09-14 | cmake2meson: convert statements to lower case | Georg Müller | 1 | -1/+1 |
2017-07-31 | Improve ac_converter to print a help message. | Jussi Pakkanen | 1 | -1/+8 |
2017-07-16 | Removed unnecessary pass statements. | Jussi Pakkanen | 1 | -1/+0 |
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 |