Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-08 | typing: fully annotate tools | Daniel Mensinger | 1 | -9/+10 | |
2020-02-23 | cmake2meson fix if nesting (#6676) | Yann Dirson | 1 | -8/+17 | |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -6/+6 | |
2019-10-19 | cmake2meson: improve exceptions, add type annotations, use argparse | Michael Hirsch, Ph.D | 1 | -22/+22 | |
2019-01-16 | allow nested if loop | Michael Hirsch, Ph.D | 1 | -17/+31 | |
close paren | |||||
2019-01-06 | modernize library default syntax, be like CMake static default | Michael Hirsch, Ph.D | 1 | -2/+2 | |
2017-09-14 | cmake2meson: convert varexp to lowercase | Georg Müller | 1 | -1/+1 | |
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 | 1 | -1/+4 | |
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 | 1 | -1/+1 | |
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 | 1 | -1/+0 | |
2017-01-18 | cleanup: Unbound local variable | Mike Sinkovsky | 1 | -0/+1 | |
2017-01-18 | cleanup: Remove redundant parentheses | Mike Sinkovsky | 1 | -3/+3 | |
2017-01-18 | cleanup: Redundant character escape | Mike Sinkovsky | 1 | -1/+1 | |
2017-01-11 | style: [E1**] Indentation | Mike Sinkovsky | 1 | -2/+3 | |
2017-01-11 | style: [E301] expected 1 blank line, found 0 | Mike Sinkovsky | 1 | -0/+1 | |
2017-01-01 | style: fix E703 violations | Igor Gnatenko | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
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 | 1 | -2/+2 | |
E226: missing whitespace around arithmetic operator Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2016-12-31 | Fix space before :. | Jussi Pakkanen | 1 | -3/+3 | |
2016-10-19 | Allow id to contain a pipe "|" | Gautier Pelloux-Prayer | 1 | -1/+1 | |
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 | 1 | -4/+4 | |
2016-08-30 | Use context manager in scripts. | Elliott Sales de Andrade | 1 | -24/+31 | |
2015-09-04 | Moved new ac converter from wrap repo and made shebang line use env. Closes ↵ | Jussi Pakkanen | 1 | -1/+1 | |
#256. | |||||
2014-06-04 | Convert test declarations. | Jussi Pakkanen | 1 | -0/+2 | |
2014-06-04 | Convert library targets. | Jussi Pakkanen | 1 | -0/+11 | |
2014-06-04 | Convert executable command. | Jussi Pakkanen | 1 | -0/+2 | |
2014-06-04 | Convert build options. | Jussi Pakkanen | 1 | -0/+31 | |
2014-06-04 | More convertisizising. | Jussi Pakkanen | 1 | -5/+13 | |
2014-06-04 | Working if else indents. | Jussi Pakkanen | 1 | -3/+20 | |
2014-06-04 | Convert function arguments. | Jussi Pakkanen | 1 | -2/+25 | |
2014-06-02 | Convert a few more functions, can generate a simple skeleton. | Jussi Pakkanen | 1 | -3/+19 | |
2014-06-02 | Convert some function types. | Jussi Pakkanen | 1 | -17/+21 | |
2014-06-02 | Comments are converted. Yay! | Jussi Pakkanen | 1 | -7/+23 | |
2014-06-01 | Converter is a class. | Jussi Pakkanen | 1 | -18/+27 | |
2014-06-01 | Store whole token. | Jussi Pakkanen | 1 | -3/+3 | |
2014-06-01 | Some moar fixing. | Jussi Pakkanen | 1 | -4/+3 | |
2014-06-01 | Work further into LLVM parsing. | Jussi Pakkanen | 1 | -9/+23 | |
2014-05-31 | Better error message. | Jussi Pakkanen | 1 | -2/+5 | |
2014-05-31 | Count line and column numbers. | Jussi Pakkanen | 1 | -3/+4 | |
2014-05-31 | Regexp fine tuning, can not parse LLVM yet. | Jussi Pakkanen | 1 | -2/+2 | |
2014-05-31 | Recurse to subdirectories. | Jussi Pakkanen | 1 | -3/+7 | |
2014-05-25 | Can parse a basic CMake list. | Jussi Pakkanen | 1 | -9/+61 | |
2014-05-25 | Can now lex all of libcolumbus. | Jussi Pakkanen | 1 | -1/+4 | |
2014-05-25 | Parse some code. | Jussi Pakkanen | 1 | -1/+61 | |
2014-05-25 | Experiment on writing a CMake converter. | Jussi Pakkanen | 1 | -0/+19 | |