| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | |
| This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field | |||
| 2023-10-04 | Remove type comments in run_project_tests.py | Tristan Partin | |
| 2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | |
| 2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | |
| performed by running "pyupgrade --py36-plus" and committing the results | |||
| 2020-09-08 | typing: fully annotate tools | Daniel Mensinger | |
| 2020-02-23 | cmake2meson fix if nesting (#6676) | Yann Dirson | |
| 2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | |
| 2019-10-19 | cmake2meson: improve exceptions, add type annotations, use argparse | Michael Hirsch, Ph.D | |
| 2019-01-16 | allow nested if loop | Michael Hirsch, Ph.D | |
| close paren | |||
| 2019-01-06 | modernize library default syntax, be like CMake static default | Michael Hirsch, Ph.D | |
| 2017-09-14 | cmake2meson: convert varexp to lowercase | Georg Müller | |
| since variable names in 'set' statements are converted to lowercase, the variable itself should be converted to lower-case too when used. | |||
| 2017-09-14 | cmake2meson: strip comments from statements | Georg Müller | |
| Without this change, the following correct cmake will cause an error: statement( arg1 # arg2 arg3 ) | |||
| 2017-09-14 | cmake2meson: convert statements to lower case | Georg Müller | |
| cmake does not distinguish between upper and lower case, so convert it to lower case for the later comparisons. | |||
| 2017-07-16 | Removed unnecessary pass statements. | Jussi Pakkanen | |
| 2017-01-18 | cleanup: Unbound local variable | Mike Sinkovsky | |
| 2017-01-18 | cleanup: Remove redundant parentheses | Mike Sinkovsky | |
| 2017-01-18 | cleanup: Redundant character escape | Mike Sinkovsky | |
| 2017-01-11 | style: [E1**] Indentation | Mike Sinkovsky | |
| 2017-01-11 | style: [E301] expected 1 blank line, found 0 | Mike Sinkovsky | |
| 2017-01-01 | style: fix E703 violations | Igor Gnatenko | |
| E703: statement ends with a semicolon Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2017-01-01 | style: fix E265 violations | Igor Gnatenko | |
| E265: block comment should start with '# ' Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2017-01-01 | style: fix E226 violations | Igor Gnatenko | |
| E226: missing whitespace around arithmetic operator Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2016-12-31 | Fix space before :. | Jussi Pakkanen | |
| 2016-10-19 | Allow id to contain a pipe "|" | Gautier Pelloux-Prayer | |
| For instance in [color](https://github.com/bagage/color/blob/master/tests/CMakeLists.txt#L26) project tests contains a `|` character. | |||
| 2016-10-18 | cmake2meson.py: Fix missing quote around options type/name | Gautier Pelloux-Prayer | |
| 2016-08-30 | Use context manager in scripts. | Elliott Sales de Andrade | |
| 2015-09-04 | Moved new ac converter from wrap repo and made shebang line use env. Closes ↵ | Jussi Pakkanen | |
| #256. | |||
| 2014-06-04 | Convert test declarations. | Jussi Pakkanen | |
| 2014-06-04 | Convert library targets. | Jussi Pakkanen | |
| 2014-06-04 | Convert executable command. | Jussi Pakkanen | |
| 2014-06-04 | Convert build options. | Jussi Pakkanen | |
| 2014-06-04 | More convertisizising. | Jussi Pakkanen | |
| 2014-06-04 | Working if else indents. | Jussi Pakkanen | |
| 2014-06-04 | Convert function arguments. | Jussi Pakkanen | |
| 2014-06-02 | Convert a few more functions, can generate a simple skeleton. | Jussi Pakkanen | |
| 2014-06-02 | Convert some function types. | Jussi Pakkanen | |
| 2014-06-02 | Comments are converted. Yay! | Jussi Pakkanen | |
| 2014-06-01 | Converter is a class. | Jussi Pakkanen | |
| 2014-06-01 | Store whole token. | Jussi Pakkanen | |
| 2014-06-01 | Some moar fixing. | Jussi Pakkanen | |
| 2014-06-01 | Work further into LLVM parsing. | Jussi Pakkanen | |
| 2014-05-31 | Better error message. | Jussi Pakkanen | |
| 2014-05-31 | Count line and column numbers. | Jussi Pakkanen | |
| 2014-05-31 | Regexp fine tuning, can not parse LLVM yet. | Jussi Pakkanen | |
| 2014-05-31 | Recurse to subdirectories. | Jussi Pakkanen | |
| 2014-05-25 | Can parse a basic CMake list. | Jussi Pakkanen | |
| 2014-05-25 | Can now lex all of libcolumbus. | Jussi Pakkanen | |
| 2014-05-25 | Parse some code. | Jussi Pakkanen | |
| 2014-05-25 | Experiment on writing a CMake converter. | Jussi Pakkanen | |
