summaryrefslogtreecommitdiff
path: root/tools/cmake2meson.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-3/+3
|
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-12/+12
| | | | performed by running "pyupgrade --py36-plus" and committing the results
* typing: fully annotate toolsDaniel Mensinger2020-09-081-9/+10
|
* cmake2meson fix if nesting (#6676)Yann Dirson2020-02-231-8/+17
|
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-6/+6
|
* cmake2meson: improve exceptions, add type annotations, use argparseMichael Hirsch, Ph.D2019-10-191-22/+22
|
* allow nested if loopMichael Hirsch, Ph.D2019-01-161-17/+31
| | | | close paren
* modernize library default syntax, be like CMake static defaultMichael Hirsch, Ph.D2019-01-061-2/+2
|
* cmake2meson: convert varexp to lowercaseGeorg Müller2017-09-141-1/+1
| | | | | since variable names in 'set' statements are converted to lowercase, the variable itself should be converted to lower-case too when used.
* cmake2meson: strip comments from statementsGeorg Müller2017-09-141-1/+4
| | | | | | | | | | Without this change, the following correct cmake will cause an error: statement( arg1 # arg2 arg3 )
* cmake2meson: convert statements to lower caseGeorg Müller2017-09-141-1/+1
| | | | | cmake does not distinguish between upper and lower case, so convert it to lower case for the later comparisons.
* Removed unnecessary pass statements.Jussi Pakkanen2017-07-161-1/+0
|
* cleanup: Unbound local variableMike Sinkovsky2017-01-181-0/+1
|
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-3/+3
|
* cleanup: Redundant character escapeMike Sinkovsky2017-01-181-1/+1
|
* style: [E1**] IndentationMike Sinkovsky2017-01-111-2/+3
|
* style: [E301] expected 1 blank line, found 0Mike Sinkovsky2017-01-111-0/+1
|
* style: fix E703 violationsIgor Gnatenko2017-01-011-1/+1
| | | | | | E703: statement ends with a semicolon Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* style: fix E265 violationsIgor Gnatenko2017-01-011-1/+1
| | | | | | E265: block comment should start with '# ' Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* style: fix E226 violationsIgor Gnatenko2017-01-011-2/+2
| | | | | | E226: missing whitespace around arithmetic operator Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Fix space before :.Jussi Pakkanen2016-12-311-3/+3
|
* Allow id to contain a pipe "|"Gautier Pelloux-Prayer2016-10-191-1/+1
| | | For instance in [color](https://github.com/bagage/color/blob/master/tests/CMakeLists.txt#L26) project tests contains a `|` character.
* cmake2meson.py: Fix missing quote around options type/nameGautier Pelloux-Prayer2016-10-181-4/+4
|
* Use context manager in scripts.Elliott Sales de Andrade2016-08-301-24/+31
|
* Moved new ac converter from wrap repo and made shebang line use env. Closes ↵Jussi Pakkanen2015-09-041-1/+1
| | | | #256.
* Convert test declarations.Jussi Pakkanen2014-06-041-0/+2
|
* Convert library targets.Jussi Pakkanen2014-06-041-0/+11
|
* Convert executable command.Jussi Pakkanen2014-06-041-0/+2
|
* Convert build options.Jussi Pakkanen2014-06-041-0/+31
|
* More convertisizising.Jussi Pakkanen2014-06-041-5/+13
|
* Working if else indents.Jussi Pakkanen2014-06-041-3/+20
|
* Convert function arguments.Jussi Pakkanen2014-06-041-2/+25
|
* Convert a few more functions, can generate a simple skeleton.Jussi Pakkanen2014-06-021-3/+19
|
* Convert some function types.Jussi Pakkanen2014-06-021-17/+21
|
* Comments are converted. Yay!Jussi Pakkanen2014-06-021-7/+23
|
* Converter is a class.Jussi Pakkanen2014-06-011-18/+27
|
* Store whole token.Jussi Pakkanen2014-06-011-3/+3
|
* Some moar fixing.Jussi Pakkanen2014-06-011-4/+3
|
* Work further into LLVM parsing.Jussi Pakkanen2014-06-011-9/+23
|
* Better error message.Jussi Pakkanen2014-05-311-2/+5
|
* Count line and column numbers.Jussi Pakkanen2014-05-311-3/+4
|
* Regexp fine tuning, can not parse LLVM yet.Jussi Pakkanen2014-05-311-2/+2
|
* Recurse to subdirectories.Jussi Pakkanen2014-05-311-3/+7
|
* Can parse a basic CMake list.Jussi Pakkanen2014-05-251-9/+61
|
* Can now lex all of libcolumbus.Jussi Pakkanen2014-05-251-1/+4
|
* Parse some code.Jussi Pakkanen2014-05-251-1/+61
|
* Experiment on writing a CMake converter.Jussi Pakkanen2014-05-251-0/+19