aboutsummaryrefslogtreecommitdiff
path: root/tools/cmake2meson.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-3/+3
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-12/+12
2020-09-08typing: fully annotate toolsDaniel Mensinger1-9/+10
2020-02-23cmake2meson fix if nesting (#6676)Yann Dirson1-8/+17
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-6/+6
2019-10-19cmake2meson: improve exceptions, add type annotations, use argparseMichael Hirsch, Ph.D1-22/+22
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
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-16Removed unnecessary pass statements.Jussi Pakkanen1-1/+0
2017-01-18cleanup: Unbound local variableMike Sinkovsky1-0/+1
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-3/+3
2017-01-18cleanup: Redundant character escapeMike Sinkovsky1-1/+1
2017-01-11style: [E1**] IndentationMike Sinkovsky1-2/+3
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky1-0/+1
2017-01-01style: fix E703 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E265 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-2/+2
2016-12-31Fix space before :.Jussi Pakkanen1-3/+3
2016-10-19Allow id to contain a pipe "|"Gautier Pelloux-Prayer1-1/+1
2016-10-18cmake2meson.py: Fix missing quote around options type/nameGautier Pelloux-Prayer1-4/+4
2016-08-30Use context manager in scripts.Elliott Sales de Andrade1-24/+31
2015-09-04Moved new ac converter from wrap repo and made shebang line use env. Closes #...Jussi Pakkanen1-1/+1
2014-06-04Convert test declarations.Jussi Pakkanen1-0/+2
2014-06-04Convert library targets.Jussi Pakkanen1-0/+11
2014-06-04Convert executable command.Jussi Pakkanen1-0/+2
2014-06-04Convert build options.Jussi Pakkanen1-0/+31
2014-06-04More convertisizising.Jussi Pakkanen1-5/+13
2014-06-04Working if else indents.Jussi Pakkanen1-3/+20
2014-06-04Convert function arguments.Jussi Pakkanen1-2/+25
2014-06-02Convert a few more functions, can generate a simple skeleton.Jussi Pakkanen1-3/+19
2014-06-02Convert some function types.Jussi Pakkanen1-17/+21
2014-06-02Comments are converted. Yay!Jussi Pakkanen1-7/+23
2014-06-01Converter is a class.Jussi Pakkanen1-18/+27
2014-06-01Store whole token.Jussi Pakkanen1-3/+3
2014-06-01Some moar fixing.Jussi Pakkanen1-4/+3
2014-06-01Work further into LLVM parsing.Jussi Pakkanen1-9/+23
2014-05-31Better error message.Jussi Pakkanen1-2/+5
2014-05-31Count line and column numbers.Jussi Pakkanen1-3/+4
2014-05-31Regexp fine tuning, can not parse LLVM yet.Jussi Pakkanen1-2/+2
2014-05-31Recurse to subdirectories.Jussi Pakkanen1-3/+7
2014-05-25Can parse a basic CMake list.Jussi Pakkanen1-9/+61
2014-05-25Can now lex all of libcolumbus.Jussi Pakkanen1-1/+4
2014-05-25Parse some code.Jussi Pakkanen1-1/+61
2014-05-25Experiment on writing a CMake converter.Jussi Pakkanen1-0/+19